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
- :
- Problem Solved
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 04, 2011
10:02 AM
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
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
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 04, 2011
10:36 AM
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.
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.