I created a small simple Windows program in Visual Studio, the i added a Setup project to the solution. Now i can install my program, and when i update something in the Windows program i can quickly build a new installer, however i got 1 problem. My windows program contains a settings file and when i Uodate/Reinstall my settings file is reset, How can this be avoided, i want to be able to update my program from a setup file without resetting the settings file ?
So anyone plz help me or point the right direction :)