I am trying to create a simple Windows Service. The User Account for the service is NetworkService
. Then I ran installUtil
from command prompt and I got this :
The Commit phase completed successfully.
The transacted install has completed.
which means the service got installed successfully. But when I try to run it from the Service applet
i get this error :
Windows cannot the CustomersService service on Local Computer. Error 5 : Access is denied.
I am using 64bit Windows 7.