73
edits
Changes
Added a section for external links & notes for common switches
=Identifying Inno Setup installers=
You can identify an Inno Setup by finding the text "Inno" within the installation.exe
=Common Switches=
install.exe /sp- /silent /norestart should suit most situations.
NB: the '''/verysilent''' switch allows automatic reboot after installation. If you are going to use '''/verysilent''', make sure to use '''/norestart''' as well!
You can use the following switches / flags (cited from [http://www.jrsoftware.org/isinfo.php InnoSetup] documentation) to customize your installation:
== /SILENT, /VERYSILENT ==
Select Start Menu Folder wizard page.
[[Category:Documentation]]
[[Category:Installer formats]]