Re: [python-win32] Win32 service not calling SvcShutdown()

2012-11-04 Thread Mark Hammond
[re-adding python-win32] On 5/11/2012 12:21 PM, Rob McGillivray wrote: Mark, You are correct. I wrote to a file and the SvcShutdown() event is being fired. My question is … surely the event log service would only stop once all other dependent services have also stopped? Is your service depend

Re: [python-win32] Win32 service not calling SvcShutdown()

2012-11-04 Thread Mark Hammond
[re-adding python-win32] On 5/11/2012 12:08 PM, Rob McGillivray wrote: Hi Mark, Much appreciate the feedback! Many thanks. I'll try writing something to a file and check this out … I never thought that the event log service could/would stop(?). Doesn't the event log service run continuously an

Re: [python-win32] Win32 service not calling SvcShutdown()

2012-11-04 Thread Mark Hammond
On 4/11/2012 1:20 PM, Rob McGillivray wrote: Hi All, For the life of me I cannot figure out why SvcShutdown() is not being called when the OS shuts down. All the other SCM notifications (pause/continue/stop) work just fine. I have searched high & low for solutions, but nothing. What appears to

[python-win32] Win32 service not calling SvcShutdown()

2012-11-03 Thread Rob McGillivray
Hi All, For the life of me I cannot figure out why SvcShutdown() is not being called when the OS shuts down. All the other SCM notifications (pause/continue/stop) work just fine. I have searched high & low for solutions, but nothing. What appears to be a slam-dunk for others completely evades m