Hey Mary,
The order of executions is like this:
- The update is downloaded & extracted
- Services are closed (the ones you specify) and wyUpdate checks to see if any other processes are still running.
- wyUpdate executes any files you specify to execute before the update has begun.
- The update is installed.
- wyUpdate executes any files you specify to execute after the update has completed.
- Services are started (the ones you specify)
- The update has completed.
Does the "before" action take place before or after the "before" executable in the temp dir? Apologies in advance if it's obvious from the documentation and I've just missed it.
The service is stopped first, then the executable you specify is run next.
Does this make sense?