http://bugs.winehq.org/show_bug.cgi?id=4802
------- Additional Comments From rob@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.