Click here to Skip to main content
15,899,679 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have created one WPF application and created one setup file. Its working fine but client suggested something and then I developed newer version of my application. Now I want to create setup of newer WPF application which can just update necessary files rather than uninstall older and install new one. I am creating some settings for application but when I install newer version it deletes all settings and application structure.

Please help me.

Thanks in advance.
Posted
Comments
gggustafson 28-May-14 13:32pm    
Have you investigated Inno Setup (http://www.jrsoftware.org/isinfo.php). I use it to deploy my applications. There are capabilities to be selective.
Member 10420430 29-May-14 1:13am    
Thanks . I didn't check it but is it not possible by without third party means using .net .
gggustafson 29-May-14 10:16am    
Although Visual Studio provides a Windows Installer, I have never used it except for CAB files. I am sure that, if you research the Visual Studio setup and deployment project documentation, you will probably find what you want. If not, try Inno.

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