]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Require Windows Installer 4.5 or higher
authorBen Kaduk <kaduk@mit.edu>
Wed, 26 Jun 2013 20:30:41 +0000 (16:30 -0400)
committerBen Kaduk <kaduk@mit.edu>
Fri, 28 Jun 2013 17:10:33 +0000 (13:10 -0400)
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

index 8922d7a1b0c2592c2b6216dd4c39c1c97f4c8ca0..037e252a76f4f247c678f2b4c94c14ebd4d412e1 100644 (file)
@@ -40,7 +40,7 @@
     <?endif?>
     <?define BinDir="$(env.KRB_INSTALL_DIR)\bin\"?>
     <?define LibDir="$(env.KRB_INSTALL_DIR)\lib\"?>
-    <?define InstallerVersion="300"?>
+    <?define InstallerVersion="450"?>
     <?if $(env.CPU) = "i386"?>
         <?define Platform="Intel"?>
         <?define Win64="no"?>