Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 May : Services problem
| Subject: | Services problem |
| Posted by: | "Carlos Matos" (mat..@comograma.pt) |
| Date: | Wed, 4 May 2005 12:26:13 |
Hi,
I have two applications that can be run as windows services.
To do this I'm using a unit that I get from a site, uCiaServiceTools.pas.
I have registered this two services:
Service1.exe /install
Service2.exe /install
Start Service1
The problem is that when I uninstall Service2 (Service2.exe /uninstall),
Service1 is stoped.
Why is that? Am I missing something?
The inverse works fine. If I first start Service2 and uninstall Service1,
Service1 is still running.
Any ideas?
Carlos