PDA

Click to See Complete Forum and Search --> : Program Update


mojo69
Dec 30th, 2005, 09:23 PM
Here is my idea. I release a program and download it to a customer. It is a client server app. I place the new release in the same folder on the server and would like to have the client (program) check for the newer version on the server. They could be anywhere on the network and be able to use the ip of the server but not have shared access to the server. How is something like this done? I am more looking for ideas or links to articles on the subject than looking for code ( sure that will come later).........



Thanks in advance..

dglienna
Dec 30th, 2005, 09:31 PM
You will need a shared folder that your app could have access to. Check out the CodeBank. Wokawidget has posted code for his AutoUpdater. You may get some ideas from it.

mojo69
Dec 30th, 2005, 09:32 PM
Thanks I will check that out. I should have looked there first anyway!

Mark Gambo
Dec 30th, 2005, 09:42 PM
We use a Wise Installer (http://www.wise.com/index.asp?bhcp=1) Script that updates the client software from our FTP. If you are interested I can post it for you.