I installed my service at c:\MyCompany\MyService.exe. And I try to run the service in Terminal window: wine net start "c:\MyCompany\MyService.exe" I got the following error messages: [maker@fc6-dev ~]$ wine net start "c:\MyCompany\MyService.exe" fixme:advapi:RegisterEventSourceA ((null),"ImgLM"): stub fixme:advapi:RegisterEventSourceW (L"",L"ImgLM"): stub fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 300, std (d/m/y): 26/10/2008, dlt (d/m/y): 6/04/2008 Could not get handle to service. The wine version is 0.9.60. Thanks. Michael