Hi,
I am having a following situation:
- app running as Windows Service
- Updater enabled and configured to support silent updates via Support service
- manually creating a scheduled task in Powershell custom action to periodially run the Updater
In case everything is fine then the update process works quite smooth. All good here.
BUT when the scheduled task is triggered and there is some kind of a problem during update process (e.g. invalid installer url in "updates.txt" so it cannot be downloaded) then Updater.exe hangs forever and scheduled task does not run next time as Updater cannot run in multiple instances. This is a showstopper for us as it is definitely not a reliable behavior.
What do you suggest, please?