Hey Andrew,
The only way to start/stop a service conditionally is to execute a simple batch file before/after your update. Also, you'll want to use the "SC" command.
Our application optionally may use 3-rd party services, which needs to be stopped/started when application is updated. So, those services may not exist on machine being updated.Is there a way to use stop/start services actions in wyUpdate? (if it is possible to check if the services exist before trying to stop/start them).Or the only solution is to use our own exe/cmd which will check services and restarting them.Thank you in advance,Andrew
Hey Andrew,
The only way to start/stop a service conditionally is to execute a simple batch file before/after your update. Also, you'll want to use the "SC" command.