Differences
This shows you the differences between the selected revisions of the page.
2014-03-18 | 2014-04-25 | ||
running anchor (martin) | automating uninstallation + updating link to installer command line parameters (martin) | ||
Line 50: | Line 50: | ||
* If you are using PuTTY or FileZilla clients, installer may offer you to [[ui_import|import their sites]] into WinSCP. | * If you are using PuTTY or FileZilla clients, installer may offer you to [[ui_import|import their sites]] into WinSCP. | ||
- | ===== Automating Installation ===== | + | ===== 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. | ||
Line 61: | Line 61: | ||
* ''/SAVEINF=%%"filename"%%'' - Instructs Setup to save installation settings to the specified file. | * ''/SAVEINF=%%"filename"%%'' - Instructs Setup to save installation settings to the specified file. | ||
- | For full list of parameters, refer to [[&url(innosetuphelp)|Inno Setup help]] (chapter //Other Information > Setup Command Line Parameters//). | + | 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 ===== |