View Single Post
  #15  
Old 30-11-2012, 08:55
Fabioddq's Avatar
Fabioddq Fabioddq is offline
Die Hard Member
 
Join Date: Oct 2011
Location: Earth
Posts: 1,221
Thanks: 336
Thanked 2,147 Times in 427 Posts
Fabioddq is on a distinguished road
Quote:
Originally Posted by Btx View Post
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 View Post
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";
Reply With Quote
The Following User Says Thank You to Fabioddq For This Useful Post:
Btx (30-11-2012)