Re: [WiX-users] Detecting upgrades UPGRADINGPRODUCTCODE

2012-06-20 Thread victorwhiskey
Thank you, Peter -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Detecting-upgrades-UPGRADINGPRODUCTCODE-tp7578945p7578968.html Sent from the wix-users mailing list archive at Nabble.com. -

Re: [WiX-users] Detecting upgrades UPGRADINGPRODUCTCODE

2012-06-20 Thread Peter Shirtcliffe
@yahoo.com] Sent: 20 June 2012 05:27 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Detecting upgrades UPGRADINGPRODUCTCODE I was able to do that when I used the Upgrade element, but now I'm using the MajorUpgrade element and there is no where to set a variable like the Upgrade ele

Re: [WiX-users] Detecting upgrades UPGRADINGPRODUCTCODE

2012-06-19 Thread victorwhiskey
I was able to do that when I used the Upgrade element, but now I'm using the MajorUpgrade element and there is no where to set a variable like the Upgrade element. How do I do that with MajorUpgrade? Thanks -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabb

Re: [WiX-users] Detecting upgrades UPGRADINGPRODUCTCODE

2012-06-19 Thread Wilson, Phil
UPGRADINGPRODUCTCODE is set in the product being *uninstalled*, the target of the RemoveExistingProducts, not in your code that is calling it. If you want to have a dialog because your setup has detected that it is upgrading an older existing product, then base that dialog on the property being