View Single Post
  #320  
Old 06-06-2018, 06:26
KaktoR's Avatar
KaktoR KaktoR is offline
Lame User
 
Join Date: Jan 2012
Location: From outer space
Posts: 4,687
Thanks: 1,106
Thanked 7,333 Times in 2,836 Posts
KaktoR is on a distinguished road
Quote:
Originally Posted by JacksMafia View Post
ok i wrote those lines
HTML Code:
Name: "{group}\{#Name}"; Filename: "{app}\{code:ExeName2}"; Parameters: "{code:ExeParameter2}"; Check: CreateIcons
Name: "{commondesktop}\{code:AppName2}"; Filename: "{app}\{code:ExeName2}"; Parameters: "{code:ExeParameter2}"; Check: CreateIcons
Name: "{group}\{#Name}"; Filename: "{app}\{code:ExeName3}"; Parameters: "{code:ExeParameter3}"; Check: CreateIcons
Name: "{commondesktop}\{code:AppName3}"; Filename: "{app}\{code:ExeName3}"; Parameters: "{code:ExeParameter3}"; Check: CreateIcons
and now i getting this error
HTML Code:
line4:required function or procedure "exename2" not found
Edit:
you still here mate?!!!
Use either
Code:
Name: "{group}\NameForTheIcon"; Filename: "{app}\ExeName.exe"; Parameters: "-Parameter"; Check: CreateIcons
or create a new function for ExeName2 inside Settings.iss. You should also change the GetIniString to Exe2 or something else and place Exe2= inside Settings.ini in [Settings] tab.
__________________
Haters gonna hate
Reply With Quote