Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: jaltman@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 1264 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. Commit By: jaltman Revision: 19922 Changed Files: U trunk/src/windows/installer/wix/config.wxi U trunk/src/windows/installer/wix/custom/custom.cpp U trunk/src/windows/installer/wix/features.wxi U trunk/src/windows/installer/wix/files.wxi U trunk/src/windows/installer/wix/kfw.wxs U trunk/src/windows/installer/wix/msi-deployment-guide.txt A trunk/src/windows/installer/wix/platform.wxi A trunk/src/windows/installer/wix/runtime.wxi A trunk/src/windows/installer/wix/runtime_debug.wxi