[Bug 4802] Oracle Client installer fails to connect to the InstallShield service

Wine Bugs wine-bugs at winehq.org
Tue Jul 11 18:28:26 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=4802





------- Additional Comments From rob at 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/base/startservicectrldispatcher.asp
- it should return ERROR_FAILED_SERVICE_CONTROLLER_CONNECT and not hang.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list