Re: [WiX-users] Burn and chaining multiple MSIs and detecting proper states for each MSI

2015-04-10 Thread Rob Mensching
I expect A' is a major upgrade of A. There issue is that B knows nothing about A' (and C) and C doesn't have enough information to install A when it uninstalls A'. In this scenario, a repair of B is necessary. Somewhere there was a feature for C to automatically repair B (if there was some bund

Re: [WiX-users] Burn and chaining multiple MSIs and detecting proper states for each MSI

2015-04-10 Thread John Cooper
Is A' a major or minor upgrade of A? Is the ProductCode the same or different for A' and A? What is the difference in version numbers? What does the bundle log say when it is selecting A for removal? -- John Merryweather Cooper Senior Software Engineer | Integration Development Group | Continu

Re: [WiX-users] Burn and chaining multiple MSIs and detecting proper states for each MSI

2015-04-10 Thread victorwhiskey
This is my scenario, I have 2 different bundles, B and C. They each have 2 MSIs chained with a common MSI A or A' (a newer version of A). If I installed bundle B which has A then I install C which has A', I'm expecting B to install B and A, then C to install and upgrade A to A'. I am getting this a