3,217
edits
Changes
Putty
,no edit summary
<check type="uninstall" condition="exists" path="PuTTY version 0.58" />
<install cmd='%PACKAGESSOFTWARE%\putty\putty-0.58-installer.exe /sp- /silent' />
<remove cmd='"%PROGRAMFILES%\PuTTY\unins000.exe" /sp- /silent /norestart' />
</package>
</packages>
<check type="file" condition="exists" path="C:\windows\system32\putty.exe" />
<install cmd='cmd.exe /C copy /y %SOFTWARE%\putty\putty.exe c:\windows\system32\'> <exit code="0" /> </install>
<remove cmd='cmd.exe /C del c:\windows\system32\putty.exe' />
<upgrade cmd='cmd.exe /C copy /y %SOFTWARE%\putty\putty.exe c:\windows\system32\' />
</pre>
[[category:Silent Installers|Putty]]