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
- :
- Custom prerequisites registry condition
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
Oct 01, 2020
08:18 AM
Custom prerequisites registry condition
I'm trying to install C++ redist 2015-2019 bundle as a custom prerequisite. Before that, I need to check if the bundle isn't installed yet or it has a lower version. The problem is that depending on the bundle version the registry key name can vary. See the example below:
- HKEY_CLASSES_ROOT\Installer\Dependencies\VC,redist.x86,x86,14.24,bundle
- HKEY_CLASSES_ROOT\Installer\Dependencies\VC,redist.x86,x86,14.27,bundle
So, apparently, I need some kind of wildcard in the key filed in order to have the ability to check value under different keys.
What options do we have to do so?
(0) Replies