View Single Post
  #15  
Old 29-06-2013, 11:30
Kurutucu Kurutucu is offline
Registered User
 
Join Date: Aug 2012
Location: Somewhere in the world
Posts: 159
Thanks: 78
Thanked 209 Times in 48 Posts
Kurutucu is on a distinguished road
@Newbie

1. Don't change #define PrecompVer "Inside".

2. Ask for video script @y_thelastknight.

3. You can add more shortcuts. Example:

Code:
#define AppExec
#define AppExec2
#define AppExec3

#define AppName (Main exe)
#define AppName2
#define AppName3
Code:
[Icons]
Name: {group}\Uninstall {#AppName}; Filename: {app}\unins000.exe; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName}; Filename: {app}\{#AppExec}; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName2}; Filename: {app}\{#AppExec2}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName2}; Filename: {app}\{#AppExec2}; WorkingDir: {app}; Check: CheckError
Name: {group}\{#AppName3}; Filename: {app}\{#AppExec3}; WorkingDir: {app}; Check: CheckError
Name: {commondesktop}\{#AppName3}; Filename: {app}\{#AppExec3}; WorkingDir: {app}; Check: CheckError
Reply With Quote