Difference between revisions of "GPG4win"
From WPKG | Open Source Software Deployment and Distribution
m |
m (Use new syntax highlighting plugin for package xml and standardize the xml layout.) |
||
Line 5: | Line 5: | ||
== GPG4win == | == GPG4win == | ||
− | + | <source lang="xml"> | |
− | + | <?xml version="1.0" encoding="UTF-8"?> | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | [[category:Silent Installers | + | <packages> |
+ | <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> | ||
+ | </packages> | ||
+ | </source> | ||
+ | |||
+ | [[category:Silent Installers]] |
Revision as of 22:45, 4 February 2008
This is a silent installer and uninstaller for GPG4Win.
GPG4win
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<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>
</packages>