Node.js로 제작된 어떤 모듈을 설치하다가 의존성 항목들을 설치하게 되었는데
그 의존성 모듈의 의존성이 Windows SDK이라는 것이었다.
그런데 설치가 진행되면
오후 2:26:32 2014년 9월 30일 화요일: [SDKSetup:Error] Config_Products_Install: Windows SDK Setup (failed): 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. Stack: 위치: SDKSetup.Product.ConfigureNewProduct(ManualResetEvent CancelEvent) 위치: SDKSetup.Product.SetupProduct(TaskMode taskMode, ManualResetEvent CancelEvent) 위치: SDKSetup.ProductCollection.SetupProducts(TaskMode taskMode, DownloadManager downloadManager, ManualResetEvent cancelEvent) 위치: SDKSetup.ConfigProducts.DoCurrentTask(TaskMode Task)
라는 오류와 함께 뻗어버리는 것이었다.
해결방법을 찾아냈다.
VC 2010 재배포 가능 패키지를 모두 제거하면 된다.
Microsoft Visual C++ 2010 x86 Redistributable
Microsoft Visual C++ 2010 x64 Redistributable