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
- :
- check for .NET 3.5 OR 4.0
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
Jun 20, 2017
10:33 AM
check for .NET 3.5 OR 4.0
Hi guys,
after searching for hous I'm wondering if I'm the only who has this issue:
is it possible to have 2 prerequisite (or conditions?) combined by OR ?
I'd like to execute the install process only when .NET 3.5 OR 4.x (or both) are installed on the target system, this means:
3.5 ONLY- OK, continue setup
4.x ONLY - OK, continue setup
3.5 AND 4.x (Both)- OK, continue setup
NO 3.5 and NO 4.x - NOT OK, launch .NET 4 installer (or just warn user... but don't conitnue setup until any .of these 2 NET versions is installed )
Thanks!
after searching for hous I'm wondering if I'm the only who has this issue:
is it possible to have 2 prerequisite (or conditions?) combined by OR ?
I'd like to execute the install process only when .NET 3.5 OR 4.x (or both) are installed on the target system, this means:
3.5 ONLY- OK, continue setup
4.x ONLY - OK, continue setup
3.5 AND 4.x (Both)- OK, continue setup
NO 3.5 and NO 4.x - NOT OK, launch .NET 4 installer (or just warn user... but don't conitnue setup until any .of these 2 NET versions is installed )
Thanks!
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jun 21, 2017
09:41 AM
Prerequisites are handled by the Setup.exe. They are checkboxes so that naturally implies and AND situation.
Conditions apply to the MSI so they can't be used for Pre-requisites.
The easy road would be to have it install both and just go on with life.
Or there is the hard road.
Chad
Conditions apply to the MSI so they can't be used for Pre-requisites.
The easy road would be to have it install both and just go on with life.
Or there is the hard road.
Chad