From 35602228f3c49a0fa0c096236c9653af8d72f42e Mon Sep 17 00:00:00 2001 From: Ben Kaduk Date: Wed, 26 Jun 2013 16:30:41 -0400 Subject: Require Windows Installer 4.5 or higher As advised by the VC 11 merge modules. Windows Installer 4.5 requires Windows Server 2008, Windows Vista, Windows XP with Service Pack 2 (SP2) and later, or Windows Server 2003 with Service Pack 1 (SP1) and later. I believe we already enforce these restrictions manually elsewhere, so this should not restrict our set of valid target machines. ticket: 7667 (new) queue: kfw tags: pullup target_version: 1.11.4 --- src/windows/installer/wix/config.wxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windows/installer/wix/config.wxi b/src/windows/installer/wix/config.wxi index 8922d7a1b0..037e252a76 100644 --- a/src/windows/installer/wix/config.wxi +++ b/src/windows/installer/wix/config.wxi @@ -40,7 +40,7 @@ - + -- cgit