How to determine if the Com server running on the remote machine?

G

Guest

It's needed to determine if the Com server running on the remote machine
How to call CoCreateInstanceEx or CoGetClassObject and get an interface only if server is running
Do not launch the server even if there is appropriate launch permissions?
 
D

Darren Kennedy

Have a look at the COM+ Administration section of the COM+ SDK.
The COMAdminCatalogObject object in the Applications collection has a
'IsEnabled' property.
Set this to false to disable your COM+ application. It won't be started by a
CCI call.

On Windows 2003 Server, one has to be a domain admin or local admin to set
this property.
Does anyone know how a non-admin can prevent a COM+ app from being started
by a CCI call?

-D
 

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