Kiran Hegde
Jul 24, 2018Copper Contributor
Installation of .net Framework 3.5 on build 17713 fails
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
Kiran, 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.