Difference between revisions of "GPG4win"
From WPKG | Open Source Software Deployment and Distribution
m (→GPG4win: Fix typo (missing end quote on value of priority attribute).) |
(→GPG4win: Set revision according to program version, and update from 1.1.0 to 1.1.3) |
||
Line 3: | Line 3: | ||
== GPG4win == | == GPG4win == | ||
− | <package id="GPG4Win" name="GPG4Win | + | <package id="GPG4Win" name="GPG4Win" revision="1130" priority="35" reboot="true"> |
<check type="uninstall" condition="exists" path="GnuPG For Windows" /> | <check type="uninstall" condition="exists" path="GnuPG For Windows" /> | ||
− | <install cmd='%SOFTWARE%\GPG4Win\gpg4win-1.1. | + | <install cmd='%SOFTWARE%\GPG4Win\gpg4win-1.1.3.exe /S' /> |
− | <upgrade cmd='%SOFTWARE%\GPG4Win\gpg4win-1.1. | + | <upgrade cmd='%SOFTWARE%\GPG4Win\gpg4win-1.1.3.exe /S' /> |
<remove cmd='%ProgramFiles%\GNU\GnuPG\gpg4win-uninstall.exe /S' /> | <remove cmd='%ProgramFiles%\GNU\GnuPG\gpg4win-uninstall.exe /S' /> | ||
</package> | </package> | ||
[[category:Silent Installers|GPG4win]] | [[category:Silent Installers|GPG4win]] |
Revision as of 03:45, 15 January 2008
GPG4win
<package id="GPG4Win" name="GPG4Win" revision="1130" priority="35" reboot="true"> <check type="uninstall" condition="exists" path="GnuPG For Windows" /> <install cmd='%SOFTWARE%\GPG4Win\gpg4win-1.1.3.exe /S' /> <upgrade cmd='%SOFTWARE%\GPG4Win\gpg4win-1.1.3.exe /S' /> <remove cmd='%ProgramFiles%\GNU\GnuPG\gpg4win-uninstall.exe /S' /> </package>