From 30dc0d95536646752b8afed86cec6e4622736ce0 Mon Sep 17 00:00:00 2001 From: Heath Stewart Date: Sat, 7 Jan 2023 14:18:32 -0800 Subject: [PATCH] Add checks for Win8.1, Server2012 Resolves #18854 --- assets/wix/Product.wxs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/wix/Product.wxs b/assets/wix/Product.wxs index 8dc2d3a3f16..3a8977e83fb 100644 --- a/assets/wix/Product.wxs +++ b/assets/wix/Product.wxs @@ -1,6 +1,4 @@ - - = 601" ?> @@ -135,8 +133,11 @@ LAUNCHAPPONEXIT=1 - - + + 1 OR VersionNT >= 603 ]]> + + + = 602 ]]>