请问各位在安装Visual Studio .Net 2005 时,安装不了?
请问各位在安装VisualStudio.Net2005时,出现“请退出所有应用程序,然后现继续安装。某些比组件要求安期间暂时挂起网络连接器.安装程序检测到已安装了以下所需...
请问各位在安装Visual Studio .Net 2005 时,出现“请退出所有应用程序,然后现继续安装。某些比组件要求安期间暂时挂起网络连接器 .安装程序检测到已安装了以下所需的组件:Microsoft Windows Installer3.1 Microsoft .NET Framework 2.0 MSXML 6.0分析器 ”是什么回事,怎样才可以解决?
展开
4个回答
展开全部
系统重装以后安装.net2005,装这东西早就熟门熟路了
一路下一步,开始安装,一堆东西要装。通常来说装个.net要一个小时以上
等了一会我就去睡觉了,第二天早上起来发现安装错误,也没有在意是什么原因,可能是安装前忘记装IIS了。不过据说安装VS2005的时候杀毒软件和防火墙也会造成安装失败的,在多次安装中也有注意到这个问题。早上继续安装,发现.net framework2.0已经装进去了,第一项变成了“MSXML 6.0 分析器”根本不晓得这个是什么东西,不过出乎我的意料,VS转眼就装完了,“MSXML 6.0 分析器”前有个红叉叉我想既然一次性安装无法进行,就拿这个MSXML6.0单独装来看看在解压的文件中找到msxml6.msi,单独安装以后,VS2005便可以正常安装了
当然有位高手查询了安装日志,然后又查了注册表的内容,解决方法如下
查看安装日志C:\Documents and Settings\Administrator\Local Settings\Temp\dd_vserror80.txt
如下
[01/17/06,20:52:22] MSXML 6.0 分析器: [2] Error code 1603 for this component means "安装时发生严重错误
"
[01/17/06,20:52:22] MSXML 6.0 分析器: [2] Setup Failed on component MSXML 6.0 分析器
[01/17/06,20:52:32] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InstallManagerHelper() with HRESULT -2147023293.
[01/17/06,20:52:32] setup.exe: [2] Component error string not specified in ISetupManager::AddToActionResultCollection()
[01/17/06,20:52:45] VS70pgui: [2] DepCheck indicates MSXML 6.0 分析器 is not installed.
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft .NET Framework 2.0 语言包 - 简体中文
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft Document Explorer 2005
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft Document Explorer 2005 语言包 - 简体中文
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status for.NET Compact Framework 1.0 SP3
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status for.NET Compact Framework 2.0
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft Visual Studio 2005 Tools for Office Runtime
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft Visual Studio 2005 Tools for Office Runtime 语言包
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft Visual J# 2.0 Redistributable Package
[01/17/06,20:52:46] VS70pgui: [2] Unknown component status forMicrosoft Visual J# 2.0 Redistributable 语言包 - 简体中文
[01/17/06,20:52:46] VS70pgui: [2] Unknown component status forSQL Server 2005 Mobile Edition
[01/17/06,20:52:46] VS70pgui: [2] Unknown component status forMicrosoft Device Emulator 1.0 版
[01/17/06,20:52:46] VS70pgui: [2] Unknown component status forMicrosoft SQL Server 2005 Express Edition x86
觉得是不是因为framework2.0先安装,后来安装就判断失常了
打开注册表,查找“.netframework”
找到 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727
删除之
再次安装,OK了
分析:应该是因为安装程序会在注册表中寻找相应的注册表项判断是否安装过.NET Framework,如果有就会安装失败
一路下一步,开始安装,一堆东西要装。通常来说装个.net要一个小时以上
等了一会我就去睡觉了,第二天早上起来发现安装错误,也没有在意是什么原因,可能是安装前忘记装IIS了。不过据说安装VS2005的时候杀毒软件和防火墙也会造成安装失败的,在多次安装中也有注意到这个问题。早上继续安装,发现.net framework2.0已经装进去了,第一项变成了“MSXML 6.0 分析器”根本不晓得这个是什么东西,不过出乎我的意料,VS转眼就装完了,“MSXML 6.0 分析器”前有个红叉叉我想既然一次性安装无法进行,就拿这个MSXML6.0单独装来看看在解压的文件中找到msxml6.msi,单独安装以后,VS2005便可以正常安装了
当然有位高手查询了安装日志,然后又查了注册表的内容,解决方法如下
查看安装日志C:\Documents and Settings\Administrator\Local Settings\Temp\dd_vserror80.txt
如下
[01/17/06,20:52:22] MSXML 6.0 分析器: [2] Error code 1603 for this component means "安装时发生严重错误
"
[01/17/06,20:52:22] MSXML 6.0 分析器: [2] Setup Failed on component MSXML 6.0 分析器
[01/17/06,20:52:32] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InstallManagerHelper() with HRESULT -2147023293.
[01/17/06,20:52:32] setup.exe: [2] Component error string not specified in ISetupManager::AddToActionResultCollection()
[01/17/06,20:52:45] VS70pgui: [2] DepCheck indicates MSXML 6.0 分析器 is not installed.
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft .NET Framework 2.0 语言包 - 简体中文
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft Document Explorer 2005
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft Document Explorer 2005 语言包 - 简体中文
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status for.NET Compact Framework 1.0 SP3
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status for.NET Compact Framework 2.0
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft Visual Studio 2005 Tools for Office Runtime
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft Visual Studio 2005 Tools for Office Runtime 语言包
[01/17/06,20:52:45] VS70pgui: [2] Unknown component status forMicrosoft Visual J# 2.0 Redistributable Package
[01/17/06,20:52:46] VS70pgui: [2] Unknown component status forMicrosoft Visual J# 2.0 Redistributable 语言包 - 简体中文
[01/17/06,20:52:46] VS70pgui: [2] Unknown component status forSQL Server 2005 Mobile Edition
[01/17/06,20:52:46] VS70pgui: [2] Unknown component status forMicrosoft Device Emulator 1.0 版
[01/17/06,20:52:46] VS70pgui: [2] Unknown component status forMicrosoft SQL Server 2005 Express Edition x86
觉得是不是因为framework2.0先安装,后来安装就判断失常了
打开注册表,查找“.netframework”
找到 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727
删除之
再次安装,OK了
分析:应该是因为安装程序会在注册表中寻找相应的注册表项判断是否安装过.NET Framework,如果有就会安装失败
参考资料: http://hi.baidu.com/409581365/blog/item/faa28022afd5e6e0d6cae284.html
展开全部
你以前安装过VS?如果装过,可能是卸载的时候没卸干净。如果是第一次就不清楚了。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
安装环境不干净,把提示的组件卸载并删除它所在的文件的文件夹试下看。。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
重新下载一个吧!如果你要找我!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询