toasterking
12/4/2017 - 4:02 PM

dotNET 4.5 check

dotNET 4.5 check

/* At least .NET Framework 4.6 is installed */ ((exists value "Version" whose (it as string >= "4.6") of key "HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Client" of native registry) AND (exists value "Install" whose (it as string = "1") of key "HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Client" of native registry)) OR ((exists value "Version" whose (it as string >= "4.6") of key "HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full" of native registry) AND (exists value "Install" whose (it as string = "1") of key "HKLM\Software\Microsoft\NET Framework Setup\NDP\v4\Full" of native registry))