Difference between revisions of "PDF X-Change Viewer"
From WPKG | Open Source Software Deployment and Distribution
(created) |
|||
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/downloads/users/ 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. | ||
<source lang="xml"> | <source lang="xml"> |
Revision as of 12:47, 19 November 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.
See the help file topic "Silent installation" for more information about various switches.
<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>