diff --git a/notepad++.xml b/notepad++.xml
index eb889e36a126bb01d808274b4a9c821ca39b0168..94d7c5d1b5ce6b7b8713163d04d3690d687667dd 100755
--- a/notepad++.xml
+++ b/notepad++.xml
@@ -2,9 +2,10 @@
 <packages>
 <package id="notepad++" name="Notepad++" revision="%version%.1" reboot="false">
  
-  <variable name="version" value="7" />
- 
-  <check type="uninstall" condition="versiongreaterorequal" path="Notepad++" value="%version%" />
+  <variable name="version" value="7.2" />
+
+  <!-- 64bit version exists as of 7.1, but most of the plugins aren't available. So stick with 32bit until they sort that -->
+   <check type="uninstall" condition="versiongreaterorequal" path="Notepad++ (32-bit x86)" value="%version%" />
  
   <!-- remove plug-ins to prevent installer hanging -->
   <!-- Exit code of "1" can occur if there are no .dll files in the plugins dir. This happens if a previous installation has been uninstalled,