cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
nadianusrat
Level 2

Install Condition for .Net 4.5

Hi,
How can I check dot net 4.5 in install condition in install shield 2013?
Thanks,
Nadia
Labels (1)
0 Kudos
(2) Replies
JSClark
Level 6

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.
0 Kudos
nadianusrat
Level 2

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.
0 Kudos