How to configure DCOM permissions?

D

Dmitry Bond

Hi All.

We wrote distributes application.
Some DCOM objects running on server and some on client.
But we faced with a kind of a BIG problem!... :)
Each time when we installing our application we have to configure DCOM
permissions manually via DCOMCNFG application.

Is it possible to configure DCOM objects permissions via WinAPI or something
other?
I mean - can we do it automatically - from special allication on instalation
stage?
Is it possible at all?

With regards,
Dmitry.
 
L

LiquidJ

Google for "DCOMPERM". It's a sample which provides code to configure the
logon, location, etc. properties of an out-of-process server.

Alternatively, your installation package (InstallShield, etc.) may be able
to configure them for you automatically on install.


{L}
 

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