Disable error message

Is there a way to suppress the wyBuild popup with the message 'Error downloading ....wyserver.wys. The remote server returned an error (400) Bad Request'.

I know the cause, it happens if I stop the web server for maintanance or reboot the machine. But I do not want to bother the users with this error everytime I shutdown the web server. Users are sending me emails with the question why they had this error. Is there a way to make wyUpdate ignore the a 400 error?

Thanks.

Are you using the AutomaticUpdater? If so, then you can just hide the AutomaticUpdater when you get that message.

I've already set Visibility to 'Hidden' and also KeepHidden to 'true'.But it is not the AutomaticUpdater which shows the message, it is shown in a wyUpdate screen. I found that I have to add -noerr to wyUpdateCommandline to solve this. Am I right?

Wait, are you using the AutomaticUpdater or are you using wyUpdate in standalone mode? You should use one or the other, not both.

I'm not using both. I'm using the wpf version of the autoupdater. But that control launches wyUpdate, which shows the message when my update site is down.

Are you using the latest version of both wyUpdate.exe and the AutomaticUpdater? The AutomaticUpdater might show an error, but wyUpdate will never popup when a download fails (unless you're using custom code that explicitly launches wyUpdate).