安裝 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.