mihai.petcu
Posts: 3860
Joined: Thu Aug 05, 2010 8:01 am

Re: Feature-based custom action in a merge module..

Tue Aug 02, 2011 2:15 pm

Hello,

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
When you set this property you should reference it with the .MSM GUID appended. Something like:

Code: Select all

YOUR_PUBLIC_PROPERTY.MSM_GUID
Here is an article you may also find helpful.

All the best,
Mihai
Mihai Petcu - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Common Problems”