Install .NET 4.0 in SCCM 2012 Task Sequence
2013-06-18
2012, 32-bit (x86), 64-bit (x64), SCCM, Windows 7
Harry Caskey
0
1) Download the Microsoft .NET Framework 4 (Standalone Installer) http://www.microsoft.com/en-us/download/details.aspx?id=17718 – Copy this file to your SCCM server repository location. Ex: \\SCCM\Source\dotNet4 2) In the SCCM 2012 Console under Software Library > Application Management > Packages – Right Click Packages and “Create Package” > Name your package and point it to your repository \\SCCM\Source\dotNet4 3) […]