Thread: DiskSpan GUI
View Single Post
  #7  
Old 06-01-2023, 06:56
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 KaktoR View Post
@César

Code:
Source path to compress external folder
in Game # tab.

Do I have to use Inno Setup constants for documents folder like "{userdocs}" or Windows folder variable like "%userprofile%\documents"? And will this be added to records.ini afterwards?
By default you should use Inno Setup constants like {userdocs}.
The Windows environment variables are not expanded in the ExpandConstant function, so it would be necessary to change all the code for the environment variables to be expanded. I find it unnecessary since Inno Setup variables are popular.
Reply With Quote
The Following User Says Thank You to Cesar82 For This Useful Post:
KaktoR (06-01-2023)