I just realized that my version of WyBuild (that's v2.5.18.0) fails to check for updates when I tell it to. The error I get is:
Failed to check for updates.Error trying to save file: Error downloading "http://wyday.com/files/wyupdate/updates/designer.wys": The remote name could not be resolved: 'wyday.com'
I think this is probably due to the fact that all the computers in my company access the internet through a password protected proxy server. Normally, when an application tries to access the internet using the default Internet Explorer proxy, it pops up a message box asking for the username and password. Unfortunately, however, WyBuild is not doing this and simply gives the error above.
It's not mission critical - since I can manually download and install updates even now, but it would be nice if one could perhaps store the username and password as part of the settings, or perhaps have it pop-up when the user manually initiates the update check.
That's a good idea. We'll add a proxy username and password entry for the wyBuild options.
On a related note, I was amazed that WyUpdate (the client side updater) manages to access the update site and download and install updates without me entering any information about the proxy server username and password anywhere. I don't really know how it accomplishes this, but it would be great if you could shed some light.
It depends on how your proxy is set up. wyUpdate just dumbly uses IE's proxy settings. Some complicated proxies restrict external sites with a user/pass, but allow internal sites unrestricted access.
So if you can download the update files unrestricted in IE, then you can download the update files unrestricted in wyUpdate.