Loading
Suite Packaging InstallScript Action to Enable/Disable Features

I am trying to enable/disable features using this in a Custom Action:

  1. 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?


Loading
Suite Packaging InstallScript Action to Enable/Disable Features