cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
mayurbirari
Level 5

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.
Labels (1)
0 Kudos
(1) Reply
ramraja_55
Level 3

You can use FeatureIsItemSelected or FeatureGetData refer to help for implimentation.
0 Kudos