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: Install Condition for .Net 4.5
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jul 02, 2015
05:46 PM
Install Condition for .Net 4.5
Hi,
How can I check dot net 4.5 in install condition in install shield 2013?
Thanks,
Nadia
How can I check dot net 4.5 in install condition in install shield 2013?
Thanks,
Nadia
(2) Replies
‎Jul 06, 2015
10:10 AM
Look at Registry Key
HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\
In that key use one of the following Name/Data pair:
Version < xxx
Release < xxx
It depends on what exact version of .NET you are installing.
Then set your Prerequisite Condition as needed.
HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\
In that key use one of the following Name/Data pair:
Version < xxx
Release < xxx
It depends on what exact version of .NET you are installing.
Then set your Prerequisite Condition as needed.
‎Jul 13, 2015
04:00 PM
JSClark wrote:
Look at Registry Key
HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\
In that key use one of the following Name/Data pair:
Version < xxx
Release < xxx
It depends on what exact version of .NET you are installing.
Then set your Prerequisite Condition as needed.
Thanks :). I used install script to look for the registry key.