ForceCheckForUpdate() don't work all the time.Solved

Hello. I'm trying to use AutomaticUpdater.dll in the console app as described here (https://wyday.com/wybuild/help/automatic-updates/windows-services-console-apps.php). I have found that in 75% cases updating doesn't take effect. It just running and do nothing (client.wyc in not updated with new version, UpToDate event not firing).

Dont use that function. And dont use the AutomaticUpdater. Were dropping support for it in the next version (complexity outweighs benefits).

Use wyUpdate directly. Covered extensively in the documentation.

Thank you. Now I'm using wyUpdate Commandline and faced with one problem. I need to get version that we are going to update. Is there any way to do it?

Hi Wyatt, I would like to also use only command line instead of the DLL, but in the documentation there is no option to check for updates ignoring the cache, like the ForceCheckForUpdate(true). We've had issues with cache before. Is there an option for this?

wyUpdate doesnt cache beyond the length of the process life. Therefore no need for such an option.