Windows 10でWindows SDK 7.1がインストールできない場合の解決策です。症状としては、インストールするコンポーネントに関わらず、” Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information..”と表示されインストールが途中で終了します。
出力されるエラーメッセージ
“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.”
原因と解決策
SDKのインストーラーがVisual C++ 2010のランタイムパッケージを更新できないのが原因のようなので、あらかじめ該当するVC++ランタイム(32ビット版と64ビット版)をアンインストールしておきます。
オフラインインストーラー
WindowsSDK 7.1のオフラインインストーラーは、MSのこのページからダウンロード可能です。ほとんどの環境でGRMSDKX_EN_DVD.isoを選択しておけば問題ありません。
ファイル名 | 対応するアーキテクチャ |
---|---|
GRMSDK_EN_DVD.iso | x86(32bit版) |
GRMSDKIAI_EN_DVD.iso | IA64(Italium版) |
GRMSDKX_EN_DVD.iso | amd64(64bit版) |
cコメントを残す