Multiple NT service owned by the same program in Delphi

Posted by Claudio on Stack Overflow See other posts from Stack Overflow or by Claudio
Published on 2010-05-21T20:31:22Z Indexed on 2010/05/21 22:00 UTC
Read the original article Hit count: 361

Filed under:
|
|

I'm looking for Delphi sample code to develope a Win32 Windows service which can be installed many times (with different Name). The idea is to have 1 exe and 1 registry key with 1 subkey for every service to be installed. I use the exe to install/run many service, every service take his parameter from his registry subkey.

Does anyone have a sample code?

Many thanks

Claudio

© Stack Overflow or respective owner

Related posts about delphi

Related posts about multi