Changes

Jump to: navigation, search

Putty

263 bytes added, 09:58, 21 September 2006
Made more readable, added PRE tags and added url
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.<pre> <package id="putty" name="Putty" revision?xml version="1" priority=".0" rebootencoding="false"> <check type="uninstall" condition="exists" path="PuTTY version 0.58" /> <install cmd='%PACKAGES%\putty\puttyUTF-0.58-installer.exe /sp- /silent' /> <remove cmd='8"%PROGRAMFILES%\PuTTY\unins000.exe" /sp- /silent /norestart' /> <upgrade cmd='' /> </package?>
<packages>
<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>
</packages>
</pre>
[[category:Silent Installers|Putty]]
3
edits

Navigation menu