Automatic update of application with latest version.

poojathakur_13

New member
Joined
Nov 24, 2005
Messages
3
Programming Experience
1-3
Hi All,
I have an application that is deployed on multiple machines. Now i want to know how can i update the application with the latest version as there are many updates that keep coming in. I dont want to uninstall the application again and again, is there a way where i can just specify the location from where i can pick up the latest version of the application whenever the application starts. This location specification should be made in the setup and deployment project itself.

It's quite urgent.
Thanks in advance.
 
I don't think Setup project have automatic update feature, but ClickOnce deployment has. (project properties, Publish tab)
 
There is also the option of designing your own updater, make some use of My.Computer.Network.DownloadFile() method.
 
Back
Top