Windows7安装 Windows7 SDK + .Net Framework4.0 失败,
Installation of the “Microsoft Windows SDKfor Windows 7” product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.
打开Log文件看到,以下安装错误
DDSet_Error: Patch Hooks: Missing required property 'ProductFamily': Setup cannot continue
以下是解决方法:
Windows SDK Fails to Install with Return Code 5100
Article ID: 2717426
SYMPTOMS
When installing the Microsoft Windows SDK for Windows 7 and .NET Framework 4 (Windows 7 SDK), you may see the "Installation Failed" dialog which may contain the following information:
Installation of the “Microsoft Windows SDKfor Windows 7” product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.
The setup log file contains the following error message:
C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x86.exe installation failed with return code 5100
OR
C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation failed with return code 5100
Installation of the “Microsoft Windows SDKfor Windows 7” product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.
The setup log file contains the following error message:
C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x86.exe installation failed with return code 5100
OR
C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation failed with return code 5100
CAUSE
This issue occurs when you install the Windows 7 SDK on a computer that has a newer version of the Visual C++ 2010 Redistributable installed. The Windows 7 SDK installs version 10.0.30319 of the Visual C++ 2010 Redistributable.
RESOLUTION
To resolve this issue, you must uninstall all versions of the Visual C++ 2010 Redistributable before installing the Windows 7 SDK. You may have one or more of the following products installed:
- Microsoft Visual C++ 2010 x86 Redistributable
- Microsoft Visual C++ 2010 x64 Redistributable
本文介绍了解决Windows7SDK及.NET Framework 4.0安装失败的问题。出现此问题的原因在于计算机上已安装了更新版本的Visual C++ 2010 Redistributable。解决方法为卸载所有版本的Visual C++ 2010 Redistributable,然后重新安装Windows7SDK。
Back to the top
8122

被折叠的 条评论
为什么被折叠?



