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
...