svn rev #19541: trunk/src/windows/installer/wix/

jaltman@MIT.EDU jaltman at MIT.EDU
Thu May 3 18:57:08 EDT 2007


Commit By: jaltman
Log Message: 
ticket: new
subject: Modify WIX installer to better support upgrading betas
component: windows
tags: pullup

The WIX installers did not upgrade previous installations with the same
version number as the current package being installed.  This would leave
multiple installations of KFW x.y.z registered as being installed on the
machine even though only the most recent install is being used.

This commit instructs the Windows Installer to uninstall previous installations
with the same version number (the Maximum Upgrade version) as the package
that is being installed while ensuring that the package being installed 
will not be uninstalled if the installation is being modified or repaired.




Changed Files:
U   trunk/src/windows/installer/wix/kfw.wxs



More information about the cvs-krb5 mailing list