[RESOLVED] How to register DCOM component (server)
Hi,
I have an application called Databridge.exe. It is showing up in DCOM Config on one server but I need to install it on another server. I tried running...
Databridge.exe /regserver
But that doesn't seem to do anything. How do I get it to show up in DCOM Config?
Thanks.
Re: How to register DCOM component (server)
Well - it looks like you need to have Visual Basic installed on the computer. It installed properly on two other computers that both have VB 6.0 installed on them. Weird. I used setup and deployment wizard.
Anyway, does anyone know how to remove an item from DCOM Config :)
Re: How to register DCOM component (server)
Well, I finally figured out how to remove a DCOM component so I thought I would share...
wmic dcomapp delete
From the command prompt. It will prompt you "y/n" to delete each dcom app. Alternatively, you can specify the name of the component.