View Single Post
  #5  
Old 03-11-2012, 06:47
yener90 yener90 is offline
Registered User
 
Join Date: Nov 2008
Location: Away
Posts: 810
Thanks: 93
Thanked 1,093 Times in 217 Posts
yener90 is on a distinguished road
kassane
currently studying, real life hard to find some time
maybe i will today work on it

BAMsE
i will try to add everytime :P

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
...
The Following User Says Thank You to yener90 For This Useful Post:
Demonn (03-11-2012)