我似乎完全无法将Windows 7 SDK安装到我的机器上,我在网上找到的唯一解决方案是对注册表进行一系列更改。我试过了,还是没有成功。

这是报告的错误:

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.

这里也没有Samples目录可供参考,SDK支持团队似乎也不再存在于那里了。

我如何解决这个问题?


当前回答

你是否有一台装有Windows 7的电脑,或者一台已经安装了SDK的电脑?

如果是这样,最简单的解决方案是将C:\Program Files\Microsoft sdk \Windows\v7.1文件夹从Windows 7机器复制到Windows 8机器。

其他回答

所有这些(和其他)解决方案对我来说都完全失败了,所以我想出了另一个。

您需要脱机安装包(我的是x64),并且只需要手动安装示例。例如,从Setup\WinSDKSamples_amd64位置打开7-Zip的iso文件,并运行WinSDKSamples_amd64。Msi为我做了这些。

然后,您只需使用正常的安装文件来修复安装,并选择您希望的任何组件。

我在安装x64版本时也遇到过同样的问题。它与(至少在我的情况下)安装的explore.exe有关。我卸载了explore,重新安装了它,做了一堆注册表更改,等等,根据各种博客和sdk都无济于事。最终为我解决这个问题的是编辑这个注册表项:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer\DisableBrowse

我把值改为0。SDK安装完成后(这次非常愉快),我将该值设置为1。

SDK设置日志中的以下内容提醒了我可能的错误:

12:19:42 PM Friday, 8 January 2010: SFX C:\Program Files\Microsoft SDKs\Windows\v7.0\Setup\SFX\dexplore.exe installation started with log file C:\TEMP\Microsoft Windows SDK for Windows 7_dd2d9383-116d-441f-85b3-7c16aeb3568e_SFX.log
12:19:47 PM Friday, 8 January 2010: C:\Program Files\Microsoft SDKs\Windows\v7.0\Setup\SFX\dexplore.exe installation failed with return code 1625

这在探索安装日志文件:

MSI (s) (E4:7C) [12:19:46:680]: Machine policy value 'DisableBrowse' is 1
MSI (s) (E4:7C) [12:19:46:680]: Adding new sources is not allowed.
MSI (s) (E4:7C) [12:19:46:680]: Warning: rejected attempt to add new source 'c:\eb66d60e4283bfc2986755fa\' (product: {6753B40C-0FBD-3BED-8A9D-0ACAC2DCD85D})
MSI (s) (E4:7C) [12:19:46:680]: MSI_LUA: Elevation prompt disabled for silent installs
MSI (s) (E4:7C) [12:19:46:680]: Note: 1: 1729 
MSI (s) (E4:7C) [12:19:46:680]: Product: Microsoft Document Explorer 2008 -- Configuration failed.

我希望这对你的情况有所帮助。

Mgrandi提供了非常好的资源和答案。我遵循了类似的原则,通过移除“剩余的”组件来解决问题。

作为参考,看看Windows 7的Windows SDK和。net Framework 4的发布说明。

这将下载SDK的发布说明(在尝试安装SDK后,你的计算机上也应该有它),在“安装和卸载Windows SDK”一节中,你可以看到微软建议在它们之后清理一些混乱。

卸载所有c++可重分发文件和取消选中c++选项对我来说很有效。注意,我已经安装了VS2010 SP1和VS2012。

我也无法安装Windows 7 SDK,它建议我删除最新的SDK和Visual Studio 2012 Express。这并没有起作用。

还有一些关于。net 3.5的东西。我用。net 3.5安装了Server 2008 SDK,卸载了Visual Studio 2010的可重分发文件,并确保在安装选项中未选中可重分发文件。

此外,您需要已经安装的。net 4框架,您可以从微软的网站下载。然后就成功了。