Tuesday, November 20, 2018

Installing .NET 3.5 on Server 2012 or Server 2016 via cmd

Something on Server 2016 requires .NET 3.5, normally installed in the Server Manager in the Features. However, sometimes the installation media is not configured correctly, and you get an error "source files could not be found" with code 0x800f081f, and a reference to the following to repair DSM sources:
  https://go.microsoft.com/fwlink/?LinkID=243077

If you have the Server 2016 DVD, you can use this command to install off the media.
Command line:
  DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:"d:\sources\sxs"


No comments:

Post a Comment