Click here to Skip to main content
15,913,333 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
We are developing a project and now i need some help on Upgrading the software after we deliver it to the client through ONline.


we develop in c#, and the way i want it to be is .

1. we sell the product.
2. when client tries to install it, the product must check for any update in our server.
3. if it finds an updated version it should connect to server
4.It should only download the Updates from the server and install in the client and Upgrade to he latest verion.


I dont want the whole(latest) product again to be downloaded and install in the client system.

I want only the updates to be installed which usually will be in KB's.

thanks in advance
Posted

1 solution

Check out ClickOnce. It might help.
 
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