From: Rob M. <ro...@fi...> - 2015-07-16 15:53:37
|
What does the bundle log file show? _______________________________________________________________ FireGiant | Dedicated support for the WiX toolset | http://www.firegiant.com/ -----Original Message----- From: boroda [mailto:bo....@ma...] Sent: Thursday, July 16, 2015 7:25 AM To: wix...@li... Subject: [WiX-users] «Bundle Uprgade issue: the same MSI in two bundles» 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 |