Hi All,
I try to add condition on merge module, but it's not work...
This is my code:
<Feature Id="MergeModulesFeature" Title="Intel MSM" AllowAdvertise="no" Display="hidden" Level="1">
<Condition Level="0">INTELCORE=0</Condition>
<MergeRef Id="COMMONDRIVER"/>
<MergeRef Id="XTUCORE"/>
</Feature>
INTELCORE is put from Setup.exe, there is Setup.exe put command line to msi:

In this case I want to not install intel driver, but it's still install...