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

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.
 
2

281 cu. in.

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

Phil Waligora [MSFT]

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.
 

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