Hi,
I am using WIXUI_FeatureTree with removal of License and including a custom
dialog which has 3 radiogroups. Based on the radio group selection I have
display the feature set in the feature tree. Is it possible?
Let me show.
Custom Dialog -
Server
Database Server
COM Server
Next ->
I need to show say user selects "Server"
I have to show him 3 features
<FeatureServerServices>
<FeatureServerComponents>
<FeatureServerTools>
But if users selects "COM Server"
I need to show
<FeatureCOMServerServices>
<FeatureCOMServerExecutables>
<FeatureCOMServerTools>
And then for other different components.
I do collect the property value of the select server type to run customaction
at the end of the install.
Is there a if condition so I can use the property value as conditional
Say - if [ServerValue] ==1
Show Server Features
Else if [ServerValue] = 2
Show Database Features
Else if [ServerValue] = 3
Show COM Server Features.
Thanks,
Arun Perregattur
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users