Ralf Schmitt wrote:
> Hi all,
>
> I use the attached program to start a win32 service.
> Stopping the service using the service manager works fine, but when I
> reboot the machine, the service just seems to be killed, without
> SvcStop/SvcShutdown being called (i.e. it never prints "DONE" on reb
Tim Roberts schrieb:
>On Wed, 30 Nov 2005 17:41:32 +0100, Ralf Schmitt <[EMAIL PROTECTED]>
>
>
>
>>I use the attached program to start a win32 service.
>>Stopping the service using the service manager works fine, but when I
>>reboot the machine, the service just seems to be killed, without
>>S
On Wed, 30 Nov 2005 17:41:32 +0100, Ralf Schmitt <[EMAIL PROTECTED]>
>I use the attached program to start a win32 service.
>Stopping the service using the service manager works fine, but when I
>reboot the machine, the service just seems to be killed, without
>SvcStop/SvcShutdown being called (i
Hi all,
I use the attached program to start a win32 service.
Stopping the service using the service manager works fine, but when I
reboot the machine, the service just seems to be killed, without
SvcStop/SvcShutdown being called (i.e. it never prints "DONE" on reboot).
Tested on w2k using python