Re: [WiX-users] How can I prevent Bundle from overriding MSI Upgrade Code?

2015-04-13 Thread ben.lemond
Let's take out the fact that I have multiple different applications(products) that I want to install and focus on one. My problem is this: What I have: I have a product.wxs that I build as an MSI with a specific version and upgrade code. (MSI-A) I then have a bundle.wxs that I build that contai

Re: [WiX-users] How can I prevent Bundle from overriding MSI Upgrade Code?

2015-04-13 Thread ben.lemond
Is there a feature that allows you to chain multiple installations (say .net framework and an msi) in one installer but does not create a "bundle product". It would be the equivalent of a script that installs multiple pieces and those pieces are the only things that remain. Thanks, [Descript