vote up 1 vote down star

I need to be able to programatically (from an installer program) install and run a windows service so that it will have elevated admin rights (the installer app has already elevated by this point), and also that it will restart at system startup with elevated rights. Is this possible?

flag

1 Answer

vote up 0 vote down check

You need to read up on OpenSCManager(), CreateService() and similar functions. Here's some sample code in C# that might get you started.

Cheers !

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.