i want to put the prerequisites using the script in innosetup how can i do it and when i have developed the setup using innosetup the desktop icon created is not going to launch the application.
what to do plz help me ? thanks in advance.
i want to put the prerequisites using the script in innosetup how can i do it and when i have developed the setup using innosetup the desktop icon created is not going to launch the application.
what to do plz help me ? thanks in advance.
To launch the program (from one of my working scripts):
[Icons]
Name: {userdesktop}\Sitestepper {#eShortcutPrefix}; _
Filename: "{app}\bin\Sitestepper.exe"; _
WorkingDir: {app}\bin; _
IconFilename: {app}\bin\Sitestepper.exe; _
Comment: Sitestepper; _
IconIndex: 0; _
Flags: createonlyiffileexists;