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
- :
- Re: Updating Feature Prerequisites?
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
Apr 07, 2014
10:05 AM
Updating Feature Prerequisites?
If I install an application with a feature that has a prerequisite, how would I make it so anytime the feature is updated, it also updates the prerequisite? In this case the prerequisite would be a driver required for the feature.
Thanks
Thanks
- Tags:
- feature
- prerequisite
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 09, 2014
05:32 AM
Also feature prerequites should have a condition that evaluates to "true" when the prerequisite is installed successfully.
Using a registry key might be the easiest way. The driver package surely writes a version string into the registry, that you can use as installation condition.
So when you update the feature you might update the driver at the same time when the version is increased.
Alternatively you can just skip the conditions. Then the feature prerequisite is installed every time you run the setup or perform an update. In this case the driver package will update or reinstall itself.
Does this make sense to you?
Using a registry key might be the easiest way. The driver package surely writes a version string into the registry, that you can use as installation condition.
So when you update the feature you might update the driver at the same time when the version is increased.
Alternatively you can just skip the conditions. Then the feature prerequisite is installed every time you run the setup or perform an update. In this case the driver package will update or reinstall itself.
Does this make sense to you?
