Windows SDK 7.1을 설치하다가 오류가 발생하는 상황이 생겼다.

-----------------------------------------------------------------------------------

A problem occurred while installing selected Windows SDK components.

Installation of the “Microsoft Windows SDK for Windows 7″ product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.

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.

-----------------------------------------------------------------------------------

log를 봐도 잘 모르겠어서 검색을 해보니 Visual C++ 2010 Redistributable 과 관련이 있는거 같네.

VS2012 Express를 설치해서 인지, PC에는 Visual C++ 2010 Redistributable이 설치가 되어 있었서, uninstall하고 rebooting하고 설치를 진행하니까 정상적으로 설치가 되었다.


■  요약 

- Windows SDK 7.1을 설치하다가 오류가 발생 (5100 error?)하면 Visual C++ 2010 Redistributable 을 모두 제거하고 rebooting하고 다시 설치하면된다.




Posted by 아..몰라 ㅡ.ㅡ+
,

나중에 찾기편하라고 링크 남김

Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO)




'Windows' 카테고리의 다른 글

windows SDK 7.1 설치 오류 발생 시 해결책  (0) 2012.12.12
Posted by 아..몰라 ㅡ.ㅡ+
,

Windows 8 App을 개발하기위한 visual studio가 있다.

Desktop용, App용, Windows Phone용으로 나뉘어져있는데(무료버전인 Express기준), Visual studio 2012 Express for Windows 8 버전을 받으면 된다.

Express는 무료 버전으로 일반적인 개발에는 지장이 없다고 한다.

30일 trial인데, 간단한 e-mail 인증 절차만 거치면 계속 쓸 수 있다.


URL은 다음과 같다.

http://www.microsoft.com/visualstudio/kor/downloads





Posted by 아..몰라 ㅡ.ㅡ+
,