Can I do something like this: 

<Feature Id=" Feature1" Title=" Feature1 test" Level="1"
ConfigurableDirectory="INSTALLLOCATION" TypicalDefault="install">
        <MergeRef Id='Module1' />                       
</Feature>
<Feature Id=" Feature2" Title=" Feature2 test" Level="1"
ConfigurableDirectory="INSTALLLOCATION" TypicalDefault="install">
        <MergeRef Id='Module2' />                       
</Feature>

        <CustomAction Id="PXCA_INSTALLDCOMP1" Property="PXCOREINSTALLED"
Value="1" Execute="immediate" />
<Custom Action="PXCA_INSTALLDCOMP1" After="PXCA_INSTALLDCOMP1">NOT
Installed AND (&Feature1=3) AND NOT(!&Feature=3)) </Custom>



Basically I need to assign value to a property based on the feature
that's selected for installation

                        

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to