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

Custom Action association with Feature

Hi,

I have custom action that I want to associate with a product feature (I want to run the CA before feature installation starts, and skip it if feature is not selected). Any ideas how to do this?

Note: I am using Basic MSI, Immediate Execution CA
Labels (1)
0 Kudos
(2) Replies
Cygnusx1
Level 8

I believe you can use a condition of &MyFeature=>5
0 Kudos
enanrum
Level 9

I believe the condition would be:

&FeatureName=3

Also depending on what you are doing with the CA, you can put it in the Next butting of the ReadyToInstall dialog:

Event=DoAction, Argument=Your Custum Action, Condition=&FeatureName=3
0 Kudos