From 7f4ee830c985b94cafe594c8cdfe02cf418f95eb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Thu, 23 Jun 2016 11:08:36 -0700 Subject: Improved Windows installer - don't ignore properties set on command-line. See #2708. Needs testing to see if this resolves the issue. Thanks to @nkalvi. --- windows/pandoc.wxs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'windows/pandoc.wxs') 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 @@ + + -- cgit v1.2.3