积极答复者
Error: Setup VS2010 into Window 7

问题
-
rt。
[05/07/11,18:01:37] VC 9.0 Runtime (x86): [2] CMsiComponent::Install() expects the setup file for VC 9.0 Runtime (x86), but the file failed verification.
[05/07/11,18:01:37] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates VC 9.0 Runtime (x86) is not installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates VC 10.0 Runtime (x86) was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft .NET Framework 4 was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft Visual F# 2.0 Runtime was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Macro Tools was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates TFS Object Model (x86) was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates .NET Framework 4 Multi-Targeting Pack was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Ultimate - ENU was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft Web Deployment Tool (x86) was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft ASP.NET MVC 2 - Visual Studio 2010 Tools was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft ASP.NET MVC 2 was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft Silverlight 3 SDK was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio 2010 Tools for Office Runtime (x86) was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft Office Developer Tools (x86) was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Dotfuscator Software Services - Community Edition was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Crystal Reports templates for Visual Studio 2010 was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft SQL Server Compact 3.5 SP2 (x86) ENU was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Visual Studio 2010 Tools for SQL Server Compact 3.5 SP2 ENU was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft Sync Framework Runtime v1.0 (x86) ENU was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft Sync Services for ADO.NET v2.0 (x86) ENU was not attempted to be installed.
[05/07/11,18:01:37] VS70pgui: [2] DepCheck indicates Microsoft Sync Framework Services v1.0 (x86)...
environment is :
physical: lenovo notebook Thinkpad x201i
OS : Windows 7 32-t
答案
-
你好,
从提供的日志文件中,可以找到下面的错误代码:
[05/07/11,18:01:37] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259.
HRESULT -2147467259,hex 0x80004005 是一个很常见的错误代码,意思是“Unspecified error”。
建议尝试下面的步骤进行安装:
- 使用Visual Studio 2010 Uninstall Utility将之前失败的VS安装清理干净;
- 从下面的链接下载所需VS 2010版本的安装文件(ISO格式):http://www.microsoft.com/visualstudio/en-us/try;
- 临时禁用掉反病毒/杀毒软件;
- 安装最新的Windows更新:http://supdate.microsoft.com;
- 清空你的 %temp% 文件夹(开始菜单 》运行》输入 %temp%);
- 使用管理员身份安装Visual Studio:右键点击安装文件 》以管理员身份运行;
- 如果安装仍然失败的话,使用下面的日志收集工具来收集相关的日志文件:
http://go.microsoft.com/?LinkId=8967044 - 工具运行完成后可以在 %temp% 文件夹里找到一个 vslogs.cab 文件。
- 把这个文件通过邮件发送给我(v-anwu_at_microsoft_dot_com)
注意:请同时附上这篇帖子的链接在email中。
如果有任何问题,请随时联系我。
Andrew Wu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 Andrew.WuModerator 2011年5月17日 11:30
全部回复
-
你好
或者可以參考以下URL
有差不多的問題
http://acejoy.com/bbs/viewthread.php?tid=2079
Please correct me if my concept is wrong
Chi -
你好,
从提供的日志文件中,可以找到下面的错误代码:
[05/07/11,18:01:37] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259.
HRESULT -2147467259,hex 0x80004005 是一个很常见的错误代码,意思是“Unspecified error”。
建议尝试下面的步骤进行安装:
- 使用Visual Studio 2010 Uninstall Utility将之前失败的VS安装清理干净;
- 从下面的链接下载所需VS 2010版本的安装文件(ISO格式):http://www.microsoft.com/visualstudio/en-us/try;
- 临时禁用掉反病毒/杀毒软件;
- 安装最新的Windows更新:http://supdate.microsoft.com;
- 清空你的 %temp% 文件夹(开始菜单 》运行》输入 %temp%);
- 使用管理员身份安装Visual Studio:右键点击安装文件 》以管理员身份运行;
- 如果安装仍然失败的话,使用下面的日志收集工具来收集相关的日志文件:
http://go.microsoft.com/?LinkId=8967044 - 工具运行完成后可以在 %temp% 文件夹里找到一个 vslogs.cab 文件。
- 把这个文件通过邮件发送给我(v-anwu_at_microsoft_dot_com)
注意:请同时附上这篇帖子的链接在email中。
如果有任何问题,请随时联系我。
Andrew Wu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 Andrew.WuModerator 2011年5月17日 11:30