0
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:
- I run the installer as Administrator
- There is sufficient space on drive C: where I install the package.
- My system meets minimum system requirements for the package (WinXP + IE 7-11, I have IE7 installed)
- Registering manually with
regsvr32.exe MetaWebURL.ocx
fails with the same code (0x80040201) - Running
regsvr32.exe /u MetaWebURL.ocx
completesDllUnregisterServer
successfully - My
% Registry Quota In Use
is below 50% - MetaWeb is not the only package that fails to install on this system: video driver update (Intel HD Graphics) fails right after the "Copying files" phase, saying that system resources were not sufficient to install the driver.
- My user has full access to all four branches of the registry (
HKCR
,HKCU
,HKLM
,HKCC
). I have also checked several sub-branches, includingHKCR\CLSID
.
I would appreciate any pointers which help to better understand the cause of these issues.