【发布时间】:2012-12-10 13:22:19
【问题描述】:
我在我的Windows 7 上运行Microsoft Visual C# 2010 Express Setup。但是由于以下错误,我无法完成设置
我没有任何时候取消安装。我是这台机器的
administrator。我还通过引用网站尝试了一些事情 - http://social.msdn.microsoft.com/Forums/en-US/Vsexpressinstall/thread/a8da8e97-e4e2-416a-97f1-636c2dc1d4c1/
任何想法,可能是什么问题?
我的安装日志报如下错误:
[12/10/12,19:14:39] Microsoft 应用程序错误报告:[2] CMsiComponent::Install() 需要 Microsoft 应用程序错误报告的安装文件,但该文件未通过验证。 [12/10/12,19:14:39] setup.exe: [2] ISetupComponent::Pre/Post/Install() 在 ISetupManager::InternalInstallManager() 中失败,HRESULT -2147467259。 [12/10/12,19:14:40] ExpressUI:[2] DepCheck 指示未安装 Microsoft 应用程序错误报告。
【问题讨论】:
-
您是否尝试过收集安装日志并检查问题所在? blogs.msdn.com/b/heaths/archive/2009/05/20/collect.aspx
-
嗨@ArtemKoshelev:我检查了
dd_error_vcs_xcor_100log 文件,上面写着->[12/10/12,19:14:39] Microsoft Application Error Reporting: [2] CMsiComponent::Install() expects the setup file for Microsoft Application Error Reporting, but the file failed verification. [12/10/12,19:14:39] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259. [12/10/12,19:14:40] ExpressUI: [2] DepCheck indicates Microsoft Application Error Reporting is not installed. -
嗨@ArtemKoshelev:我从
dd_install_vcs_xcor_100日志文件中得到->[12/10/12,19:14:29] Microsoft Application Error Reporting: File failed validation: e:\vcsexpress\.\wcu\watson\dw20shared.msi; error = 0x80091007。很久以前,我在其他机器上使用过相同的iso文件。会不会是这个原因? -
由于尝试从网络符号链接安装而出现此错误,在本地复制文件后它工作正常。花了很长时间才弄清楚问题。
标签: c# visual-studio-2010 visual-studio c#-4.0 visual-studio-express