cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Not applicable

i want that my custom action does not run while i uncheck my Not Required feature.

i am working on MSI installshield , i have a problem that i set the required property "NO" and i want that my custom action related to that feature also don't execute while installation, i have selected feature not installed from custom action:(
Labels (1)
0 Kudos
(1) Reply
rrinblue22
Level 9

Seems like you want to run the custom action only while your feature is selected for installation... in this case you can use a condition on custom action.
"&MyFeature=3" this evaluates to True only if MyFeature is changing from its current state to the state of being installed on the target system.
0 Kudos