Can't install windows 7 SDK (require already installed .NET Framework 4)

白昼怎懂夜的黑 提交于 2019-12-06 19:37:26

问题


I'm trying to install windows 7 SDK on Windows 8 and Windows 10 machines and got this error:

If I click on OK, I can't install VC++ compilers that I need because they are disabled =(

After this error I tried to install .NET 4 and got this error:

How to fix it? Sometimes I can install this SDK on Windows 8 without error, but mostly I see these messages.


回答1:


I have encountered this problem, or at least what you describe sounds identical to what happened when I recently installed an older SDK on Windows 10. I was executing the setup.exe file at the top level of the download. And saw the same errors as you. But at the same level as setup.exe is a directory named Setup. Open that directory and execute the file named SDKSetup.exe. The installation should hopefully succeed when done this way.

The other SNAFU that can cause you trouble is if you already have the VS2010 MSVC runtime installed. You may need to uninstall it, install the SDK, and then re-install the VS2010 MSVC runtime.



来源:https://stackoverflow.com/questions/32423090/cant-install-windows-7-sdk-require-already-installed-net-framework-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!