Changes

Putty

394 bytes added, 21:52, 12 February 2009
Lame fix for putty popup. Better solution needed...
</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 /c copy "%WINDIR%\system32\print.exe" "%PROGRAMFILES%\PuTTY\putty.exe"'/>
</source>
Anonymous user