[krbdev.mit.edu #5820] SVN Commit
Jeffrey Altman via RT
rt-comment at krbdev.mit.edu
Fri Oct 12 15:01:46 EDT 2007
The WiX installation package suffered from several problems:
* The Beta ID was not being included in the package name.
Fixed this by swapping the priority of "Release" and "Beta".
"Beta" is an official release that has a beta value.
A non-release has a datestamp as part of the package name.
* There were duplicate GUID values being used for registry components.
This would prevent proper removal of the components on uninstall.
* 64-bit Installers were being constructed with the 32-bit installer
schema. This prevented side-by-side installation of the 64-bit and
32-bit versions. This also permitted 64-bit installers to be
installed on 32-bit systems.
* The 64-bit and 32-bit installers had the same package name.
64-bit and 32-bit are now identified in the package name.
* 64-bit files were being installed to the WOW64 environment.
Commit By: jaltman
Revision: 20117
Changed Files:
U trunk/src/windows/installer/wix/config.wxi
U trunk/src/windows/installer/wix/files.wxi
U trunk/src/windows/installer/wix/kfw.wxs
U trunk/src/windows/installer/wix/lang/config_1033.wxi
U trunk/src/windows/installer/wix/lang/strings_1033.wxl
U trunk/src/windows/installer/wix/platform.wxi
More information about the krb5-bugs
mailing list