diff --git a/foxitreader.xml b/foxitreader.xml
index bf3ad58557e6bfacce196fcb28831dc2d26d854b..8d6b1d17c7a92a2e9a5e38c19578e364f17da0b7 100755
--- a/foxitreader.xml
+++ b/foxitreader.xml
@@ -1,8 +1,8 @@
 <?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>