Re: [WiX-users] question about same upgrade code in multiple bundles

2013-04-03 Thread Rob Mensching
This is possible. First the new B.exe needs a higher Bundle/@Version than any previously released Bundle. You can give the new B.exe one of the existing UpgradeCodes or give it a new one. The important thing is to add RelatedBundle elements where the Id attribute is set to the UpgradeCode of the ol

[WiX-users] question about same upgrade code in multiple bundles

2013-04-03 Thread ptr
hey all I have a bundle B.exe that installs NET4.exe , VS2010CRT.msi , OurProduct.msi. The bundle is compressed and embeds all the packages. NET4.msi being the .NET 4 full framework VS2010CRT.msi being VS2010 CRT runtimes OurProduct.msi being all the assemblies that we develop inhouse. We supp