cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mitutoyo
Level 4

Help with feature/subfeature relationships

I have an Installscript project where I call SdFeatureTree. I have a condition where I want to be able to install a certain feature (feature B) ONLY if a related feature (feature A) is installed. However, it is acceptable for feature A to be installed and not feature B.

My thought was to make feature B a subfeature of feature A, but I'm finding that when I select feature A, feature B is also selected, and vice versa. How can I make this relationship work the way I've described above?
Labels (1)
0 Kudos
(1) Reply
J_anitha
Level 8

Keep the 2 features separate.
You can use FeatureSelectItem() to select Feature A, when B is selected.
0 Kudos