Difference between revisions of "PDF X-Change Viewer"
From WPKG | Open Source Software Deployment and Distribution
Line 7: | Line 7: | ||
id="pdfxchange_viewer" | id="pdfxchange_viewer" | ||
name="PDF-XChange Viewer" | name="PDF-XChange Viewer" | ||
− | revision=" | + | revision="251890" |
reboot="false" | reboot="false" | ||
priority="10"> | priority="10"> | ||
− | + | ||
− | + | <check type="registry" condition="exists" path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A278382D-4F1B-4D47-9885-8523F7261E8D}_is1\UninstallString" value="C:\Program Files\Tracker Software\PDF Viewer\unins000.exe\" /> | |
− | + | <check type="registry" condition="exists" path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A278382D-4F1B-4D47-9885-8523F7261E8D}_is1\DisplayVersion" value="2.5.189.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> | </package> | ||
</source> | </source> |
Revision as of 14:33, 14 December 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="251890"
reboot="false"
priority="10">
<check type="registry" condition="exists" path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A278382D-4F1B-4D47-9885-8523F7261E8D}_is1\UninstallString" value="C:\Program Files\Tracker Software\PDF Viewer\unins000.exe\" />
<check type="registry" condition="exists" path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{A278382D-4F1B-4D47-9885-8523F7261E8D}_is1\DisplayVersion" value="2.5.189.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.