I want my feature SelectionTree to behave like radioButtons... But I do not
know how to do it...

I can not use custom dialog with radiobuttons, because options in
RadioButtonsGroup depends on condition(if some software is installed)... it
is not possible to disable just some options(only whole radiobuttongroup)...

I was trying <Publish Event="DoAction" Value="CostFinalize">1</Publish> in
SelectionTree control event.. It looks like it is working but when I pres
back or next and then return to the SelectionTree it will reset it...

my features:

<Feature Id='FM10' AllowAdvertise="no" TypicalDefault="install"
ConfigurableDirectory="INSTALLDIR" Level='5000' Title="Frame Maker 10 files"
Description="Frame Maker 10 files.">

    <ComponentRef Id='xxxxx_component' />

    <Condition Level="0">NOT FM10HOME AND NOT REMOVE</Condition>

    <Condition Level="5000"><![CDATA[(&FM7 = 3 OR &FM7 = 4 OR &FM8 = 3 OR
&FM8 = 4) AND FM10HOME]]></Condition>

</Feature>

 

<Feature Id='FM8' AllowAdvertise="no" TypicalDefault="install"
ConfigurableDirectory="INSTALLDIR" Level='5000' Title="Frame Maker 8 files"
Description="Frame Maker 8 files.">

    <ComponentRef Id='xxxx_component' />

    <Condition Level="0">NOT FM80HOME AND NOT REMOVE</Condition>

    <Condition Level="5001"><![CDATA[(&FM7 = 3 OR &FM7 = 4 OR &FM10 = 3 OR
&FM10 = 4) AND FM80HOME AND FEATURE_LOCK = "UNLOCKED"]]></Condition>

</Feature>

 

<Feature Id='FM7' AllowAdvertise="no" TypicalDefault="install"
ConfigurableDirectory="INSTALLDIR" Level='5000' Title="Frame Maker 7 files"
Description="Frame Maker 7 files.">

    <ComponentRef Id='xxx_component' />

    <Condition Level="0">NOT FM70HOME AND NOT FM71HOME AND NOT FM72HOME AND
NOT REMOVE</Condition>

    <Condition Level="5001"><![CDATA[(&FM10 = 3 OR &FM10 = 4 OR &FM8 = 3 OR
&FM8 = 4) AND FM70HOME AND FEATURE_LOCK = "UNLOCKED"]]></Condition>

</Feature>

Any ideas? Thanks

 

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134791&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to