Share via


Detection Method for .NET Framework 3.5 on Windows 8/8.1

Question

Friday, November 15, 2013 12:42 AM

I know how to deploy the .NET Framework 3.5 on Windows 8/8.1:

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:\domain.local\DFS\Windows8.1x64\sources\sxs

That command works fine, but now I want to deploy it as an application with SCCM 2012. There doesn't seem to be an MSI I can specify when creating a new deployment type. Does anyone know where I can find the actual MSI that SCCM can use as a detection method? If not, is there a registry key I can check for instead? What do you suggest I use?

All replies (3)

Friday, November 15, 2013 2:38 AM âś…Answered

See http://support.microsoft.com/kb/318785

Jason | http://blog.configmgrftw.com


Friday, November 15, 2013 1:00 AM

You can try to see if: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NETFramework\v3.0    works for you

Justin Chalfant | My Blog | LinkedIn | Please mark as helpful/answer if this resolved your post


Friday, November 15, 2013 9:18 PM

That's perfect. Thank you Jason!