Are there any ideas what might be happening here?
We're managing the updater ourselves with the UpdateType.DoNothing, but we've hit an issue where when we call ForceCheckForUpdate(true) the only event that is triggered is BeforeChecking.
After this the UpdateStep is stuck on Checking and we're not sure what we need to change to sort this, no other events are trigged.
Do you have any advice?
Thanks
Are there any ideas what might be happening here?
Don't use the AutomaticUpdater component. It's too complicated for what it does. It's also deprecated and scheduled for removal in the next version.
Just use wyUpdate directly.
As Wyatt says, use wyUpdate directly. I recommend you check the help https://wyday.com/wybuild/help/
If you need a silent installation without user intervention, review this online documentation: