您的位置:首页 > 其它

VS.NET2008安装Web Authoring Component( Web创作组件) is not installed问题解决

2012-05-03 11:57 477 查看
今天在安装VS.NET2008的时候,出错中断了,查看日志发现出现如下错误:
[04/27/10,08:36:02] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147023293.

[04/27/10,08:36:02] VS70pgui: [2] DepCheck indicates Microsoft Visual Studio Web Authoring Component is not installed.
在网上查了下,发现是安装Web Authoring Component ,中文也叫Web创作组件的时候出错,导致整个VS.NET2008无法继续安装下去。
在网上看到有人说:
Use winzip or winrar to open DVD Drive:\WCU\WebDesignerCore\WebDesignerCore.EXE
Extract to a temp directory and run the extracted setup.exe
This should successfully install the Web Authoring Component
After successful installation
Try visual studio 2008 setup again
可是我试了下,WebDesignerCore.exe报系统中存在office2007之前的程序,安装无法继续。
看来VS.NET2007无法安装是和系统中存在office 2007之前的版本有关系。原先我以为是我电脑上只安装了OFFICE 2003的缘故。但有幸在网上看到另外一篇文章,得知可能是电脑上存在office 2007的beta版本的某些程序导致。
具体解决如下:
1.下载Windows Installer 清理实用工具(http://support.microsoft.com/kb/290301/zh-cn
2.安装Windows Installer 清理实用工具,并执行。
3.找到名字为office 2007 beta的项目,执行remove。
4.重新安装VS.NET 2008,搞定!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐