软件工程

本类阅读TOP10

·PHP4 + MYSQL + APACHE 在 WIN 系统下的安装、配置
·Linux 入门常用命令(1)
·Linux 入门常用命令(2)
·使用 DCPROMO/FORCEREMOVAL 命令强制将 Active Directory 域控制器降级
·DirectShow学习(八): CBaseRender类及相应Pin类的源代码分析
·基于ICE方式SIP信令穿透Symmetric NAT技术研究
·Windows 2003网络负载均衡的实现
·一网打尽Win十四种系统故障解决方法
·数百种 Windows 软件的免费替代品列表
·收藏---行百里半九十

分类导航
VC语言Delphi
VB语言ASP
PerlJava
Script数据库
其他语言游戏开发
文件格式网站制作
软件工程.NET开发
Windows Server 2003 添加/删除Windows组件出现错误的问题

作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站


有网友提到在Windows Server 2003下添加删除程序里面点击添加/删除Windows组件,出现以下错误提示: 

Setup Library wbemupgd.dll could not be loaded, or function OcEntry could not be found. Contact your system administrator. The specific error code is 0x7e.

无法加载安装程序库 wbemupgd.dll,或是找不到函数 OcEntry。请与您的系统管理员联系。特定错误码是 0x7e。

微软知识库文章已经收录了此问题的解决办法,链接如下:http://support.microsoft.com/?id=838860

RESOLUTION

To resolve this problem, follow these steps:

1. Click Start, right-click My Computer, and then click Properties.
2. Click the Advanced tab, and then click Environment Variables.
3. Click Path in the System variables list, and then click Edit.
4. Replace two of the paths in the Variable value box. To do this, follow these steps:
   a.  Delete the following two paths in the Variable value box:
        SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
   b.  Type the following text in the Variable value box to replace the paths that you removed in step 4a.
        C:\Windows\System32;C:\Windows\system32\Wbem
Note C is the hard disk drive where Windows is installed, and Windows is the folder where Windows is installed.


相关文章

相关软件