Install SDK 7.1

I want to ask about the error that I encountered installing the SDK 7.1 compiler to compile .c files in matlab format, knowing that I downloaded the ISO SDK and .exe, but without using it, from this link http://www.microsoft .com / en-us / download / details.aspx? id = 8279 I use Matlab 2013b, Windows7 64 bit I get this error every time

The installation program could not find the file WinSDK_amd64 \ WinSDK_amd64.msi in any of the indicated sources. G: \ Setup

+5
source share
1 answer

I have Intel i7, Win 7 64 bit, and I was able to solve this problem by downloading the Windows SDK 7.1 (iso image) from this link.

http://download.microsoft.com/download/F/1/0/F10113F5-B750-4969-A255-274341AC6BCE/GRMSDKX_EN_DVD.iso

I tried several downloads, and it was the only one actually containing the file .. / setup / WinSDK _amd64 \ WinSDK_amd64.msi that refers to the error message.

Before finding this download, I tried to remove every C ++ instance distributed for each version of Visual Studio that I installed. This in itself did not work, because the other Win 7 SDK downloads I downloaded did not contain the file .. / setup / WinSDK _amd64 \ WinSDK_amd64.msi, which is referenced by the error message.

+16
source

Source: https://habr.com/ru/post/1208136/


All Articles