Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Here is the fix for this problem!!
To fix this problem, you just need to uninstall these security updates from your system and then install .NET Framework 3.5. After successfully installing Framework version, you can reinstall the security updates without any problem.
So if you are also facing this problem, just follow these simple steps to fix the issue:
1. Open Control Panel, click on Programs and Features icon and then click on View installed updates link present in the left sidebar.
2. Now scroll down a little and look for following updates:{ if missing KB2966827 just skip)
KB2966826
KB2966827
KB2966828
3. Once you find the updates, right-click on each update and select Uninstall option. Alternatively, you can double-click on the updates to directly uninstall them or click on Uninstall button present in the toolbar.
4. After uninstalling the updates, try to install .NET Framework 3.5 again using any method and this time it should install without any problem.
After installing NET Framework 3.5, you can reinstall the security updates using Windows Update.
Yep. This is the solution. Stupid microsoft and their updates screwing with Win 7/8.
I used:
wusa /uninstall /kb:2966826 /quiet /norestart
wusa /uninstall /kb:2966827 /quiet /norestart
wusa /uninstall /kb:2966828 /quiet /norestart
Then run,
dism /online /enable-feature /featurename:NetFX3 /All /Source: C:\sxs /LimitAccess
Replacing "C:\sxs" with the file path to your "sxs" file. Be it on CD, another drive, or a network.
Also, it would be a lot more helpful if someone included a link to a RELIABLE download of the sxs file with all components as some of us can't find our OS disks, ie. myself. I had to download the files from a rather sketchy source.
Welcome,
Steve
Super simple. Just go to the link below and follow the instructions. It's simply manual installation of what it's trying and failing to automatically install. (Make sure you start Powershell IN ADMINISTRATOR.) It doesn't matter if more up-to-date versions of .net framework are installed; if you just install this one, it'll go right to the game instead of trying to install .net framework 3.5.
https://woshub.com/how-to-install-net-framework-3-5-on-windows/
Hope this helps someone.