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 .Net Framework 4.5 is Installed or Not
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 09, 2013
01:30 AM
Check .Net Framework 4.5 is Installed or Not
Hi Experts,
I'm using Installshield 2010. I want to check .net framework 4.5 is installed or not in the machine.
I can check .net framework 4.0 is installed or not from registry, but i'm unable to find any registry key for .net framework 4.5
Please help me on this issue.
Regards,
Harish Reddy.
I'm using Installshield 2010. I want to check .net framework 4.5 is installed or not in the machine.
I can check .net framework 4.0 is installed or not from registry, but i'm unable to find any registry key for .net framework 4.5
Please help me on this issue.
Regards,
Harish Reddy.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 10, 2013
02:31 AM
I use the following registry key to check for Framework 4.5:
HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full, you can check for the entries Release and Version.
Barbara
HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full, you can check for the entries Release and Version.
Barbara
