Differences
This shows you the differences between the selected revisions of the page.
2016-05-18 | 2016-07-22 | ||
no summary (46.165.104.233) (hidden) | no summary (182.74.34.114) (hidden) | ||
Line 35: | Line 35: | ||
During the removal, WinSCP will ask if you want to remove [[ui_cleanup|WinSCP configuration and other data stored on your computer]]. | During the removal, WinSCP will ask if you want to remove [[ui_cleanup|WinSCP configuration and other data stored on your computer]]. | ||
- | ===== [[automating]] Automating Installation and Uninstallation ===== | + | ---- |
+ | ---- | ||
+ | ---- | ||
+ | ---- | ||
+ | ---- | ||
+ | ---- | ||
+ | ---- | ||
+ | [[[[http://www.example.com|External Link]][[[[http://www.example.com|External Link]][[[[http://www.example.com|External Link]][[[[http://www.example.com|External Link]][[[[http://www.example.com|External Link]][[[[http://www.example.com|External Link]][[== http://www.example.com|External Link == | ||
+ | === ===== Level 4 Headline ===== | ||
+ | ====== ''Level 1 Headline''''''Code Text''''''Code Text''__//Underlined Text//**Bold Text**__'''' ====== | ||
+ | === | ||
+ | ]]]]]]]]]]]]]]===== [[automating]] Automating Installation and Uninstallation ===== | ||
WinSCP uses [[&url(innosetup)|Inno Setup]] as installer. It lets you use optional command-line parameters to automate the installation. | WinSCP uses [[&url(innosetup)|Inno Setup]] as installer. It lets you use optional command-line parameters to automate the installation. | ||
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. | ||