cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gridman
Level 8

Component flags in registry

I have a Basic MSI project in IS 2008 Pro on Win XP.

What I want to do is have a flag for each feature in an installation and write those values to the registry. The flag would be a 1 or 0 based on whether the feature is installed or not.

I know how to write things to the registry, but in a Basic MSI project, how do I tell if a feature has been selected?

Thanks.
Labels (1)
0 Kudos
(3) Replies
gridman
Level 8

I made a mistake in the title of the post. It should say "Feature flags in registry".
0 Kudos
TsungH
Level 12

You can associate a component to a feature, and the component contains the registry entry. The component will get installed when feature is installed.
0 Kudos
gridman
Level 8

That's makes perfect sense.

Thank you for your help.
0 Kudos