Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

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: enter image description here

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

like image 456
Sogl Avatar asked Sep 06 '15 11:09

Sogl


1 Answers

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.

like image 138
David Heffernan Avatar answered Oct 20 '22 17:10

David Heffernan