diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs
index 878800149..50a686e55 100644
--- a/windows/pandoc.wxs
+++ b/windows/pandoc.wxs
@@ -147,6 +147,7 @@
Value="!(loc.ExitDialogText)" />
+
MsiNTProductType > 1
@@ -158,10 +159,10 @@
MsiNTProductType > 1
- MsiNTProductType = 1
+ (NOT ALLUSERS = 1) AND MsiNTProductType = 1
- MsiNTProductType = 1
+ (NOT ALLUSERS = 1) AND MsiNTProductType = 1
MsiNTProductType > 1
@@ -178,6 +179,8 @@
+
+