Re: [WiX-users] Burn installer upgrade does not work

2014-09-09 Thread Beekeeper2020
Hi, Do you mind posting the fix in the xml file? I have a problem doing a burn upgrade. Thanks! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-installer-upgrade-does-not-work-tp7589150p7596741.html Sent from the wix-users mailing list arc

Re: [WiX-users] Burn installer upgrade does not work

2013-09-25 Thread Phill Hogland
I'm sure there are many different ways to go at this. I was originally using Wix 3.7 when I was using the WixExtededBA and the bal:autoversion. If I had stayed with Wix 3.7 I would have used the source code at http://wixextba.codeplex.com/ to create a wix extension and modify the auto version alg

Re: [WiX-users] Burn installer upgrade does not work

2013-09-24 Thread Santhos
Phill Hogland wrote > I am relatively new also, but others have advised that implementing a > MajorUpgrade is the simplest and generally recommended deployment plan. > So to do this you either need to remember to change both the ProductCode > (and ProductId = "*" lets Wix do this for you) AND you

Re: [WiX-users] Burn installer upgrade does not work

2013-09-24 Thread Phill Hogland
If you change the version (manually or via a auto increment), AND you change the Product Code (which is what Product Id="*" does) then you will be able to do the Major Upgrade. In my prior post I was responding to this comment: "That is ok, but then when I rebuild the installer (without any chang