FAQ | This is a LIVE service | Changelog

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

Foxit PDF Reader -> v8.3.1.21155

parent cb8b6a2e
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%.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" />
<variable name="version" value="8.3.1.21155" /> <!-- see comment below if you change this! -->
<variable name="fileversion" value="831" />
<!-- 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" />
......@@ -15,12 +15,12 @@
<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-%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 "Version" /d "4" /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{11266F74-FD6D-11E6-8ADF-000C2992F709}' />
<remove cmd='MsiExec.exe /qn /x{10DCBA7E-5CB2-11E7-9CB8-000C29C1951D}' />
<remove cmd='reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\chwpkg-foxitreader-noupdates-%reg_version%" /f' />
</package>
......
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