From 06841f67c78baa3adc6eec02998ac9f96ffd27df Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Tue, 1 Feb 2022 23:30:05 +0100 Subject: Windows MSI: set minimum support for MSI installation to Windows 7 --- src/Release/Setup Files/Product64.wxs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Release/Setup Files/Product64.wxs') diff --git a/src/Release/Setup Files/Product64.wxs b/src/Release/Setup Files/Product64.wxs index 8f453a05..661115db 100644 --- a/src/Release/Setup Files/Product64.wxs +++ b/src/Release/Setup Files/Product64.wxs @@ -82,16 +82,16 @@ Schedule="afterInstallExecute" /> - + - + 602) + OR (VersionNT = 601) + OR (VersionNT > 601) ]]> -- cgit v1.2.3