Differences
This shows you the differences between the selected revisions of the page.
2019-03-28 | 2019-03-28 | ||
it's "File Explorer" now (martin) | typography (martin) | ||
Line 43: | Line 43: | ||
You can use following parameters to automate the installation: | You can use following parameters to automate the installation: | ||
- | * ''/LANG=language'' - Runs the installer using the specified language. For the ''language'', use the //Code// from [[this>../translations.php|translations page]]. | + | * ''/LANG=language'' -- Runs the installer using the specified language. For the ''language'', use the //Code// from [[this>../translations.php|translations page]]. |
- | * ''/SILENT'' - Runs the installer without any prompts (with the exception of error messages, etc.). Default selections are used for destination folder, components, etc. | + | * ''/SILENT'' -- Runs the installer without any prompts (with the exception of error messages, etc.). Default selections are used for destination folder, components, etc. |
- | * ''/VERYSILENT'' - As ''/SILENT'', but without showing the progress window. | + | * ''/VERYSILENT'' -- As ''/SILENT'', but without showing the progress window. |
- | * ''/NORESTART'' - Instructs installer not to reboot even if it's necessary. | + | * ''/NORESTART'' -- Instructs installer not to reboot even if it's necessary. |
- | * ''/LOG=%%"filename"%%'' - Causes Setup to create a log file. | + | * ''/LOG=%%"filename"%%'' -- Causes Setup to create a log file. |
- | * ''/LOADINF=%%"filename"%%'' - Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the ''/SAVEINF'' parameter. | + | * ''/LOADINF=%%"filename"%%'' -- Instructs Setup to load the settings from the specified file after having checked the command line. This file can be prepared using the ''/SAVEINF'' parameter. |
- | * ''/SAVEINF=%%"filename"%%'' - Instructs Setup to save installation settings to the specified file. | + | * ''/SAVEINF=%%"filename"%%'' -- Instructs Setup to save installation settings to the specified file. |
- | * ''/NOCLOSEAPPLICATIONS'' - Prevents Setup from closing applications using files that need to be updated by Setup. | + | * ''/NOCLOSEAPPLICATIONS'' -- Prevents Setup from closing applications using files that need to be updated by Setup. |
See full list of [[http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline|Inno Setup setup command line parameters]]. | See full list of [[http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline|Inno Setup setup command line parameters]]. |