Установить 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 (вьетнамский)
Українська (украинский)
Сообщить о проблеме с переводом
Tried you go to microsoft and they offer 2 installers, dotNetFx40_client_setup.exe and dotnetFx35 setup.exe. one of them is the same installer xcom tries to run when you install, the other is the actual program files. Neither of them will install as the newer version (built into windows 8.1) is there.
Thanks for your help,
I have already tried this and its not working for me. Not even getting any joy with the command line, but ill keep on trying.
If all else fails I'm gonna install Ubuntu on one of my drives, no 'enemy within' on linux yet but at least i can give it a play :P
Took a few weeks but I finally managed to get XCOM working on a fully updated version of Windows 8.1. Basically there are 2 security updates that prevent 3.5 to be installed.
I found this solution on tomshardware.co.uk and it works.
go to control panel / uninstall a program / view installed updates (top left corner) and then delete (remove/uninstall) these two updates: KB2966826 and KB2966828.
Then go back to windows update / view installed updates (bottom left corner )/ enable windows features and check the .net framework 3.5. Then windows update will download it without saying it cannot connect to the internet. Windows update will reinstall the two removed updates later without any ill effect.
When I did it for some reason windows couldn’t download the full file( about 90% of it), so I google'd .net framework 3.5 msi and downloaded the compact installer, ran it and it worked fine.
Finally I can play xcom without having to boot into my linux distro.
Dism /online /enable-feature /featurename:NetFx3 /All /Source:C:\sources\sxs /LimitAccess
///
INSTEAD OF '' :C: '' needs to be your Install Media Location. In my case its '' :D'' , because my USB installer is in D drive.