我在网上看到发布的Windows SDK时遇到错误,但是没有一种解决方案适合我。这是我得到的日志
9:43:37 AM Monday, October 14, 2013: SFX C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation started with log file C:\Users\clarkbd\AppData\Local\Temp\Microsoft Windows SDK for Windows 7_c3c42538-8a3e-439d-be39-aee3078ca098_SFX.log
9:43:43 AM Monday, October 14, 2013: C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x64.exe installation failed with return code 1603
9:43:53 AM Monday, October 14, 2013: [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: at SDKSetup.Product.ConfigureRelatedSfx() at SDKSetup.Product.ConfigureNewProduct(ManualResetEvent CancelEvent)
9:43:53 AM Monday, October 14, 2013: [SDKSetup:Info] Config_Products_InstallNew: End installation of new product: Microsoft Windows SDK for Windows 7
9:43:53 AM Monday, October 14, 2013: [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: at SDKSetup.Product.ConfigureNewProduct(ManualResetEvent CancelEvent) at SDKSetup.Product.SetupProduct(TaskMode taskMode, ManualResetEvent CancelEvent) at SDKSetup.ProductCollection.SetupProducts(TaskMode taskMode, DownloadManager downloadManager, ManualResetEvent cancelEvent) at SDKSetup.ConfigProducts.DoCurrentTask(TaskMode Task)
当我尝试单独运行vcredist_x64时,出现此错误:
MSI (s) (80:5C) [09:51:50:971]: Product: Microsoft Visual C++ 2010 x64 Redistributable - 10.0.30319 -- A later version of Microsoft Visual C++ 2010 x64 Redistributable - 10.0.30319 is already installed.
现在,根据我在线阅读的每个解决方案,我将卸载可再发行组件并继续进行安装。问题是我没有安装任何VC ++ 2010可再发行组件(仅2005和2008)。除了主程序外,唯一的东西就是Microsoft Visual Studio 2010 Express Prerequisites x64 - ENU
。卸载它对我收到的错误没有影响。我的计算机上有些东西告诉SDK我已经安装了此Redist,但是我不确定是什么。谁能为我阐明一下?
编辑:即使我完全卸载Visual C ++ 2010,此问题仍然存在。我还能从我的计算机上删除此软件的所有痕迹吗?
编辑2:在稍微搜索注册表后,我发现NI安装了自己的可视化的c ++ 2010及其程序之一,但未包含在“添加或删除程序”列表中。我已经卸载了此软件,希望它可以正确安装。
编辑3:没有运气,仍然出现相同的错误。我可以在注册表中找到其他2010可再发行组件,但是尝试手动执行卸载字符串只是告诉我只能在已安装的程序包上运行它。如果我知道vcredist如何找到当前安装的重新分发,这将更加简单。