Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a project in which installer project already exist and I don't know how to update this project so that the latest coding will be included in the executable setup. Please provide the solution for this problem. How to make the setup from installer so that the software run everywhere?

Is window installer automatically used the database from sqlserver?

Thanks
Balwant
Posted
Updated 5-Apr-11 0:55am
v3

1 solution

Project Installer or setup will install your program on any system. For updating your software, you will need to update/add the required files (.dll, .exe and other project files) on the client system.
Updating the project installer doesn't make sense because every time you make an update, you will need to install the updated installer again on the client system.

Microsoft has Click Once technology through which you can deploy and update your application easily. It is build upon Updater Application Block which is a part of Microsoft Patterns and Practices and gives self updating capabilities to your windows application. Below I am providing useful links which will help you understand and create a deployment and update solution for your project:

Deploying Applications and Components[^]
ClickOnce Security and Deployment[^]

There are other solution developed by many developers for this. If you Google for "application self update" (and similar searches), you will get many options to do it.

Hope it gives you and idea and takes you to a correct direction!

Good luck!
Ankur
 
Share this answer
 
v2

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