How To Install Dot Net 4.0 Framework
- Go to \\islandstor\Windows_7_Packages\Core\DotNET 4.0 Client Profile
- Copy DotNET 4.0 Client Profile folder to c:\temp
- Open command prompt as administrator
- Execute installdotnet40client.cmd command
Validation
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Client
- If the “v4” folder is not present then .Net 4 is not installed.
Here’s another reference I used.
http://stackoverflow.com/questions/199080/how-to-detect-what-net-framework-versions-and-service-packs-are-installed
Omar Ortiz
Comments