cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
rammohan
Level 3

Custom setup dailogue for feature selection

AS we know Custom setup dailogue for feature selection is standard dailogue .
this dialogue come into installation sequence when we select custom in setup type dialoge.

For example i have 2 feature in my installation .

First
second

if i select first feature to install from this custom setup dialogue -> my first custom action need to execute else if not.

simillarly if i select second feature to install from this dialogue -> my first custom action need to execute else if not.

here my basic concern is how to capture the selection of feature into any one of the property variable . if possible


how to handle this please please help me . its very urgent issue .


Thanks a ton in advance
Labels (1)
0 Kudos
(1) Reply
MichaelU
Level 12 Flexeran
Level 12 Flexeran

It's actually pretty easy; there is some pre-defined syntax for this, documented under Feature and Component State Values on Conditional Statement Syntax. Generally a condition that runs on installation of a feature will involve comparing &featurename to the value 3.
0 Kudos