Deploy Microsoft .NET 4.7.1 on Windows 10 x64 via SCCM
Don’t waste a lot of time like I did 🙁
Here’s how to do it…
Install command in SCCM package or application:
NDP471-KB4033342-x86-x64–AllOS-ENU.exe /q /norestart
Make sure to enable “Run installation and uninstall program as a 32-bit process on 64-bit clients” in the deployment type in SCCM – otherwise you’ll get error 16389 when deploying the application/package as “Required” (yes, it seems to work if the application/package is deployed as “Available” but not as “Required”):