Here is the structure of my Application's Installer in FeatureTree/SelectionTree
Application Core
|_ _ Feature 1
|_ _ Feature 2
|_ _ Feature 3
I want make sure that when user selects Application Core, he must select atleast one of Feature 1, Feature 2 or Feature 3.
I know Condition element under feature can be helpful, but was not able to get it working, Anyone at rescue?