Re: [WiX-users] Can component guids change across major upgrades

2014-11-20 Thread kirannhegde
Thanks for the response. Much appreciated. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Can-component-guids-change-across-major-upgrades-tp7598026p7598134.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] Can component guids change across major upgrades

2014-11-19 Thread Phil Wilson
Yes you can change the guids in a major upgrade with the caveat that you should do the RemoveExistingProducrs early in the process, such as afterInstallInitialize. The issue is that you don't want to be doing an upgrade with REP at the end where there may be differing guids for the same resources.

Re: [WiX-users] Can component guids change across major upgrades

2014-11-18 Thread kirannhegde
Any response would be very much appreciated. Thanks, Kiran Hegde -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Can-component-guids-change-across-major-upgrades-tp7598026p7598080.html Sent from the wix-users mailing list archive at Nabble.com. -