I've been having a problem for a long time where on certain pcs, the automatic updater always shows updates available, and so does wyUpdate.exe on the command line.
On others, the updater seems to work normally and will only show I have a new version when there actually is a new version.
I've followed the standard workflow and standard deployment. I build my update and client.wyc and deploy the updates to the server including client.wyc.
Seems like the reverse problem of: https://wyday.com/forum/t/1538/incorrect-exit-code-from-wyupdate-via-command-line/
Using: ForceCheckForUpdate(true);And this.cmpAutomaticWY_Updater.UpdateAvailable +=
UpdateAvailable triggers, and the gui element for the AutomaticUpdater states an update is available.
Yet running wyUpdate.exe all by itself will result in 'currently up to date'
running wyUpdate.exe /quickcheck /justcheck will result in %ERRORLEVEL% = 1
Which is supposed to indicate an error has occurred, but if I add /outputinfo=foo.txt there is no log created.
Why the discrepancy?