To achieve this you can try to set a public property inside the .MSM using a "Property set with Formatted" custom action scheduled in the main installer. You should condition this custom action with:
Code: Select all
&YourFeature = 3
Code: Select all
YOUR_PUBLIC_PROPERTY.MSM_GUID
All the best,
Mihai