Difference between revisions of "PDF X-Change Viewer"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 22: | Line 22: | ||
</package> | </package> | ||
</source> | </source> | ||
+ | |||
+ | Note the installer installs [[Ask Toolbar]], you may want to remove it. | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Revision as of 11:38, 23 June 2010
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="200520"
reboot="false"
priority="10">
<check type="uninstall" condition="exists" value="PDF-Viewer"/>
<check type="uninstall" condition="versionequalto" path="PDF-Viewer" value="2.0.52.0"/>
<install cmd='"%SOFTWARE%\PDFXVwer.exe" /VERYSILENT /NORESTART' />
<upgrade cmd='"%SOFTWARE%\PDFXVwer.exe" /VERYSILENT /NORESTART' />
<remove cmd='"%PROGRAMFILES%\Tracker Software\PDF-XChange Viewer\unins000.exe" /VERYSILENT' />
</package>
Note the installer installs Ask Toolbar, you may want to remove it.