cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
instTst
Level 4

How to pull dialogs in maintenance mode?

Hi,

I'm trying to have installshield/installscript pull a custom dialog on Modify Mode, but I only want the have this dialog called if a specific feature is going to be installed. I tried the FeatureIsItemSelected() function, but this function will fire off the dialog even if the feature is installed already.

Is there a way for me to get which features will be installed?

Regards,

J
Labels (1)
0 Kudos
(1) Reply
instTst
Level 4

Not sure if this is the best way, but I created booleans for each of my features, did a FeatureIsItemSelected BEFORE the feature tree dialog for each of the features, and assigned a boolean value.

Then after the feature tree, I checked to see if it was selected. If it is selected, and the boolean was FALSE, then i know that it isn't installed yet, and is selected.
0 Kudos