I have a Windows service application which I have installed on my machine without issue. I went to install it on another machine, and I'm receiving the error
Error 1001. An exception occurred during the Commit phase of the installation. This exception will be ignored and installation will continue. However, the application might not function correctly after installation is complete. Cannot start service MyService on computer ‘.’. The service did not respond to the start or control request in a timely fashion.
This error is popping up immediately without any hanging. Normally I would only expect to see this error after a hang.
I'm using the .NET 4 framework, which is installed on both machines. I've tried disabling the antivirus program thinking that might be interfering with the service startup, but that yielded the same error. The firewall was also disabled.
Is there anything else that could be causing this issue?