cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dreadknight
Level 2

How to detect the features already installed?

Can ISMP 11.5 support a update installing? I mean first time I install Feature A. Then I run installer again and install Feature B? If this scenario is supported, how can I detect which feature has been installed ?
Labels (1)
0 Kudos
(2) Replies
praveendanam
Level 5

hai,

i have no hands on experience on this,

but try to use MsiGetFeatureState();


-praveen
0 Kudos
sjjs84
Level 5

ISMP 11.5 does support update installing. You can detect which features have been installed by using the string resolver $P(beanID.installed) and that will return true or false.
0 Kudos