Difference between revisions of "PDF X-Change Viewer"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(Adapted to Version 2)
Line 1: Line 1:
This is a silent installer for [http://www.docu-track.com/downloads/users/ PDF X-Change Viewer], an alternative to Adobe Reader. PDF X-Change Viewer is free for private and commercial use.
+
This is a silent installer for [http://www.docu-track.com/?product/pdfx_viewer PDF X-Change Viewer], an alternative to Adobe Reader. PDF X-Change Viewer is free for private and commercial use.
  
 
See the help file topic "Silent installation" for more information about various switches.
 
See the help file topic "Silent installation" for more information about various switches.
Line 7: Line 7:
 
     id="pdfxchange_viewer"
 
     id="pdfxchange_viewer"
 
     name="PDF-XChange Viewer"
 
     name="PDF-XChange Viewer"
     revision="1"
+
     revision="20041"
 
     reboot="false"
 
     reboot="false"
 
     priority="10">
 
     priority="10">
  
     <check type="uninstall" condition="exists" value="PDF-XChange PDF Viewer"/>
+
     <check type="uninstall" condition="exists" value="PDF-Viewer"/>
 +
    <check type="uninstall" condition="versionequalto" path="PDF-Viewer" value="2.0.41.1"/>
  
     <install cmd='"%SOFTWARE\PDFXVwer.exe" /VERYSILENT /MERGETASKS="!desktopicon"' />
+
     <install cmd='"%SOFTWARE\PDFXVwer.exe" /VERYSILENT /NORESTART' />
  
     <upgrade cmd='"%SOFTWARE\PDFXVwer.exe" /VERYSILENT /MERGETASKS="!desktopicon"' />
+
     <upgrade cmd='"%SOFTWARE\PDFXVwer.exe" /VERYSILENT /NORESTART' />
  
     <uninstall cmd='"%PROGRAMFILES%\PDF-XChange Viewer 2\unins000.exe" /VERYSILENT' />
+
     <uninstall cmd='"%PROGRAMFILES%\Tracker Software\PDF-XChange Viewer\unins000.exe" /VERYSILENT' />
  
 
</package>
 
</package>

Revision as of 12:37, 18 February 2009

This is a silent installer for PDF X-Change Viewer, an alternative to Adobe Reader. PDF X-Change Viewer is free for private and commercial use.

See the help file topic "Silent installation" for more information about various switches.

<package
    id="pdfxchange_viewer"
    name="PDF-XChange Viewer"
    revision="20041"
    reboot="false"
    priority="10">

    <check type="uninstall" condition="exists" value="PDF-Viewer"/>
    <check type="uninstall" condition="versionequalto" path="PDF-Viewer" value="2.0.41.1"/>

    <install cmd='"%SOFTWARE\PDFXVwer.exe" /VERYSILENT /NORESTART' />

    <upgrade cmd='"%SOFTWARE\PDFXVwer.exe" /VERYSILENT /NORESTART' />

    <uninstall cmd='"%PROGRAMFILES%\Tracker Software\PDF-XChange Viewer\unins000.exe" /VERYSILENT' />

</package>