Reputation: 1145
I have two msi A, B. These msi share some component between each other, however have different features.
case:
I can't find any hint from upgrade log of A, why feature from B become advertised.
Upvotes: 1
Views: 732
Reputation: 11838
When you do major upgrade, the original msi A gets uninstalled, then a new version is installed. The newer version has other components, which is quite expected, and thus some components of msi B are missing on the system.
Can you reproduce the same issue by simply removing msi A?
I can guess that the component in question from old and new version share the same path, thus some files that msi B uses are replaced with newer versions.
Upvotes: 1