krb5 commit: Require Windows Installer 4.5 or higher
Benjamin Kaduk
kaduk at MIT.EDU
Fri Jun 28 13:10:45 EDT 2013
https://github.com/krb5/krb5/commit/35602228f3c49a0fa0c096236c9653af8d72f42e
commit 35602228f3c49a0fa0c096236c9653af8d72f42e
Author: Ben Kaduk <kaduk at 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"?>
More information about the cvs-krb5
mailing list