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
- :
- Suite Packaging InstallScript Action to Enable/Disable Features
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Oct 22, 2019
08:58 AM
Suite Packaging InstallScript Action to Enable/Disable Features
I am trying to enable/disable features using this in a Custom Action:
SuiteSetProperty("NA_Hurricane_TropicalCyclone","True");
I then have a property on the Feature itself that if that property is set to "True"
On the InstallationFeatures Page Entered event, I run the custom action.
I see in the Suite log it gets set to True as it should but the dialog screen still has it turned off. I am hoping this is an order of operations thing or maybe their is a better way to manipulate the InstallationFeatures screen prior to loading?
(0) Replies