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

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 4 13:00:05 CDT 2012


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

--- Comment #9 from Jan Slezak <jan.slezak at 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.

-- 
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