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



Reply via email to