1
Vote

Check .NET Framework

description

Due to Nuget requirement, .NET framework 4.0 is mandatory.
Add checking .NET framework in the system.
Warn user if .NET 4.0 is not available.

No files are attached

comments

cakriwut wrote Jan 3 at 5:03 AM

PS script

gci 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' | sort pschildname -des | select -fi 1 -exp pschildname

(see : http://stackoverflow.com/questions/3487265/powershell-one-liner-to-return-version-of-net-framework-on-a-machine)