WebUpdate for running service

Hi,

I use the WebUpdate for updating my application and it works fine.

But how can I update a depending running windows service?

Regards,
Martin

Sorry, at this moment there is no built-in support to auto-update running service. The stopping in particular of the service cannot be done from the TWebUpdate component itself. You'd need to do this at application level.

Are there any news about this?

Can i use some event from TWebUpdate to finish my windows service? Whats about evaluate admin right?

OnAppDoClose is an event from where you could try to stop the service from your code.