How To make a *.exe/ *.sys as Windows Service

  • Thread starter Thread starter Bhanu Gogineni
  • Start date Start date
B

Bhanu Gogineni

Hello,

How to make an program *.exe/ *.sys as a windows service.
should I need to create some keys in the registry to make my program
as a windows service.

Regards,

Bhanu Gogineni.
 
When compiling with MS VCC or C++Builder you have an option to make a
program service or standard application.
 
Hello Bhanu,

You could also create a generic helper application which calls the Win32 API
CreateService. I believe that this API will add an already-built executable
as a service to a Windows 2000 box.

Thanks,
Phil

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top