FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit cb8b6a2e authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

Foxit PDF Reader -> v8.2.1.6871

parent 994c0eb9
No related branches found
No related tags found
1 merge request!65Foxitreader.xml
<?xml version="1.0" encoding="UTF-8"?>
<packages>
<package id="foxitreader" name="Foxit PDF Reader" revision="%version%.4" priority="0" reboot="false">
<variable name="version" value="8.0.2.805" /> <!-- see comment below if you change this! -->
<variable name="fileversion" value="802" />
<variable name="updater_version" value="8.0" />
<package id="foxitreader" name="Foxit PDF Reader" revision="%version%.1" priority="0" reboot="false">
<variable name="version" value="8.2.1.6871" /> <!-- see comment below if you change this! -->
<variable name="fileversion" value="821" />
<!-- so far, the only way I know to check the following value is: install the new version,
open/close Foxit, check existence of HKCU\software\foxit software\foxit reader %reg_version% -->
<variable name="reg_version" value="8.0" />
<check type="uninstall" condition="versiongreaterorequal" path="Foxit Reader" value="%version%" />
<!-- make sure you get the "Enterprise" MSI; see wpkg.org for the link -->
<install cmd='msiexec /qn /norestart /i %software%\foxit\FoxitReader%fileversion%_enu_Setup.msi DESKTOP_SHORTCUT=0 MAKEDEFAULT=0 ALLUSERS=1' />
<install cmd='reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\chwpkg-foxitreader-noupdates-%updater_version%" /ve /d "FoxitReader Settings" /f' />
<!-- Need to bump the value of Version (the thing specified by /d) on the next line when doing an upgrade that does not change %updater_version% .
<install cmd='reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\chwpkg-foxitreader-noupdates-%reg_version%" /ve /d "FoxitReader Settings" /f' />
<!-- Need to bump the value of Version (the thing specified by /d) on the next line when doing an upgrade that does not change %reg_version% .
Otherwise, the auto-updater will get re-enabled -->
<install cmd='reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\chwpkg-foxitreader-noupdates-%updater_version%" /v "Version" /d "2" /t REG_SZ /f' />
<install cmd='reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\chwpkg-foxitreader-noupdates-%updater_version%" /v "StubPath" /d "reg add \"HKCU\software\Foxit Software\Foxit Reader %updater_version%\plugins\Updater\" /v UpdateMode /t REG_SZ /d 0 /f" /f '/>
<install cmd='reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\chwpkg-foxitreader-noupdates-%reg_version%" /v "Version" /d "3" /t REG_SZ /f' />
<install cmd='reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\chwpkg-foxitreader-noupdates-%reg_version%" /v "StubPath" /d "reg add \"HKCU\software\Foxit Software\Foxit Reader %reg_version%\plugins\Updater\" /v UpdateMode /t REG_SZ /d 0 /f" /f '/>
<upgrade include="install" />
<remove cmd='MsiExec.exe /qn /x{2B801EE2-5AFC-11E6-854E-000C29F04684}' />
<remove cmd='reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\chwpkg-foxitreader-noupdates-%updater_version%" /f' />
<remove cmd='MsiExec.exe /qn /x{11266F74-FD6D-11E6-8ADF-000C2992F709}' />
<remove cmd='reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\chwpkg-foxitreader-noupdates-%reg_version%" /f' />
</package>
</packages>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment