Differences
This shows you the differences between the selected revisions of the page.
| 2020-02-19 | 2020-02-25 | ||
| separate uac section is gone (martin) | 5.16 /ALLUSERS + /CURRENTUSER (martin) | ||
| Line 44: | Line 44: | ||
| 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 installation mode selection and error messages). Default selections are used for destination folder, components, etc. To select the [[ui_installer#mode|installation mode]], use ''/ALLUSERS'' and ''/CURRENTUSER''. |
| * ''/VERYSILENT'' -- As ''/SILENT'', but without showing the progress window. | * ''/VERYSILENT'' -- As ''/SILENT'', but without showing the progress window. | ||
| + | * ''/ALLUSERS'' -- Instructs installer to install in administrative [[ui_installer#mode|install mode]]. | ||
| + | * ''/CURRENTUSER'' -- Instructs installer to install in non administrative install mode. | ||
| * ''/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. | ||