I had to get back to work to get the file. The install log comes out to a little over 4 MB. That puts it at larger than I can post via Pastebin, but you can access a zipped version at https://drive.google.com/file/d/0B-DeYirjE6WfUGxXYXBLbDFfOEk/edit?usp=sharing
And the very first number in the version changed. It went from 2.0.0.0 to 3.0.0.0. -----Original Message----- Date: Fri, 11 Jul 2014 20:27:29 +0000 From: "Hoover, Jacob" <[email protected]> Subject: Re: [WiX-users] What items need to be held in common for a major upgrade using MajorUpgrade? To: General discussion about the WiX toolset. <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Did anything in the first 3 parts of the version number change? Also, posting the install log (and linking to it here) would tell us what it's currently doing. -----Original Message----- From: Sean Duggan [mailto:[email protected]] Sent: Friday, July 11, 2014 2:53 PM To: [email protected] Subject: [WiX-users] What items need to be held in common for a major upgrade using MajorUpgrade? The company I work with has a utility tool for translating incoming data in the HL7 format into DB operations. We used to support two applications, which means our program was named "HL7 for Product X and Product Y". For the next release, we're only supporting Product X, so we want to rename the package which gets installed as well as update the DB calls. The person who built the installer also had an incorrect value for the Manufacturer, so that will change as well. I set it up as a Major upgrade, using the same Update Code GUID for each, because we want the old service to get uninstalled. I attempted to follow the steps in http://wixtoolset.org/documentation/manual/v3/howtos/updates/major_upgrade.html and http://wix .tramontana.co.hu/tutorial/upgrades-and-modularization/checking-for-oldies, but it's not working. The old package is not being removed at all, resulting in both of them being present. Is this because the Name and Manufacturer were changed? I've tried matching them up, but I'm getting the same result. I'm compiling this using the 3.7 version of the libraries if that makes a difference. FWIW, this is the MajorUpgrade code I'm using: <MajorUpgrade AllowDowngrades="no" DowngradeErrorMessage="Cannot downgrade versions." AllowSameVersionUpgrades="no" /> -- Sean Duggan [email protected] "*It's easy to win forgiveness for being wrong; being right is what gets you into real trouble.*" -Bjarne Stroustrup -- Sean Duggan [email protected] "*It's easy to win forgiveness for being wrong; being right is what gets you into real trouble.*" -Bjarne Stroustrup ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck® Code Sight™ - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

