cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
DonAIR
Level 6

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"

2019-10-22 09_55_52-Remote Desktop Manager [SSGBUILD1].png

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?

Labels (1)
0 Kudos
(0) Replies