Click here to Skip to main content
15,885,435 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am currently making an offline search engine and I would like to know how I can update my software with an update button and the program will update and then close and re-open it self, can anyone plz help??
Posted

1 solution

Try using ClickOnce deployment for distribution. ClickOnce will automatically take care of updating the application.

Update 1:

Check the following links:

How-To: Use ClickOnce to deploy your Applications[^]

ClickOnce - Quick steps to Deploy, Install and Update Windows Based Client Applications[^]

MSDN Reference[^]
 
Share this answer
 
v2
Comments
[no name] 11-Oct-11 22:27pm    
How dose it work??
Venkatesh Mookkan 11-Oct-11 22:33pm    
Updated the 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