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
- :
- Conditional addition of regsitry key
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎May 09, 2008
12:04 PM
Conditional addition of regsitry key
I would like to add a set of registry keys, but only if a certain condition is true (VISTAGADGET=1).
Is there a way to check a condition before adding a registry key?
Thanks,
Don Metzler
Is there a way to check a condition before adding a registry key?
Thanks,
Don Metzler
(2) Replies
‎May 09, 2008
05:23 PM
Unless you're writing to the registry with a custom action (bad idea), the registry data will be associated with a component; so perhaps place the data in a component and place that component in the feature you want?