May 24, 2017 at 9:27 am
Hi Sue, I tried this solutions too... 🙁
May 24, 2017 at 9:33 am
antocasu - Wednesday, May 24, 2017 9:27 AMHi Sue, I tried this solutions too... 🙁
Just curious though, with no errors or anything else anywhere...how do you know it doesn't install? How are you determining is doesn't install?
What is on the roles/features screen when you enable the feature?
Sue
May 30, 2017 at 5:46 am
Windows 2012, Windows 2012R2 and Windows 2016 each have version-specific install media for .Net 3.5. If you install x86 version of Win8, Win8.1 or Win10 there is also separate media for these. If you use the wrong version of the install media then .Net3.5 will not install correctly.
The following command should get .Net3.5 installed:
DISM.exe /online /enable-feature /featurename:"NetFX3" /All /Source:"your sxs media" /LimitAccess
If you are installing on Server Core then you must install the following components:
NetFx2-ServerCore;NetFx3-ServerCore;ServerCore-WOW64;NetFx2-ServerCore-WOW64;NetFx3-ServerCore-WOW64
The 'your sxs media' folder will be the \sources\sxs folder from your Windows install media. It can be copied top a disk location if you want or referenced direct from the DVD.
Original author: https://github.com/SQL-FineBuild/Common/wiki/ 1-click install and best practice configuration of SQL Server 2019, 2017 2016, 2014, 2012, 2008 R2, 2008 and 2005.
When I give food to the poor they call me a saint. When I ask why they are poor they call me a communist - Archbishop Hélder Câmara
Viewing 3 posts - 16 through 17 (of 17 total)
You must be logged in to reply to this topic. Login to reply