cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sbrown
Level 6

Determine if feature has been added in Modify mode

I have a IS 2008 Installscript MSI project. While run in maintenance mode, how can I determine if a new feature has been selected. In a CA I would use &feature=3, I need to determine this before I leave OnmaintenanceUI. I can't use FeatureIsItemSelected because it may have been selected during OnFirstUIBefore.

Thanks
Labels (1)
0 Kudos
(4) Replies
sbrown
Level 6

I think I found it. I'm going to try iRequestState = Session.FeatureRequestState("MyFeature")
0 Kudos
sbrown
Level 6

OOPS, forgot that I cannot use the session object in installscript.
anyone know of the Installscript equivalent?
0 Kudos
DLee65
Level 13

Try the following function: MsiGetFeatureState
0 Kudos
sbrown
Level 6

That's it. Thanks
0 Kudos