Click here to Skip to main content
15,921,531 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi there,

i would like create a application that checks if the is a update on a link/file on the web if there is i must be able to download it. if there is no update do nothing.

can you you help me thank you.
Posted
Comments
ZurdoDev 25-Oct-13 7:23am    
Write a webservice and then call it when your app launches.
Nico_Travassos 25-Oct-13 7:46am    
is there no way u can do thru a application

If you want to check application updates you can use a ClickOnce deployment. Check out here:
http://msdn.microsoft.com/en-us/library/142dbbz4%28v=vs.90%29.aspx[^]

Otherwise you need to do this yourself in code. You can use the WebClient class for example:
http://msdn.microsoft.com/en-us/library/system.net.webclient.aspx[^]

Good luck!
 
Share this answer
 
Hi, thanks to this video tutorial, you can learn how to make a great update system.
its works great, and you can cutomize it easly.
(the best update system i found untill now)


http://www.youtube.com/watch?v=325Uxy5nVI0&feature=c4-overview-vl&list=PL3iOx6lykrwqc_KuJWIU3yAyTP2C7h_xE</a>[^]

hope it helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900