Loading
Custom Action condition w.r.t feature installation
I want to call a Custom Action if a feature is installed. User may or may not choose to install that feature. How could I compose a condition for this in Install Exec Condition box?

 

Thanks in advance!

  • You could use the condition &FeatureName = 3, where FeatureName is the name of your feature. The 3 means that the state of that feature is going from not being installed locally on the machine to being installed locally on the machine.

     

    For more information on this look at the bottom of the help topic "Conditional Statement Syntax" (Feature-Action).
    Expand Post

Loading
Custom Action condition w.r.t feature installation