Auto update path change process help

I had a application with auto updates features.After installling setup at client place it works fine until yesterday.

i modified the dounload and upload path of the wyupdate application due to web server problem.i included the client.wyc file with version 1.22 but auto update does not work.

need to build new setup or any other ways to build auto update?

i got the following error.Error trying to save file: Error downloading "http://spinningmills.net/licenseupdates/wyserver.wys": The remote server returned an error: (404) Not Found.

My guess is that either the upload failed (and now there are no files on the server), or you uploaded to the wrong folder. I just tried downloading the file in my browser and it returns a 404 as well. Make sure the file is on the actual server. Also, if you're using an IIS server you need to configure it to deliver .wys and .wyu files.

In other words, the error tells you exactly what's wrong -- the file was not found. Put the file on the server in the correct location and it will be found.

hi

ya i had changed the file location from "http://spinningmills.net/licenseupdates/wyserver.wys" to"http://spinningmills.net/SpinSoftVJ/wyserver.wys"and rebuild the application files with client.wyc file in latest version(1.22).

i have one doubt,whether the client.wyc file will update in client machines or i have to create a new setup and have to install to client.?

i studied the information from wybulid fags and created patch file:

Rebuild wyUpdate every new versionEverytime you create a new version, rebuild wyUpdate and include the newest "client.wyc" and wyUpdate.exe in your installer.

You should not include wyUpdate.exe in your updates wyUpdate self-updates. "The client.wyc file, however, can be included with your updates (especially if you change any of the fields listed above)".

is any mistakes in this step?

OK, now I understand. You'll have to include the client.wyc file in your updates. Also, on your server you should do a 301 redirect from "http://spinningmills.net/licenseupdates/wyserver.wys" to "http://spinningmills.net/SpinSoftVJ/wyserver.wys" so your old version can update.