Quote:
Originally Posted by Btx
How I can do to make the desktop shortcut contains the command -offline ? (I mean during the conversion and install the game) 
|
Quote:
Originally Posted by silviugut
You can ! Just manually after installation!
|
It's possible add before the conversion under [Icons] in InstallerScript.iss:
Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName }; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck;
Parameters: "-offline";
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName }; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck;
Parameters: "-offline";