View Single Post
  #1002  
Old 03-11-2012, 07:36
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 yener90 View Post
Fabioddq
look here:
Code:
[Icons]
Name: {group}\{code:GetAppName} {cm:uninstall}; Filename: {uninstallexe}; WorkingDir: {app}
#ifdef CustomBinaryIcon
Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon}; Check:FirstExecCheck;
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; IconFilename: {app}\{code:GetMyAppExePath}\{#CustomBinaryIcon}; Check:FirstExecCheck;
#else
Name: {group}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-seekfreeloadingpcconsole -fullscreen;"
Name: {userdesktop}\{code:GetAppName}; Filename: {app}\{code:GetMyAppExePath}\{code:GetMyAppExeName}; WorkingDir: {app}\{code:GetMyAppExePath}; Check:FirstExecCheck; Parameters: "-seekfreeloadingpcconsole -fullscreen";
#endif
...
Thanks for help yener, but still did not work. I don't know why in this game, ci is not creating the shortcut at all. This happens only in this game (Painkiller Hell and Damnation). I'm very confused, do you have any idea why this happens? Thanks again.

P.S. I indicate the correct path: MyExecutablePath=Binaries\Win32

Last edited by Fabioddq; 03-11-2012 at 07:39.
The Following User Says Thank You to Fabioddq For This Useful Post:
Demonn (03-11-2012)