Jul 23 2018 11:28 PM
I am using the following commands to install .Net Fw 3.5 on Windows server 2019 Insider preview build 17713
DISM /Online /NoRestart /Enable-Feature /FeatureName:NetFx3ServerFeatures
DISM /Online /NoRestart /Enable-Feature /FeatureName:NetFx3
I am unable to successfully execute the second command. Please find attached the logs from C:\windows\logs\cbs and C:\windows\logs\dism
Could someone please tell me whats wrong here?
Regards,
Kiran Hegde
Jul 27 2018 05:59 AM
Hello,
You should try with DISM, in my lab worked.
DISM /Online /NoRestart /Enable-Feature /FeatureName:NetFx3 /Source:D:\sources\sxs
DISM /Online /NoRestart /Enable-Feature /FeatureName:NetFx3ServerFeatures /Source:D:\sources\sxs
Aug 18 2018 02:11 PM
Aug 18 2018 02:12 PM
Aug 23 2018 11:00 AM
SolutionKiran, you should use the /source:<drive>:\sources\sxs as Ante points out. If you don't use this, DISM will check WU, which does not have the package for a pre-release build.
Sep 22 2018 04:50 AM
Hello,
Where will i get the contents of the sxs directory from? I am using an automated procedure to setup my Operating system environments. This involves absolutely no manual intervention whatsoever.
In a case like this, how can i ensure that the sxs directory is present?
Shoudn't this be available on WU? It works absolutely fine on W2k16 but not here.
Regards,
Kiran Hegde
Sep 24 2018 11:18 AM
The sxs directory is on the OS iso media. So, you would need to have that shared on a network share or available locally on the system that is installing .Net. Once the OS is released officially, this will be on WU.
Oct 29 2018 01:03 AM
I used DISM /Online /NoRestart /Enable-Feature /all /FeatureName:NetFx3 /Source:D:\sources\sxs and worked.
/all helps to install all required features
May 13 2019 08:14 AM
@Brent Forman This was the fix for me as well thanks
Oct 15 2019 07:19 AM
Aug 23 2018 11:00 AM
SolutionKiran, you should use the /source:<drive>:\sources\sxs as Ante points out. If you don't use this, DISM will check WU, which does not have the package for a pre-release build.