Changes

Putty

13 bytes removed, 19:16, 3 September 2010
m
Style tweaks
<source lang="xml">
<?xml package id="putty" name="PuTTY" revision="%version%" priority="1.0" encoding reboot="UTF-8false"?>
<packages> <package id="putty" variable name="Putty%version%" revision="0600" priorityvalue="0.60" reboot="false"/>
<check type="uninstall" condition="exists" path="PuTTY version 0.60%version%"/>
<install cmd='%SOFTWARE%\putty\putty-0.60%version%-installer.exe /sp- /verysilent'/>
<upgrade cmd='%SOFTWARE%\putty\putty-0.60%version%-installer.exe /sp- /verysilent'/>
<remove cmd='"%PROGRAMFILES%\PuTTY\unins000.exe" /sp- /verysilent /norestart'/>  </package></packages>
</source>
''Note that the above causes a popup during uninstall. This is caused by putty 0.58+ uninstallers calling 'putty -cleanup-during-uninstall'. A (lame, and not properly tested) fix for this is to simply add the following extra line before the current <remove> line: ''
<source lang="xml">
<remove cmd='cmd %COMSPEC% /c copy "%WINDIR%\system32\print.exe" "%PROGRAMFILES%\PuTTY\putty.exe"'/>
</source>
117
edits