Difference between revisions of "PDF X-Change Viewer"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(created)
(No difference)

Revision as of 15:16, 5 July 2008

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.

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

    <check type="uninstall" condition="exists" value="PDF-XChange PDF Viewer"/>

    <install cmd='"%SOFTWARE\PDFXVwer.exe" /VERYSILENT /MERGETASKS="!desktopicon"' />

    <upgrade cmd='"%SOFTWARE\PDFXVwer.exe" /VERYSILENT /MERGETASKS="!desktopicon"' />

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

</package>