summaryrefslogtreecommitdiffstats
path: root/src/windows/installer/wix/msi-deployment-guide.txt
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-09-05 18:03:13 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-09-05 18:03:13 +0000
commit1e23b1998c87ff0d2c3ea27a2e112532a13d2b6c (patch)
tree47e9aae451053bdc8d2662095bae31e626c6d897 /src/windows/installer/wix/msi-deployment-guide.txt
parent9c243238c6ca6228fde72fa1661d0393a1e08c81 (diff)
downloadkrb5-1e23b1998c87ff0d2c3ea27a2e112532a13d2b6c.tar.gz
krb5-1e23b1998c87ff0d2c3ea27a2e112532a13d2b6c.tar.xz
krb5-1e23b1998c87ff0d2c3ea27a2e112532a13d2b6c.zip
MSI installer for 64-bit AMD64
Add support for building 64-bit AMD64 MSI install packages in addition to 32-bit i386 MSI install packages. Differences between 32-bit MSI and 64-bit MSI include: * no krb4 binaries and libraries * no kclient binaries and libraries * no krb524 binaries and libraries * no leash32.exe * new AMD64 UpgradeCode permits parallel installation with 32-bit MSI * support for Visual Studio 2005 (VS8, CL1400) merge modules Open Issues: * 32-bit MSI installs kfwlogon.dll on AMD64 systems * 32-bit and 64-bit NetIDMgr.exe as startup. Need to decide which should be executed by default. Only one can run at a time. * Need to make sure that src/windows/build properly configures the site-local.wxi file for Visual Studio 2005 and platform. ticket: new component: windows git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19922 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/installer/wix/msi-deployment-guide.txt')
-rw-r--r--src/windows/installer/wix/msi-deployment-guide.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/windows/installer/wix/msi-deployment-guide.txt b/src/windows/installer/wix/msi-deployment-guide.txt
index 3e0d7d26dd..3a3c28ebcd 100644
--- a/src/windows/installer/wix/msi-deployment-guide.txt
+++ b/src/windows/installer/wix/msi-deployment-guide.txt
@@ -898,11 +898,16 @@ Kerberos for Windows
Versions of Kerberos that are upgraded by the MSI package are :
- 1) "Kerberos for Windows" MSI package
+ 1) "Kerberos for Windows" 32-bit i386 MSI package
Upgrade code {61211594-AAA1-4A98-A299-757326763CC7}
Upto current release
+ 2) "Kerberos for Windows" 64-bit amd64 MSI package
+
+ Upgrade code {6DA9CD86-6028-4852-8C94-452CAC229244}
+ Upto current release
+
2) "MIT Project Pismere Kerberos for Windows" MSI package and
"MIT SWRT Kerberos for Windows" MSI
@@ -920,6 +925,11 @@ Kerberos for Windows
means that group policy based deployments will fail on machines
that have the "Kerberos for Windows" NSIS package installed.
+ Note that the NSIS package is only available for 32-bit i386.
+ You cannot install both the 32-bit NSIS and 64-bit amd64 MSI
+ packages on the same machine. To install both 32-bit and 64-bit
+ KFW, you must use the MSI packages of both.
+
If you have used a different MSI package to install Kerberos for
Windows and wish to upgrade it you can author rows into the
'Upgrade' table to have the "Kerberos for Windows" MSI replace these