Difference between revisions of "GPG4win"
From WPKG | Open Source Software Deployment and Distribution
m (Use new syntax highlighting plugin for package xml and standardize the xml layout.) |
(→GPG4win) |
||
Line 12: | Line 12: | ||
id="GPG4Win" | id="GPG4Win" | ||
name="GPG4Win" | name="GPG4Win" | ||
− | revision=" | + | revision="2000" |
priority="35" | priority="35" | ||
reboot="true"> | reboot="true"> | ||
Line 18: | Line 18: | ||
<check type="uninstall" condition="exists" path="GnuPG For Windows"/> | <check type="uninstall" condition="exists" path="GnuPG For Windows"/> | ||
− | <install cmd='%SOFTWARE%\GPG4Win\gpg4win- | + | <install cmd='%SOFTWARE%\GPG4Win\gpg4win-2.0.0.exe /S'/> |
− | <upgrade cmd='%SOFTWARE%\GPG4Win\gpg4win- | + | <upgrade cmd='%SOFTWARE%\GPG4Win\gpg4win-2.0.0.exe /S'/> |
<remove cmd='%ProgramFiles%\GNU\GnuPG\gpg4win-uninstall.exe /S'/> | <remove cmd='%ProgramFiles%\GNU\GnuPG\gpg4win-uninstall.exe /S'/> |
Revision as of 13:24, 14 August 2009
This is a silent installer and uninstaller for GPG4Win.
GPG4win
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="GPG4Win"
name="GPG4Win"
revision="2000"
priority="35"
reboot="true">
<check type="uninstall" condition="exists" path="GnuPG For Windows"/>
<install cmd='%SOFTWARE%\GPG4Win\gpg4win-2.0.0.exe /S'/>
<upgrade cmd='%SOFTWARE%\GPG4Win\gpg4win-2.0.0.exe /S'/>
<remove cmd='%ProgramFiles%\GNU\GnuPG\gpg4win-uninstall.exe /S'/>
</package>
</packages>