This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- i want that my custom action does not run while i uncheck my Not Required feature.
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Not applicable
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 04, 2013
06:06 AM
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:(
- Tags:
- installshield 2012
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 04, 2013
09:12 AM
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.
"&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.