Board index » delphi » Setting Up a COM-Server NT Service Programmatically

Setting Up a COM-Server NT Service Programmatically

Our desire is to completely configure an NT Service which hosts COM objects
as part of the installation program used to distribute the service to our
clients.  In other words, we want to be able to do all the steps listed in
Binh Ly's "Hello World DCOM Service" example README programatically.  Can
someone get me started on finding the requirements/documentation on what's
necessary to do this?  Many thanks.
 

Re:Setting Up a COM-Server NT Service Programmatically


Yep, check out ComObj.RegisterAsService in D5.

--
have fun
Binh Ly
http://www.techvanguards.com

"L. S. Lichtmann" <condaptr...@earthlink.net> wrote in message
news:3b2a4703_2@dnews...

Quote
> Our desire is to completely configure an NT Service which hosts COM
objects
> as part of the installation program used to distribute the service to our
> clients.  In other words, we want to be able to do all the steps listed in
> Binh Ly's "Hello World DCOM Service" example README programatically.  Can
> someone get me started on finding the requirements/documentation on what's
> necessary to do this?  Many thanks.

Other Threads