[wix-devs] Bundles: RelatedBundle Upgrade and Min/Max version

Hoover, Jacob Jacob.Hoover at greenheck.com
Thu Aug 10 10:32:30 PDT 2017


Correct me if I am wrong, but we don't currently support a Upgrade table for related bundles similar to the Msi Upgrade table. As such, if one wanted to target specific versions of related bundles, they would need to write their own  BA. Do you think this would be a feature that WixStdBA should support?

Ex:
<RelatedBundle Id="{GUID}" Action="Upgrade" MinVersion="1.5.3" MaxVersion="1.5.9" />

I know no new features for 3.x, so then an interesting option comes into play.  Assuming Sean's messaging approach was extended for BAF's for all callbacks, that means one could write a BAF for the DetectRelatedBundle callback, and put any custom logic needed in there.

Which would be the preferred approach?

Thanks,
Jacob



More information about the wix-devs mailing list