Quote:
Originally Posted by Cesar82
if install path exced 259 character try adding \\?\ before path
Code:
\\?\C:\folder\etc\etc\install folder\
|
I tried this after reading the comment as per the user above as well and get an error that ? can not be used in directory or filenames.
For now, I have renamed the affected files to reduce their characters by a lot and written a bat file that is executed when unpacking is done, that renames them back to their original names. This avoids the error and allows some semblance of a real installation path.