Thread: DiskSpan GUI
View Single Post
  #3  
Old 30-06-2025, 00:57
Kriogenik Kriogenik is offline
Registered User
 
Join Date: Jun 2025
Location: Australia
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Kriogenik is on a distinguished road
Quote:
Originally Posted by Cesar82 View Post
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.
Reply With Quote