Difference between revisions of "Putty"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
Line 4: Line 4:
 
  <check type="uninstall" condition="exists" path="PuTTY version 0.58" />
 
  <check type="uninstall" condition="exists" path="PuTTY version 0.58" />
 
  <install cmd='\\server\share\putty\putty-0.58-installer.exe /sp- /silent' />
 
  <install cmd='\\server\share\putty\putty-0.58-installer.exe /sp- /silent' />
  <remove cmd='"C:\Program Files\PuTTY\unins000.exe" /sp- /silent /norestart' />
+
  <remove cmd='"%PROGRAMFILES%\PuTTY\unins000.exe" /sp- /silent /norestart' />
 
  <upgrade cmd='' />
 
  <upgrade cmd='' />
 
  </package>
 
  </package>

Revision as of 17:03, 1 September 2006

This is a silent installer and uninstaller for putty.

<package id="putty" name="putty" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="PuTTY version 0.58" />
<install cmd='\\server\share\putty\putty-0.58-installer.exe /sp- /silent' />
<remove cmd='"%PROGRAMFILES%\PuTTY\unins000.exe" /sp- /silent /norestart' />
<upgrade cmd= />
</package>