Difference between revisions of "Evince"
From WPKG | Open Source Software Deployment and Distribution
Line 22: | Line 22: | ||
</packages> | </packages> | ||
</source> | </source> | ||
+ | |||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Latest revision as of 00:01, 10 March 2011
Evince is a document viewer (PDF, XPS, comics, etc.). For more infos see http://projects.gnome.org/evince/
This is a silent installer and uninstaller for Evince 2.30.3:
http://download.gnome.org/binaries/win32/evince/2.30/evince-2.30.3.msi
MSI installer package.xml
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package
id="evince"
name="PDF Viewer"
revision="2.3.3"
reboot="false"
priority="0">
<check type="uninstall" condition="exists" path="Evince 2.30.3" />
<install cmd='msiexec /i "%SOFTWARE%\pdf-reader\evince-2.30.3.msi" /qn' />
<remove cmd='msiexec /x "%SOFTWARE%\pdf-reader\evince-2.30.3.msi" /qn' />
</package>
</packages>