From 37123578db7fb0f889faf05e1b045c3c3da58ddb Mon Sep 17 00:00:00 2001 From: Marek Habersack Date: Tue, 1 Jul 2014 14:22:06 +0200 Subject: Add a WIX condition to prevent the installer from running on Windows XP The minimum supported Windows version is now 6.0 (Windows Vista) --- setup/WixSetup/Product.wxs | 1 + 1 file changed, 1 insertion(+) (limited to 'setup') diff --git a/setup/WixSetup/Product.wxs b/setup/WixSetup/Product.wxs index 24efae348e..7c625a570d 100644 --- a/setup/WixSetup/Product.wxs +++ b/setup/WixSetup/Product.wxs @@ -20,6 +20,7 @@ = "2.12" OR REMOVE ~= "ALL"]]> + VersionNT >= 600 -- cgit v1.2.3