I have to fix a computer running Windows XP SP3, which has accumulated a fair amount of company-specific software, meaning that OS reinstall is not really an option.
The thing is, I need to install a package named MetaWeb. When I run the installer, it goes on until the "Registering modules" part, where it stops saying:
MetaWebURL.ocx failed to register. HRESULT -2147220991.
Contact your support personnel.
What I have checked:
regsvr32.exe MetaWebURL.ocx
fails with the same code (0x80040201)regsvr32.exe /u MetaWebURL.ocx
completes DllUnregisterServer
successfully% Registry Quota In Use
is below 50%HKCR
, HKCU
, HKLM
, HKCC
). I have also checked several sub-branches, including HKCR\CLSID
.I would appreciate any pointers which help to better understand the cause of these issues.
Use Dependency Walker to find any missing referenced dlls with which this OCX file is linked.
User contributions licensed under CC BY-SA 3.0