Icons and Run Sections

Started by jimyab, January 15, 2005, 09:53:10 AM

Previous topic - Next topic

admin

jimjab,
 
You can find all the answers for Inno Setup in the programs help section and on their site at http://www.jrsoftware.org

jimyab

Three questions per the partial code below:
1) I want to run adberdr70_enu_full.exe to install the latest version of adobe reader, but not simultaneously with the other item.  Will the programs in the Run Section run concurrently?
2) Will my Icon, y32.ico be placed on the desk top?
3) Whers can I find a complete list of the flags?
Source: e:vb6 programsliverymisc. filesadberdr70_enu_full.exe; DestDir: {app}; Flags:  ignoreversion
Source: e:vb6 programsliverymisc. fileslicense.txt; DestDir: {app}; Flags:  ignoreversion
Source: e:vb6 programsliverymisc. fileslivery manual.pdf; DestDir: {app}; Flags:  ignoreversion
Source: e:vb6 programsliverymisc. filesy32.ico; DestDir: {app}; Flags:  ignoreversion
 
[Icons]
Name: {group}Livery; Filename: {app}Livery.exe; WorkingDir: {app}
Name: {group}Livery on the Web; Filename: {app}Livery.url
Name: {group}Uninstall Livery; Filename: {uninstallexe}
Name: {userdesktop}Livery; Filename: {app}Livery.exe; Tasks: desktopicon; WorkingDir: {app}
 
[Run]
Filename: {tmp}VB_DCOM_MDAC_JET_AutoSetup.exe; Parameters: /NORESTART /VERYSILENT; WorkingDir: {tmp}; Flags: skipifdoesntexist
Filename: {app}Livery.exe; Description: Launch Livery; Flags: nowait postinstall skipifsilent; WorkingDir: {app}