Difference between revisions of "Evince"
From WPKG | Open Source Software Deployment and Distribution
(→MSI installer package.xml) |
(→MSI installer package.xml) |
||
Line 5: | Line 5: | ||
http://download.gnome.org/binaries/win32/evince/2.30/evince-2.30.0.msi | http://download.gnome.org/binaries/win32/evince/2.30/evince-2.30.0.msi | ||
− | == MSI installer package.xml == | + | '''== MSI installer package.xml ==''' |
<source lang="xml"> | <source lang="xml"> | ||
<packages> | <packages> |
Revision as of 19:02, 20 April 2010
This is a silent installer and uninstaller for Evince 2.30.0
http://download.gnome.org/binaries/win32/evince/2.30/evince-2.30.0.msi
== MSI installer package.xml ==
<packages>
<package
id="evince"
name="PDF Viewer"
revision="2.3.0"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Evince 2.30.0" />
<install cmd='msiexec /i "%SOFTWARE%\pdf-reader\evince-2.30.0.msi" /qn' />
<remove cmd='msiexec /x "%SOFTWARE%\pdf-reader\evince-2.30.0.msi" /qn' />
</package>
</packages>