problem on add/remove windows components

D

Dumpman

I have the following error when click "Next" on the Windows Components
Wizard. Please help


Sub-component COM+ raised an exception while processing the
OC_COMPLETE_INSTALLATION setup message.
d:\nt\com\com1x\src\complussetup\comsetup\ccompluscore.cpp (line 565)
Error Code = 0x80004002
No such interface supported
The COM+ event classes could not be registered.
 
D

Dumpman

more detail.

I have a critical issue with COM+ not being able to be reinstalled properly.
I removed COM3 registry key from the registry, then renamed the catalog file
in system32 and tried to reinstall COM+ by going to Add/Remove windows
components but i get this error:

Sub-component COM+ raised an exception while processing the
OC_COMPLETE_INSTALLATION setup message.
d:\nt\com\com1x\src\complussetup\comsetup\ccompluscore.cpp (line 565)
Error Code = 0x80040155
Interface not registered
The COM+ event classes could not be registered.

I'm on a Windows XP Professional machine with IIS v5.1 installed, i cannot
get IIS to serve ASP files, and i've tried setting IWAM and IUSR
passwords...
 
G

Guest

Do the following:
- open the command prompt
- change the directory to \windows\system32
- enter the following command lines
- regsvr32 ole32.dll
- regsvr32 oleaut32.dll
- Then do the add/remove windows components steps again. This will remove
the error.

Regards
Doug O'Neill
 
V

Veevers

Many thanks Doug,

I was having the same problem myself (followed microsofts instructions
to no avail)..

I owe you one :eek

Regards,

veevers
 
R

Ramesh, MS-MVP

Veevers,

Please include the original post (question) while replying to a post. This helps the Usenet searchers.

--
Ramesh, Microsoft MVP
Windows XP Shell/User
http://windowsxp.mvps.org



Many thanks Doug,

I was having the same problem myself (followed microsofts instructions
to no avail)..

I owe you one :eek

Regards,

veevers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top