安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việ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.