1
edit
Changes
Putty
,Modified to work on 32bit and 64bit systems
[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 (32bit package works on 32bit and 64bit systems) ==
<source lang="xml">
reboot="false">
<variable name="version" value="0.6162" />
<check type="uninstall" condition="exists" path="PuTTY version %version%" />
<upgrade cmd='%SOFTWARE%\putty\putty-%version%-installer.exe /sp- /verysilent' />
<remove cmd='%COMSPEC% /c if exist "%PROGRAMFILES%\PuTTY\putty.exe" %COMSPEC% /c copy "%SYSTEMROOT%\system32\print.exe" "%PROGRAMFILES%\PuTTY\putty.exe"' /> <remove cmd='%COMSPEC% /c if exist "%PROGRAMFILES(X86)%\PuTTY\putty.exe" %COMSPEC% /c copy "%SYSTEMROOT%\system32\print.exe" "%PROGRAMFILES(X86)%\PuTTY\putty.exe"' /> <remove cmd='%COMSPEC% /c if exist "%PROGRAMFILES%\PuTTY\unins000.exe" "%PROGRAMFILES%\PuTTY\unins000.exe" /sp- /verysilent /norestart' >
<exit code="1" />
</remove>
<remove cmd='%COMSPEC% /c if exist "%PROGRAMFILES(X86)%\PuTTY\unins000.exe" "%PROGRAMFILES(X86)%\PuTTY\unins000.exe" /sp- /verysilent /norestart'> <exit code="1" /> </remove> <remove cmd='%COMSPEC% /c if exist "%PROGRAMFILES%\PuTTY" %COMSPEC% /c rmdir /s /q "%PROGRAMFILES%\PuTTY"' /> <remove cmd='%COMSPEC% /c if exist "%PROGRAMFILES(X86)%\PuTTY" %COMSPEC% /c rmdir /s /q "%PROGRAMFILES(X86)%\PuTTY"' />
</package>
</source>