[27822] in CVS-changelog-for-Kerberos-V5

home help back first fref pref prev next nref lref last post

krb5 commit: Require Windows Installer 4.5 or higher

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Fri Jun 28 13:10:50 2013

Date: Fri, 28 Jun 2013 13:10:45 -0400
From: Benjamin Kaduk <kaduk@mit.edu>
Message-Id: <201306281710.r5SHAjFa019265@drugstore.mit.edu>
To: cvs-krb5@mit.edu
Reply-To: krbdev@mit.edu
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: cvs-krb5-bounces@mit.edu

https://github.com/krb5/krb5/commit/35602228f3c49a0fa0c096236c9653af8d72f42e
commit 35602228f3c49a0fa0c096236c9653af8d72f42e
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Wed Jun 26 16:30:41 2013 -0400

    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 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/windows/installer/wix/config.wxi b/src/windows/installer/wix/config.wxi
index 8922d7a..037e252 100644
--- a/src/windows/installer/wix/config.wxi
+++ b/src/windows/installer/wix/config.wxi
@@ -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"?>
_______________________________________________
cvs-krb5 mailing list
cvs-krb5@mit.edu
https://mailman.mit.edu/mailman/listinfo/cvs-krb5

home help back first fref pref prev next nref lref last post