Unable to Install .NET 3.5 on Server 2012R2

Share on:

So upon trying to install .Net 3.5 on a new server today it would not allow me to, it kept telling me the source files were unavailable even after pointing to source directly to multiple ISO’s and copied the files locally.

Upon further research I stumbled across this microsoft KB article and used it to ultimately find my fix. KB2734782

Here are the full steps I followed to get .NET installed.

  1. Open gpedit.msc to modify your local group policy.

  2. Navigate to Computer Configuration/Administrative Tools/System and there should be an option for “Specify Settings for optional component installation." Enable this option and select “Contact Windows Update directly to download repair content.”

  3. Now open up an elevated cmd/powershell prompt and run a gpupdate /force to enforce the new policy

  4. Run the following command to install .NET

  • DISM /Online /Enable-Feature /FeatureName:NetFx3 /All
comments powered by Disqus