http://bugs.winehq.org/show_bug.cgi?id=20630
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #5 from Anastasius Focht focht@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