http://bugs.winehq.org/show_bug.cgi?id=20630
--- Comment #9 from Jan Slezak jan.slezak@centrum.cz 2012-04-04 13:00:05 CDT --- To decide:
1) Make sure no Wine component is running.
2) Start winefile.exe:
wine winefile.exe &
3) Make sure TestService.exe is not running (by ps command). If not go to 6)
4) If TestService.exe is running uninstall it:
wine TestService.exe /uninstall
You need to confirm confirmation dialog on Wine desktop.
5) Stop winefile.exe, go to 1)
6) Install TestService.exe:
wine TestService.exe /install
You need to confirm confirmation dialog on Wine desktop.
7) TestService.exe should NOT be running now. Make sure by ps command. If it is running, there is another bug in Wine.
8) Start delphitestservice service by:
wine net start delphistartservice
This response should follows:
The Test Delphi service service is starting. The Test Delphi service service was started successfully.
9) Make sure TestService.exe is running by ps command.
If the TestService.exe is running, the bug is fixed, otherwise it is not fixed.