问题
How do I create an update patch that updates the application without having to reinstall the application in newer version?
Also, how could I combine other software such as SQL express and printer driver with the application setup file?
I have used Visual Studio 2010 to develop my application.
回答1:
Here is a useful link for you :
http://www.codeproject.com/Articles/125721/Installer-and-Patching-Program-using-Visual-Studio
You can combine other software such as SQL express and printer driver with the application by adding custom action in the setup project.
回答2:
What you can patch depends up how you partitioned it in the first place. Did you design it to be patched? If not the best case may be bite the bullet and reinstall a newer version.
来源:https://stackoverflow.com/questions/7491863/how-to-create-an-update-patch-for-windows-application