117
edits
Changes
Putty
,Section headers and better uninstall
This is a silent installer and uninstaller for [http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty].<br>
[http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty] is an [http://www.openssh.org SSH] (and other secure protocol) client which allows you to open a terminal to your Unix server from Windows.
== Installer ==
<source lang="xml">
<upgrade cmd='%SOFTWARE%\putty\putty-%version%-installer.exe /sp- /verysilent' />
<remove cmd='%COMSPEC% /c copy "%SYSTEMROOT%\system32\print.exe" "%PROGRAMFILES%\PuTTY\putty.exe"' /> <remove cmd='"%PROGRAMFILES%\PuTTY\unins000.exe" /sp- /verysilent /norestart' > <exit code="1" /> </remove> <remove cmd='%COMSPEC% /c rmdir /s /q "%PROGRAMFILES%\PuTTY"' />
</package>
</source>
Here's a package.xml for distributing the putty.exe without the installer.