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


i m new in window based application development. my problem is that first i make of exe file using set up project and upload on the server.user can download this exe.
when i upload new version exe then i want to provide the notification popup to running user for download new one exe..



thank....
Posted

1 solution

Two options:

Either use ClickOnce, which supports update notification and auto-update

Or, write a simple update checker (e.g. using WebRequest to look up a particular page on your server where you store the version number) and include that in your application.
 
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