標籤:
安裝Microsoft Windows SDK 7.1時出現的錯誤(附解決辦法)
(2012-07-10 191344)
錯誤回放一:
A problem occurred while installing selected Windows SDK components.
Installation of the "Microsoft Windows SDK for Windows 7 Compilers for x86" product has reported the following error: 安裝時發生嚴重錯誤
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.
解決辦法:
安裝SDK ver7.1時不要勾選Visual C++ compiler,裝完後安裝KB2519277。
錯誤回放二:
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.
解決辦法:
卸載Visual C++ 2010 Redistributable。
注意:
導致這個錯誤的原因是:電腦裡安裝的 Visual C++ 2010 Redistributable 比 SDK 中內建的版本高( 10.0.30319 )時就會報錯。最簡單的解決辦法就是刪除掉已經安裝的Visual C++ 2010 Redistributable,然後安裝上SDK 上提供的Visual C++ 2010 Redistributable。我就是採用的這種方法,是可行的。最後再升級一下Visual C++ 2010 Redistributable就行了。
可以看到,我的電腦裡的Redistributable是10.0.40219,比SDK中的Redistributable的版本高,所以把10.0.40219卸載了就好了。看清楚了,這裡卸載的是vs2010的Redistributable,不是vs2010本身。
其它錯誤解決方案:
如果還不行的話,就一個一個安裝,先勾第一個選項,裝完,再勾第二個,這樣。
或者開啟iso目錄,把setup檔案夾裡的各個檔案夾裡的安裝包安裝一遍。。。。。
安裝Windows SDK時錯誤資訊