Automatic Updater control

A few things I would like to be able to set in the Automatic Updater properties:

1) Only visible if there is an update either to install or to download, or if the control is downloading an update, basically if there is an update. I know I can do this by hooking into the "UpdateAvailable" event but it would be nice if the control did it for me.

2) Dont hide and show when the mouse goes over, always show the full message, not just the icon.

Also what would happen to the application if the application was to only half download the files, or half update the software? is there a roll back?

Also does the "UpdateAvailable" event get fired if updates are available on the server AND if the updated files have already been download. I.e is there another event for "DownloadedFilesReadyForInstall"?

1) Only visible if there is an update either to install or to download, or if the control is downloading an update, basically if there is an update. I know I can do this by hooking into the "UpdateAvailable" event but it would be nice if the control did it for me.

This is what it does by default. It doesn't show itself when it silently checks for updates and nothing is found. It only shows itself when there are updates found, downloading, or extracting.

2) Dont hide and show when the mouse goes over, always show the full message, not just the icon.

We're considering adding that, but it won't make it into wyBuild 2.6.11. Maybe later.

Also what would happen to the application if the application was to only half download the files, or half update the software? is there a roll back?

Half downloaded files won't be verified as "valid". But, yes, if wyUpdate partially updates your software and then an error happens (or your user cancels) wyUpdate rolls back to the last version of your update.

Also does the "UpdateAvailable" event get fired if updates are available on the server AND if the updated files have already been download. I.e is there another event for "DownloadedFilesReadyForInstall"?

Here's the list of all AutomaticUpdater events. When UpdateAvailable is called this means a new update is found.

"We're considering adding that, but it won't make it into wyBuild 2.6.11. Maybe later."

Shame, I hold your control in a tablelayout control, in order to see the control, I use a new row, so all i see is a empty row and a small icon which shows text when mouse over.

Well, we do plan on working on this problem, it's just 2.6.11 has been delayed a number of times already. If we add this to the 2.6.11 release it will delay it another week. We'll try to add it for 2.6.12.

I'm not sure how your app is laid out, so I can't give you specific advice, but try adding the AutomaticUpdater not as a child of the TableLayout, but rather a child of the form. Then set it as top most and put it in a corner (like how it is in wyBuild).

Thanks, Ill have to play around with my perfect UI 😀, The way I had it designed the user could not have missed it if an update was available, since a whole new row is added to the dark login screen. Anyway I can wait and thanks for your quick response.

Is the always show text for Automatic Updater Control in or is it still "soon". I understand I'm replying to a 7 year old thread 🙂