標籤:工具
安裝Windows SDK時失敗,如下:
查看日誌,日誌顯示:
19:52:32 2014年7月29日: SFX d:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation started with log file C:\Users\lizhixing\AppData\Local\Temp\Microsoft Windows SDK for Windows 7_d8891aff-fb74-4c38-a728-ee06f27b3a25_SFX.log19:52:35 2014年7月29日: d:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation failed with return code 510019:52:58 2014年7月29日: [SDKSetup:Error] Config_Products_Install: Installation of Product Microsoft Windows SDK for Windows 7 (failed): Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information. Stack: 在 SDKSetup.Product.ConfigureRelatedSfx() 在 SDKSetup.Product.ConfigureNewProduct(ManualResetEvent CancelEvent)19:52:58 2014年7月29日: [SDKSetup:Info] Config_Products_InstallNew: End installation of new product: Microsoft Windows SDK for Windows 719:52:58 2014年7月29日: [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)
Google之,微軟官方解釋。
是由於VS2010內建的VC++2010可移植包和WindowsSDK中的衝突。VC帶的比WinSDK的新,舊版本覆蓋新版本裝不上。
開啟控制台,卸載程式,卸載掉
Microsoft Visual C++ 2010 X64 Redistributable - 10.xxxxxxxx
Microsoft Visual C++ 2010 X86 Redistributable - 10.xxxxxxxx
然後重新安裝,終於成功!