Problem with client manually starting services

Robert Shearman rob at codeweavers.com
Thu Nov 8 17:28:21 CST 2007


Roy Shea wrote:
> Specifying test_service.exe in the registry causes
> the service to fail since CreateProcessW is unable to locate the file.
> Finally, setting the registry value to svchost.exe.so works without
> any errors.  Unfortunately, this last version is not compatible with
> Windows registry configurations.
>
> CreateProcessW already preforms a search for the binary it is
> starting.  Perhaps we could have it also look for a binary ending in
> ".so".

Or just create a fake executable for it by listing it in tools/wine.inf.

-- 
Rob Shearman




More information about the wine-devel mailing list