Cài đặt Steam
Đăng nhập
|
Ngôn ngữ
简体中文 (Hán giản thể)
繁體中文 (Hán phồn thể)
日本語 (Nhật)
한국어 (Hàn Quốc)
ไทย (Thái)
Български (Bungari)
Čeština (CH Séc)
Dansk (Đan Mạch)
Deutsch (Đức)
English (Anh)
Español - España (Tây Ban Nha - TBN)
Español - Latinoamérica (Tây Ban Nha cho Mỹ Latin)
Ελληνικά (Hy Lạp)
Français (Pháp)
Italiano (Ý)
Bahasa Indonesia (tiếng Indonesia)
Magyar (Hungary)
Nederlands (Hà Lan)
Norsk (Na Uy)
Polski (Ba Lan)
Português (Tiếng Bồ Đào Nha - BĐN)
Português - Brasil (Bồ Đào Nha - Brazil)
Română (Rumani)
Русский (Nga)
Suomi (Phần Lan)
Svenska (Thụy Điển)
Türkçe (Thổ Nhĩ Kỳ)
Українська (Ukraine)
Báo cáo lỗi dịch thuật
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.