
29-06-2025, 08:05
|
 |
Registered User
|
|
Join Date: May 2011
Location: Brazil
Posts: 1,073
Thanks: 1,814
Thanked 2,302 Times in 786 Posts
|
|
Quote:
Originally Posted by Kriogenik
I asked in the Newbie Question thread for any generic answers, but decided it may be best to ask here for specifics.
Is there a way to bypass the 255-character limit with installations? A game I am repacking has a file that is in a structure 245 characters long, which doesn't leave much room for an installation path when installing with the installer, and it errors out when the install path is long.
Thanks for this GUI and the sample installer script, both have been very helpful.
|
if install path exced 259 character try adding \\?\ before path
Code:
\\?\C:\folder\etc\etc\install folder\
|