Difference between revisions of "Putty"
From WPKG | Open Source Software Deployment and Distribution
Line 1: | Line 1: | ||
− | This is a silent installer and uninstaller for | + | This is a silent installer and uninstaller for Putty. Putty is an SSH (and other secure protocol) client which allows you to open a terminal to your Unix server from Windows. |
<package id="putty" name="putty" revision="1" priority="0" reboot="false"> | <package id="putty" name="putty" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="PuTTY version 0.58" /> | <check type="uninstall" condition="exists" path="PuTTY version 0.58" /> | ||
− | <install cmd=' | + | <install cmd='%PACKAGES%\putty\putty-0.58-installer.exe /sp- /silent' /> |
<remove cmd='"%PROGRAMFILES%\PuTTY\unins000.exe" /sp- /silent /norestart' /> | <remove cmd='"%PROGRAMFILES%\PuTTY\unins000.exe" /sp- /silent /norestart' /> | ||
<upgrade cmd='' /> | <upgrade cmd='' /> |
Revision as of 15:11, 2 September 2006
This is a silent installer and uninstaller for Putty. Putty is an SSH (and other secure protocol) client which allows you to open a terminal to your Unix server from Windows.
<package id="putty" name="putty" revision="1" priority="0" reboot="false"> <check type="uninstall" condition="exists" path="PuTTY version 0.58" /> <install cmd='%PACKAGES%\putty\putty-0.58-installer.exe /sp- /silent' /> <remove cmd='"%PROGRAMFILES%\PuTTY\unins000.exe" /sp- /silent /norestart' /> <upgrade cmd= /> </package>