[Bug 20630] Services written in Delphi 6: impossible to start by "net start" command

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 3 15:58:15 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=20630

Anastasius Focht <focht at gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |focht at gmx.net

--- Comment #5 from Anastasius Focht <focht at gmx.net> 2012-04-03 15:58:15 CDT ---
@austin

You have to register the service first in newly created WINEPREFIX, e.g.:

--- snip ---
$ wine TestService.exe /install
--- snip ---

For starting and stopping you need to use the service name, e.g.:

--- snip ---
$ wine net start delphitestservice

$ wine net stop delphitestservice
--- snip ---

Regards

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list