Changes

Jump to: navigation, search

Putty

52 bytes added, 09:55, 11 July 2009
replaced %SYSTEMROOT% instead of c:\windows
Here's a package.xml for distributing the putty.exe without the installer.
It installs to the System32 folder in %SYSTEMROOT% (often c:\windows\system32) for quick Start/Run access.
<source lang="xml">
priority="0">
<check type="file" condition="exists" path="C:\windows%SYSTEMROOT%\system32\putty.exe"/>
<install cmd='cmd.exe /C copy /y %SOFTWARE%\putty\putty.exe c:\windows%SYSTEMROOT%\system32\'/>
<remove cmd='cmd.exe /C del c:\windows%SYSTEMROOT%\system32\putty.exe'/>
<upgrade cmd='cmd.exe /C copy /y %SOFTWARE%\putty\putty.exe c:\windows%SYSTEMROOT%\system32\'/>
</package>
9
edits

Navigation menu