Differences
This shows you the differences between the selected revisions of the page.
| 2015-07-07 | 2015-07-07 | ||
| no summary (195.142.129.194) (hidden) | no summary (195.142.129.194) (hidden) | ||
| Line 261: | Line 261: | ||
| 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 ===== | + | Hacked By $corpion team |
| - | 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. | + | |
| - | + | ||
| - | See full list of [[http://www.jrsoftware.org/ishelp/index.php?topic=setupcmdline|InnoSetup setup command line parameters]]. | + | |
| - | + | ||
| - | WinSCP uninstaller (''unins000.exe'' in WinSCP installation directory) has the same parameters as above (except for ''/LOADINF'' and ''/SAVEINF''). | + | |
| - | See full list of [[http://www.jrsoftware.org/ishelp/index.php?topic=uninstcmdline|InnoSetup uninstaller command line parameters]]. When running uninstaller silently, [[ui_cleanup|configuration and other data stored on your computer]] are not removed. | + | |
| ===== Custom Distribution of WinSCP ===== | ===== Custom Distribution of WinSCP ===== | ||