I have a windows installer project. The app.config in the application consists of some WCF endpoints and some customizable user settings. When I do an upgrade of the application I would like to get those values from the app.config that exists on the system, and replace them in the app.config about to be copied to the system. I inherited this application, so I am limited in changes to the model (most of the responses I have found online to this question suggest to remove all customizable settings out of app.config so the installer can just replace app.config, but I can't). I would have it just ignore app.config on upgrades but there are some binding redirects that changed between the two versions. What would be the cleanest way to achieve this?
Thanks, Joshua Linker ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users