Bugs after separating the UI from the updater backend

Hi,

I'm just trying to update to the latest version of AutomaticUpdater which now has the backend separated from the UI. IMHO it looks like the separation introduced two new bugs as the behaviour is different.

1. The KeepHidden property is not being honoured when forcing the update check (refer to AutomaticUpdater#ForceCheckForUpdate:1255)

2. When trying to check for updates with a missing wyUpdate.exe (which is the case in my dev env) it just failed and I was able to get the error message. With the latest svn version it just hangs and the throbbler spins forever. I think the main cause for this non-detection of the error is in AutomaticUpdaterBackend#updateHelper_PipeServerDisconnected:478 as UpdateStepOn is Nothing and thus it does not detect the premature exit error.

Regards,Yves

2. When trying to check for updates with a missing wyUpdate.exe (which is the case in my dev env) [...]

There always has been an unclear error when wyUpdate.exe or client.wyc is missing. We'll be fixing this in the next version that states exactly what is wrong.

1. The KeepHidden property is not being honoured when forcing the update check (refer to AutomaticUpdater#ForceCheckForUpdate:1255)

You're right, sorry about that. We'll have that fixed for the next version.