Sep 16
点击“添加/删除Windows组件”时报“无法加载安装程序库wbemupgd.dll”的错误
在一台Windows Server 2003 SP2的机器上,点击“添加/删除Windows组件”时报“无法加载安装程序库wbemupgd.dll”的错误。如果我的理解有误,请告诉我。
根据我的研究,此问题有可能是由于WBEM的系统环境变量冲突造成。
请尝试按照以下步骤解决此问题:(请在操作前备份注册表)
1. 运行”regedit”打开注册表编辑器,然后找到以下表项:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment.
2.创建如下键值:
名称:path
类型:REG_EXPAND_SZ
值:%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
3.打开控制面板中的“系统”->“高级”->“环境变量”,将变量值改为:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
更多关于此问题的信息以及解决步骤,请参考以下文章:
You receive a "Setup Library wbemupgd.dll could not be loaded" error message when you use Add or Remove Programs in Windows Server 2003
http://support.microsoft.com/kb/838860/en-us
根据我的研究,此问题有可能是由于WBEM的系统环境变量冲突造成。
请尝试按照以下步骤解决此问题:(请在操作前备份注册表)
1. 运行”regedit”打开注册表编辑器,然后找到以下表项:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment.
2.创建如下键值:
名称:path
类型:REG_EXPAND_SZ
值:%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
3.打开控制面板中的“系统”->“高级”->“环境变量”,将变量值改为:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem
更多关于此问题的信息以及解决步骤,请参考以下文章:
You receive a "Setup Library wbemupgd.dll could not be loaded" error message when you use Add or Remove Programs in Windows Server 2003
http://support.microsoft.com/kb/838860/en-us