http://bugs.winehq.org/show_bug.cgi?id=8466
------- Additional Comments From truiken@gmail.com 2007-24-05 14:00 ------- The problem is that the installer calls CloseServiceHandle on a handle, and then expects to be able to use that handle for further service calls. According to msdn, CloseServiceHandle does not destroy the service control object referred to by the handle. Our implementation deletes this object. My guess is that these obects should be released on PROCESS_DETACH instead of in CloseServiceHandle.