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 regist
On Thu, Nov 08, 2007 at 12:21:42PM -0800, Roy Shea wrote:
> On Thu, Nov 08, 2007 at 12:00:28PM +, Robert Shearman wrote:
> > Roy Shea wrote:
> > >Howdy All,
> > >
> > >I'm developing missing services in Wine and am running into problems
> > >with how Wine starts services. In Windows a service
On Thu, Nov 08, 2007 at 12:00:28PM +, Robert Shearman wrote:
> Roy Shea wrote:
> >Howdy All,
> >
> >I'm developing missing services in Wine and am running into problems
> >with how Wine starts services. In Windows a service can be started
> >using "net start ", assuming that the service is
> >
Roy Shea wrote:
> Howdy All,
>
> I'm developing missing services in Wine and am running into problems
> with how Wine starts services. In Windows a service can be started
> using "net start ", assuming that the service is
> properly added to the registry. In Wine it appears that the user must
> m
Howdy All,
I'm developing missing services in Wine and am running into problems
with how Wine starts services. In Windows a service can be started
using "net start ", assuming that the service is
properly added to the registry. In Wine it appears that the user must
manually start the service bef