http://bugs.winehq.org/show_bug.cgi?id=4802
------- Additional Comments From rob@codeweavers.com 2006-11-07 18:28 ------- Looking at the registry entries on Windows, I see that while IDriverT has a service, it doesn't intend to be started by COM. I now think that the problem is with the services code in advapi32, in that it doesn't cope at all well when StartServiceCtrlDispatcher is called without the process having been started by StartService. See: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/bas... - it should return ERROR_FAILED_SERVICE_CONTROLLER_CONNECT and not hang.