Re: Problem with client manually starting services

2007-11-08 Thread Robert Shearman
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

Re: Problem with client manually starting services

2007-11-08 Thread Roy Shea
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

Re: Problem with client manually starting services

2007-11-08 Thread Roy Shea
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 > >

Re: Problem with client manually starting services

2007-11-08 Thread Robert Shearman
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

Problem with client manually starting services

2007-11-07 Thread Roy Shea
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