Differences
This shows you the differences between the selected revisions of the page.
2013-04-17 | 2013-04-17 | ||
no summary (41.42.67.81) (hidden) | no summary (41.42.67.81) (hidden) | ||
Line 6: | Line 6: | ||
- | ===== Automating 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: | ||
- | * ''/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. | ||
- | * ''/NORESTART'' - Instructs installer not to reboot even if it's necessary. | ||
- | * ''/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. | ||
- | * ''/SAVEINF="filename"'' - Instructs Setup to save installation settings to the specified file. | ||
- | * ''/NOCANDY'' - Do not show advertisements from [[opencandy|OpenCandy]] advertising network during installation. ((Parameter ''/NOCANDY'' is specific to WinSCP installer, it is not a generic parameter of Inno Setup.)) | ||
- | |||
- | For full list of parameters, refer to [[&url(innosetuphelp)|Inno Setup help]] (chapter //Other Information > Setup Command Line Parameters//). | ||
===== Custom Distribution of WinSCP ===== | ===== Custom Distribution of WinSCP ===== |