Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Registering COM servers

Status
Not open for further replies.

Dachyon

Programmer
Nov 4, 2002
32
0
0
NZ
Hi All,
I am creating an Installer for my Delphi application which consists of several in-process and out-of-process COM servers.

I want to be able to programmatically register these servers using the Installer.

I think I know how to register the in-process COM servers :-
> link the DLL and call the DllRegisterServer() method.

but how would I register the out-of-process servers without executing them ? (they display a form which would look out of place during the Install process).

Or should I manually create the entries in thr registry ?

mny tnx.
Dachyon
 
If it's an EXE COM server, it should support the /RegServer command line option, to silently self-register.
 
Hi,

I'm trying to make my C# application out of process. How do i do this?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top