Difference between revisions of "Evince"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(MSI installer package.xml)
m (add external link)
Line 1: Line 1:
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
+
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.0: http://download.gnome.org/binaries/win32/evince/2.30/evince-2.30.0.msi
  
 
'''MSI installer package.xml'''
 
'''MSI installer package.xml'''

Revision as of 08:18, 1 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.0: http://download.gnome.org/binaries/win32/evince/2.30/evince-2.30.0.msi

MSI installer package.xml

<?xml version="1.0" encoding="UTF-8"?>
<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>