“Falha na instalação” ao instalar o Microsoft Windows SDK 7.1

0

O sistema operacional do meu laptop é o Windows7x64 . Sempre que eu instalo o MatlabR2013b nele, esta mensagem é mostrada no final do processo de instalação:

Your installation may require additional configuration steps.

1.The following products require a supported compiler :

MATLAB Compiler 5.0

MATLAB Builder NE 4.2

MATLAB Builder JA 2.3

MATLAB Builder EX 2.4

Simulink Coder 8.5

xPC Target 5.5

MATLAB Coder 2.5

2.To configure Real-Time Windows Target you must type rtwintgt -setup in a MATLAB command window.

Sobre a primeira parte da mensagem acima, eu vi o link fornecido e entendi que devo instalar Microsoft Windows SDK 7.1 e Java Development Kit (JDK) 1.7 para os componentes acima serem executáveis.
Não há problema com a instalação do JDK , mas sempre que tento instalar o SDK baixado de aqui , encontra o seguinte erro:

AproblemoccurredwhileinstallingselectedWindowsSDKcomponents.

Installationofthe"Microsoft Windows SDK for Windows 7" product has reported the following error: Fatal error during installation.

Please attempt to resolve the problem and then start Windows SDK setup again. If you continue to have problems with this issue, please visit the SDK team support page at http://go.microsoft.com/fwlink/?LinkId=130245.

Click the View Log button to review the installation log.

To exit, click Finish.

Qual é o problema e o que devo fazer?
Eu tenho pesquisado um pouco mas Eu não tenho nem Microsoft Visual Studio C ++ 2010 SP1 (versão maior que 10.0.30319) nem .NET Framework 4.5 (também empacotado com o Visual Studio 2012 ou posterior) instalado no meu computador

Então,oquevocêachaqueéomeuproblema?
Oquedevofazerparacorrigirisso?

Sobreasegundaparte,fiz outra pergunta .

Eu tentei instalá-lo novamente. Desta vez, produziu o seguinte erro:

Eu compartilhei o arquivo de log aqui . É um arquivo de texto, mas é exibido como um arquivo de áudio durante o download. Por favor, abra-o com o Bloco de Notas.

    
por sepideh 08.09.2015 / 23:24

1 resposta

1

Vou apenas "citar" esta resposta no Stack Overflow. Há outras respostas relevantes ao lado dele também.

Esclarece: no seu caso, há uma versão "afetada" do VC ++ 2010 x64 Redistributable instalada.

Este é um problema conhecido link

CAUSA

This issue occurs when you install the Windows 7 SDK on a computer that has a newer version of the Visual C++ 2010 Redistributable installed.

RESOLUÇÃO

To resolve this issue, you must uninstall all versions of the Visual C++ 2010 Redistributable before installing the Windows 7 SDK. You may have one or more of the following products installed:

  • Microsoft Visual C++ 2010 x86 Redistributable
  • Microsoft Visual C++ 2010 x64 Redistributable

After uninstalling the Microsoft Visual C++ 2010 Redistributable products, you may install the Windows 7 SDK. After installing the Windows 7 SDK, you may then reinstall the newer version of the Visual C++ 2010 Redistributable products, in order to restore the Visual C++ 2010 Redistributable products to their original state.

    
por 09.09.2015 / 08:57