Monday, February 08, 2016

Install .Net 3.5 on Windows 2012 R2 server


To install .Net 3.5 on Windows 2012 R2 server you need to mount Windows 2012 R2 dvd and point installation on "dvd"\sorce\sxs directory - in Powershell it will be like this:
 
Add-WindowsFeature NET-Framework-Core -Source d:\sources\sxs

No comments:

Post a Comment