How to force update

Is there a way to signal the AutoUpdaterBackEnd class to force update to the latest version? This includes cleaning up the updater cache, prior download, partial download, etc.

We are facing a situation where the updater did not complete (canceled by user, system shutdown in the middle or the update, etc.). In some situations, the updater is not able to recover and stays at the old version.

How can we tell the AutoUpdaterBackEnd class to forcibly update to latest version?

Thanks...

Well, ForceCheckForUpdate() actually returns whether it actually started checking or not. Also, InstallUpdate() continues to the next step.

So, how do you know when you need to check for updates and when you need to just resume where you left off? Well, that's what the UpdateStepOn property is for.