Uber22 Posted June 8, 2020 Posted June 8, 2020 Hi All I have been trying to get .net framwork 3.5 install on a few pc but i am having a nightmare trying to get it installed this error keeps cropping up.
Steve21 Posted June 8, 2020 Posted June 8, 2020 954s are normally it can’t access the update server Guessing either it’s not proxies at system level or if you’re using wsus do you have the update installed as a package? If it’s only a few pc you could always just point it at the install iso too Steve
andydis Posted June 8, 2020 Posted June 8, 2020 known issue fixes are : plug in the Windows 10 media (i use usb pen drive) run CMD as administrator DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:X:sourcessxs (where x is the drive windows 10 installation files are)
chazzy2501 Posted June 8, 2020 Posted June 8, 2020 my instructions are similar 1. Mount Win iso 2.To install the .NET Framework 3.5 from installation media located in the D:\sources\sxs directory, use the following command: (or E: drive IAN!) 3. DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:d:\sources\sxs
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now