Quote:
Originally Posted by lupetto77
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;