Re: [WiX-users] Strange and interesting problem with major upgrades

2013-11-13 Thread Blair Murri
ann.he...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Strange and interesting problem with major upgrades > > Thanks Blair for the quick response. > I should have been more clear.. What i meant was that all of the .msi > installers were configured for major

Re: [WiX-users] Strange and interesting problem with major upgrades

2013-11-13 Thread kirannhegde
Thanks Blair for the quick response. I should have been more clear.. What i meant was that all of the .msi installers were configured for major upgrades. I figured out the problem. The problem is with the bootstrapper C++ code. One last thing: With AlwaysInstallElevated, when the installer runs

Re: [WiX-users] Strange and interesting problem with major upgrades

2013-11-11 Thread Blair Murri
This log is telling you that you have the product {B92051A3-3ABB-4A26-A615-2298BE7CBC28} already installed, so by definition this is NOT a major upgrade (maybe your bootstrapper doesn't property process non-major upgrades?). If you expected this to be a major upgrade, then you need to find out