Hi,
I'm using TopShelf for service installation code.
It worked great.
Now I want to install my service automatically when I install the
software using Wix installer.
For some reason I am unable to finish the service installation, and
the service is unable to run afterwards.
In the Event viewer I get the following messages:
1. A timeout was reached (30000 milliseconds) while waiting for the
[Service Display Name] service to connect.
2. The [Service Display Name] service failed to start due to the
following error:
The service did not respond to the start or control request in a
timely fashion.
In this blog post:
http://www.gbogea.com/2011/10/19/installing-a-topshelf-service-using-wix
It was suggested to add "an installer class derived from
System.Configuration.Install.Installer"
I tried it but it didn't help.
Any thoughts?