Ok I have two projects in my solution, one is a email facility that has an app.config file which states the SMTP Host and error email address etc... The other is a project that uses the email project, this also has its own app.cofig. I want to be able to edit both config files after the msi has installed but only the second config file appears with the executable as its for the startup project.
Any ideas on how to do this?