summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
authorBen Kaduk <kaduk@mit.edu>2013-06-26 16:30:41 -0400
committerBen Kaduk <kaduk@mit.edu>2013-06-28 13:10:33 -0400
commit35602228f3c49a0fa0c096236c9653af8d72f42e (patch)
tree8b3ff912eecd737f97d9a27cbd12d8ba8436da3c /src/windows
parent03b2650337de03e2cd54896c2e86b0f76e1491fe (diff)
downloadkrb5-35602228f3c49a0fa0c096236c9653af8d72f42e.tar.gz
krb5-35602228f3c49a0fa0c096236c9653af8d72f42e.tar.xz
krb5-35602228f3c49a0fa0c096236c9653af8d72f42e.zip
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
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/installer/wix/config.wxi2
1 files changed, 1 insertions, 1 deletions
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 @@
<?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"?>