Click here to Skip to main content
15,885,898 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
I need to create a MSI package for a client, where with each release they can just download the latest version of the application.

I am not entirely sure how this works.

Is there a tutorial that will show how to accomplish this?

I want the user to just be able to check for updates, and if there is, install the latest updates to the app, without having to uninstall and install again, and without having to setup each config file for each instance of the app running all over again.

I will be using Setup and Deployment project in Visual Studio 2010. If there are better alternatives, please list them.

Thanks
Posted

Try WIX.
http://wix.tramontana.co.hu/tutorial[^]
There are also a few articles here in CodeProject about it.
 
Share this answer
 
 
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