I have a windows service that I need to update periodically. However, if the service is running when updating you get prompted to stop the service. Is there a way to Stop the service using the update?
Help is always appreciated.
Code: Select all
OLDPRODUCTS
There's also a predefined "Stop Service" action in our AdvancedInstaller edition, which identifies the service by its name. I assume this is the most convenient way, currently.Daniel wrote:...we already have an improvement regarding this (add a predefined custom action to start/stop/restart a service) on our TODO list...