Thread: Add parameter
View Single Post
  #2  
Old 24-08-2017, 08:36
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,334
Thanks: 6,774
Thanked 11,748 Times in 3,246 Posts
mausschieber is on a distinguished road
Quote:
Originally Posted by lupetto77 View Post
Hi, as a title I would like to create the icon on the desktop with the possibility to add parameters with hymn setup.
In use horn:
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
But I do not know how to add parameters, somebody can help me.
Name: "{group}\{cm:UninstallProgram,Shuyan Saga}"; Filename: "{uninstallexe}"; Check: "Unnin and Start and CheckError"; MinVersion: 0.0,5.0;
Name: "{userdesktop}\Shuyan Saga"; Filename: "{app}\Shuyan.exe"; Check: "Icon and CheckError"; MinVersion: 0.0,5.0;
Name: "{group}\Shuyan Saga"; Filename: "{app}\Shuyan.exe"; Check: "Start and CheckError"; MinVersion: 0.0,5.0;
Reply With Quote