Openiv CCP-001-PATH error
-
So I've been trying to install openiv and I keep getting the CCP-001-PATH error when I reinstall the app.
Is there anyone that can help
sidenote: moving AppData files from one drive to another and changing the target path in the shortcut seems to create the CEP-001 cant start application error.
-
@JohnDeere714 said in Openiv CCP-001-PATH error:
moving AppData files from one drive to another and changing the target path in the shortcut
Whatever possessed you to do something so foolish?! You can't just move AppData and change a link here or there in a shortcut! What you can do, however, if you must, is move AppData to, say, your D drive, and then create a Junction on an (elevated) command prompt, like so:
mklink /j "C:\Users\Tyler\AppData" "D:\AppData"
-
when i said i moved the appdata files all i did was right-click local and changed the location like so
never had a program cause a fit like openiv does.
But when i try to run your command, it says file already exists
-
@JohnDeere714 said in Openiv CCP-001-PATH error:
never had a program cause a fit like openiv does.
Even when you re-allocated the AppData space the way you did, you will almost certainly have to reinstall OpenIV.
EDIT: It may be OpenIV has the C drive hard-coded for use in its path. That would be sloppy; but with my method, you can do a 100% transparent relocation. And I think OpenIV will simply use the APPDATA= environment variable, come to think of it.
But when i try to run your command, it says file already exists
Of course it would, if "C:\Users\Tyler\AppData" already exists.
The idea is to move your AppData folder to "D:\AppData" first, then delete the old AppData folder, and then run the command to make the Junction.