pull up r19922 from trunk
authorTom Yu <tlyu@mit.edu>
Sat, 29 Sep 2007 00:09:22 +0000 (00:09 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 29 Sep 2007 00:09:22 +0000 (00:09 +0000)
commit9e298df6e649c4db0a83358ebce064d1e3655a59
treea02cb0461a445cb175b70b642667de18e440b50f
parentb988045a53e79195fd61dbc145a25ba894a68b22
pull up r19922 from trunk

 r19922@cathode-dark-space:  jaltman | 2007-09-05 14:03:13 -0400
 ticket: new
 subject: MSI installer for 64-bit AMD64
 component: windows

 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: 5711
version_fixed: 1.6.3

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@20012 dc483132-0cff-0310-8789-dd5450dbe970
src/windows/installer/wix/config.wxi
src/windows/installer/wix/custom/custom.cpp
src/windows/installer/wix/features.wxi
src/windows/installer/wix/files.wxi
src/windows/installer/wix/kfw.wxs
src/windows/installer/wix/msi-deployment-guide.txt
src/windows/installer/wix/platform.wxi [new file with mode: 0644]
src/windows/installer/wix/runtime.wxi [new file with mode: 0644]
src/windows/installer/wix/runtime_debug.wxi [new file with mode: 0644]