From: boroda <bo....@ma...> - 2015-07-16 14:25:11
|
Hello, guys. I have a problem. And the actions of bundle are not obvious. So, I have the follows packages: • MSI ‘MSI_A_v1’ • MSI ‘MSI_B_v1’ • Bundle Bv1, installs MSI_A_v1 and MSI_B_v1. • And MSI ‘MSI_A_v2’ (Major upgrade of ' MSI_A_v1', including changing Product Id) • Bundle Bv2 (the UpgradeCode is the same as the Bv1, but version is upper). Bundle Bv2 installs MSI_A_v2 and MSI_B_v1. My steps: 1. Install Bundle Bv1 2. Install Bundle Bv2. During the installation, MSI_A_v2 is updating MSI_A_v1 (it’s OK), MSI_B_v1 is doing nothing (it’s OK too), and Bv2 is deleting Bv1. It’s OK too, BUT the Bv1’s uninstallation also deletes MSI_B_v1! Why! Bv2 has link to MSI_B_v1, and the product MSI_B_v1 should remain on system. This is the main problem, after installation, the MSI_B_v1 is not on the system -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Bundle-Uprgade-issue-the-same-MSI-in-two-bundles-tp7600898.html Sent from the wix-users mailing list archive at Nabble.com. |