[Bug 4802] Oracle Client installer crashes in advapi.CreateService

Wine Bugs wine-bugs at winehq.org
Thu Jul 6 06:02:25 CDT 2006


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





------- Additional Comments From rob at codeweavers.com  2006-06-07 06:02 -------
I've seen a couple of bugs like this. It usually boils down to MSI lacking
support for the InstallService action, so COM tries to load IDriverT as a
service, but sees it has no service entry so then falls back to trying to load
it as an local server. IDriverT doesn't expect this or the advapi32 code doesn't
cope with starting service executables without being started from StartService
and ends up waiting for 30 seconds or so, before it times out and continues.

-- 
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