29
edits
Changes
WinSCP
,Use new syntax highlighting plugin for package xml and standardize the xml layout.
Use the following XML file for silent installation:
<presource lang="xml">
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package
id='WinSCP'
name='WinSCP'
revision='406'
priority='0'
reboot='false'>
<check type='uninstall' condition='exists' path='WinSCP 4.0.6'/>
<package idinstall cmd='WinSCP' name%SOFTWARE%\winscp\winscp406setup.exe /VERYSILENT /NORESTART /LOADINF='WinSCP' revision='406' priority='0' reboot='false'> <check type='uninstall' condition='exists' path='WinSCP 4.0"%SOFTWARE%\winscp\default.6ini"'/>
</package>
</packages>
</presource>
It is using InnoSetup. The installation is described on their [http://winscp.net/eng/docs/installation#automating_installation Homepage]. Basically you need to execute
This is a silent installer and uninstaller for WinSCP.
[[category:Silent Installers]]