How to start a windows service on local computer
        Posted  
        
            by 
                user1298386
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user1298386
        
        
        
        Published on 2012-03-29T05:05:36Z
        Indexed on 
            2012/03/29
            5:29 UTC
        
        
        Read the original article
        Hit count: 192
        
Windows
|windows-services
I have created a windows service.
When I install msi, this service goes to local services, but doesn't start. When i try to start it, it gives this error:
    Windows could not start this service on Local computer.
    Error 1053: The service didnot respond to the start or control request in a timely fashion.
One more thing is, that when I install msi as a service, it goes to local services, but doesn't start and gives warning that you don't have privileges to start this service.
© Stack Overflow or respective owner