Difference between revisions of "Evince"
From WPKG | Open Source Software Deployment and Distribution
m (add external link) |
(version updated -> 2.30.3) |
||
Line 2: | Line 2: | ||
− | This is a silent installer and uninstaller for Evince 2.30. | + | 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''' | '''MSI installer package.xml''' | ||
Line 12: | Line 13: | ||
id="evince" | id="evince" | ||
name="PDF Viewer" | name="PDF Viewer" | ||
− | revision="2.3. | + | revision="2.3.3" |
reboot="false" | reboot="false" | ||
priority="0"> | priority="0"> | ||
− | <check type="uninstall" condition="exists" path="Evince 2.30. | + | <check type="uninstall" condition="exists" path="Evince 2.30.3" /> |
− | <install cmd='msiexec /i "%SOFTWARE%\pdf-reader\evince-2.30. | + | <install cmd='msiexec /i "%SOFTWARE%\pdf-reader\evince-2.30.3.msi" /qn' /> |
− | <remove cmd='msiexec /x "%SOFTWARE%\pdf-reader\evince-2.30. | + | <remove cmd='msiexec /x "%SOFTWARE%\pdf-reader\evince-2.30.3.msi" /qn' /> |
</package> | </package> | ||
</packages> | </packages> | ||
</source> | </source> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 13:03, 9 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>