Putty for WPKG on iPasserelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
880 B

12 years ago
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="putty"
name="Client SSH PuTTY"
7 years ago
revision="3"
priority="10"
12 years ago
reboot="false">
7 years ago
<variable name="PKG_VERSION" value="0.68" />
12 years ago
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\PuTTY" />
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\PuTTY" />
<check type="uninstall" condition="versiongreaterorequal" path="PuTTY release %PKG_VERSION%" value="%PKG_VERSION%"/>
12 years ago
<install cmd='msiexec /qn /norestart /i "%SOFTWARE%\putty\putty-%PKG_VERSION%-installer.msi"' />
12 years ago
<upgrade include='install' />
<downgrade include='install' />
12 years ago
<remove cmd='msiexec /qn /norestart /x "%SOFTWARE%\putty\putty-%PKG_VERSION%-installer.msi"' />
12 years ago
</package>
</packages>