Link to home
Start Free TrialLog in
Avatar of mbudman
mbudmanFlag for Canada

asked on

installation of .net 3.5 on Windows 8.1

Hello,

I would like to install ".net 3.5" on a Windows 8.1 desktop.

However, I keep on getting an error related to WSUS and Group policy. The group policy is defined to distribute updates through WSUS.

In WSUS I cannot select the Windows 8.1 computer because it does not show up (there seems to be some sort of bug with Windows 8.1 and WSUS).

Does anyone know how I can get this program installed? I tried adding it as feature within Windows 8.1 and the installation also fails.

Anyone have any ideas?

Thanks!
Avatar of Fernando Soto
Fernando Soto
Flag of United States of America image

From Microsoft documentation:
There is no download for the .NET Framework 3.5 for Windows 8 or Windows 8.1. You must enable the .NET Framework 3.5 in Control Panel by following the instructions provided in this article.
See this link on how to enable .Net Framework on a Windows 8.x system and install. Installing the .NET Framework 3.5 on Windows 8 or 8.1
Avatar of mbudman

ASKER

I enabled the feature within Windows 8.1 but the install (feature enabled) still fails, as I mentioned in my text above.
One way that works is: insert your windows 8.1 setup dvd (let's call it drive x:) and open an elevated command line. Then enter the following command:
dism.exe /online /Enable-Feature /featurename:NetFX3 /all /Source:x:\sources\sxs /LimitAccess

Open in new window

Avatar of mbudman

ASKER

Tried using the dism.exe command and it failed too
That will not fail, used it 20 times at least.
->is your DVD really on drive x? If on letter e, it would be
dism.exe /online /Enable-Feature /featurename:NetFX3 /all /Source:e:\sources\sxs /LimitAccess
->is your DVD the correct one (x64 for 64 Bit, x86 for 32 bit).
ASKER CERTIFIED SOLUTION
Avatar of pkofinat
pkofinat

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mbudman

ASKER

Thank you for your assistance.