Quote:
Originally Posted by KaktoR
@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.