Thread: DiskSpan GUI
View Single Post
  #466  
Old 29-06-2025, 08:05
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by Kriogenik View Post
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\
Reply With Quote
Sponsored Links