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 registry modification
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 01, 2024
04:57 PM
Conditional registry modification
We need to update certain keys in the registry when a collaborator's software is installed. To do this, I created a custom feature with a condition based on the existence of a registry key that should be present when their software has been installed, then created a registry item only in that feature.
Running the installer when the collaborator's software IS installed does not update the registry. If I avoid a conditional install and put the registry changes in the Always Install feature, the registry items are created properly.
Is my approach invalid? Should I conditionalize on something other than the presence of a registry key?
(0) Replies