Multiple Download Sites

I had two download sites: A and B.Now I deleted site A, so only B remains.

Latest common version of my program on both sites is 1.29, but site B now has version 1.30.

The problem is that older versions of my program only update to 1.29, and not to 1.30.When clicking 'check for updates' on version 1.29 it says 'program is up to date', but version 1.30 is already available on server B.

How to fix this problem?

In the next version of your app make sure that the new update site is the only one in the downloads list. Then rebuild wyUpdate and include the client.wyc as part of the update. Build the updates and upload them to both the old site and new site.

Now people on the old version will be able to download updates from the old site, get them, and then from now on they'll only check the new site.

Make sense?

Yes, thanks.

I have a similar issue. I'm testing out wyBuild and was first testing out downloading from localhost. Now, I've moved the updates to a web server, that's accessible to the internet. On one of my test clients with no access to the localhost I get the error: "Error downloading http://localhost... Cannot connect to the remote server."

This is the download address that used to be configured in wyBuild and a setup kit containing the client.wyc file with this setting was installed on the test computer and the automatic download was attempted. However, now a new setup kit, including a new client.wyc file with the new download address has been installed. I assume the download address is included in the client.wyc file? If this is the case, it seems like the download address is also cached somewhere in the computer from the old version. Would this be correct and how would I remove this cached address?