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 Putty. Putty is an SSH (and other secure protocol) client which allows you to open a terminal to your Unix server from Windows. | 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=" | + | <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='%PACKAGES%\putty\putty-0.58-installer.exe /sp- /silent' /> | <install cmd='%PACKAGES%\putty\putty-0.58-installer.exe /sp- /silent' /> |
Revision as of 16:15, 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>