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?