Problems when uploadLocked

Can you please give me instructions to setup IIS for wyBuild to upload the wyBuild and Update files to a local FTP server. As soon as I try to connect or upload I receive error messages like: no host or Username or password do not exist. I am using Windows 7.

Thanks

It sounds like you're running the server on the same machine you're building updates If you don't want to setup an FTP severs you can just copy the *.wyu and *.wys files to the updates folder where wyUpdate will download the files.

If you do want to setup the FTP server, here are some instructions: http://www.online-tech-tips.com/compute ... ndows-iis/

It sounds like you're running the server on the same machine you're building updates If you don't want to setup an FTP severs you can just copy the *.wyu and *.wys files to the updates folder where wyUpdate will download the files.

Yes, Wyatt you are right it, is the same machine. But this update folder you talk about where on my c: drive or shared network folder should it be and how will the .Net component (AutoUpdater) on my Application's main form know where to dowload the *wyu and *.wys files from.

Thanks again for your help.

You need to create an http server (with IIS, apache, Lighttpd, Nginx, or any other server software). Test it to see if it works. That is, open http://localhost/ in your browser. It should show a page.

Then in your root web folder, create an "updates" folder. Now in wyBuild specify the update site as "http://localhost/updates/%file%". Rebuild your updates, and finally copy the *.wyu and *.wys files there.

Now when you run wyUpdate (or use the AutomaticUpdater control) your app will update.