安装Visual Studio2010,安装停止于Visual Studio2010系统必备x64
我有: Windows 7旗舰版x64
我试着手动安装,也失败了
消息显示安装失败,错误日志显示:
[08/22/12,12:31:29] Microsoft Visual Studio 2010 64bit Prerequisites (x64): [2] Error: Installation failed for component Microsoft Visual Studio 2010 64bit Prerequisites (x64). MSI returned error code 1603
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 64bit Prerequisites (x64) is not installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Visual F# 2.0 Runtime was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Macro Tools was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates TFS Object Model (x64) was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates .NET Framework 4 Multi-Targeting Pack was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Ultimate - ENU was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Web Deployment Tool (x64) was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft ASP.NET MVC 2 - Visual Studio 2010 Tools was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft ASP.NET MVC 2 was not attempted to be installed.
[08/22/12,12:31:31] VS70pgui: [2] DepCheck indicates Microsoft Silverlight was not attempted to be installed.
.....
....
...发布于 2012-08-28 21:00:13
在与这个问题斗争了几个小时之后,我想起了过去也遇到过同样的问题。这两次出现问题都是因为我之前成功地安装了Visual Studio2010(或Visual Studio2010学习版),同时我在现在尝试安装它的同一台PC上卸载了它。这意味着当我卸载并尝试重新安装时,会遇到安装问题。
然后我在安装日志中看到一个错误2908。我用谷歌搜索了一下,发现是这样的:
http://www.add-in-express.com/creating-addins-blog/2007/11/12/windows-installer-error-2908/
问题是,当我卸载VS2010时,一些注册表项没有被清除,因此安装程序认为这些组件已经安装。上面文章中的人在注册表中找到了此条目,并将其删除。在那之后,他能够再次安装VS2010。
关于我的问题,我没有发现有问题的入口,所以我不得不从头重新安装Windows7,然后在我的新操作系统上成功安装VS2010。
不幸的是,问题并不是在每台PC上都能以相同的方式检测到,因此没有具体的解决方案。无论如何,它与Windows注册表有关,所以如果有人发现了更多,请添加评论以帮助其他人。
顺便说一下,我注意到很多人在安装VS2010时遇到了问题
发布于 2012-08-22 18:01:04
错误1603是一个非常常见的安装错误,遗憾的是它没有提供太多信息。
然而,这可能仍然是权限相关的()。
Microsoft's knowledge base提供了以下有关错误1603的可能原因:
如果出现以下任何一种情况,您可能会收到此错误消息:
Another article提供了其他可能的失败原因,以及修复此错误的演练。
发布于 2018-02-22 13:44:41
<代码>G29
https://stackoverflow.com/questions/12070332
复制相似问题