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
- :
- In the maintenance mode, how to detect if feature is already installed?
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
Nov 13, 2008
01:57 PM
In the maintenance mode, how to detect if feature is already installed?
I would like to know whether the feature was already installed in the first install or not. I know that installshield automatically selects the features in the maintenance mode that were already installed. But I would like to know that in the installscript. Is there any function to do this?
I am using pure installscript project.
I am using pure installscript project.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Nov 14, 2008
04:35 AM
You can use FeatureIsItemSelected or FeatureGetData refer to help for implimentation.