The main problem is that in the below scenario an MSI is uninstalled after it
is upgraded by a second installer and that second installer is uninstalled. 
In brief this appears to be a problem with not upgrading package
dependencies in a multiple bundle and major upgrade scenario.

*The scenario:*

Existing Installers:

MSI 'Mv1'.
Bundle 'Av1' installs 'Mv1'.
Bundle 'Bv1' installs 'Mv1'. 
MSI 'Mv2'. (Major upgrade of 'Mv1', including changing Product Id)
Bundle 'Av2' installs 'Mv2'. (Upgrade bundle of 'Av1')

Actions:

Install Bv1.  Mv1 is installed.
Install Av2.  Mv2 is installed by upgrading Mv1 to Mv2.
Uninstall Av2.  Mv2 is found to not have other dependencies, Mv2 is removed. 
Mv1 is not on the system
Bv1 is no longer functional because Mv1 (or later) does not exist.

*Query:*

Is this an intended limitation?  Is a major upgrade not feasible in this
case where there exists two bundles installing/upgrading the same MSI?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Two-Different-Bundles-Same-MSI-Upgrade-and-Bundle-Dependencies-tp7600840.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to