G
Guest
i have a windows app which has an app.config file in the solution. The config
file holds information such as connection string details.
When I create a setup project and include the primary output of my solution
into it then it all installs perfectly....
My issue is this... I may need to amend the app.config file which I do in
notepad on the client machine, however when I need to upgrade the application
I remove the program from the control panel and install the upgraded msi
package... this obviously replaces the amended config file with a "clean"
copy.
How do i ensure that the app.config file which is included in my project is
not deleted when I uninstall the application that it relates to.
Thanks in advance
file holds information such as connection string details.
When I create a setup project and include the primary output of my solution
into it then it all installs perfectly....
My issue is this... I may need to amend the app.config file which I do in
notepad on the client machine, however when I need to upgrade the application
I remove the program from the control panel and install the upgraded msi
package... this obviously replaces the amended config file with a "clean"
copy.
How do i ensure that the app.config file which is included in my project is
not deleted when I uninstall the application that it relates to.
Thanks in advance