Configuration file 'C:\my\App.Config' is being used to configure all executables

Posted by Taylor Leese on Stack Overflow See other posts from Stack Overflow or by Taylor Leese
Published on 2010-03-01T23:41:39Z Indexed on 2010/05/20 21:50 UTC
Read the original article Hit count: 715

I have a Visual Studio setup project that installs an application into the task scheduler and also installs a GUI application to manage some configuration parameters in the registry. This being the case, the setup project installs two different primary outputs (.exe's) as part of the process.

I am getting the following warning when I rebuild the setup project:

Configuration file 'C:\my\App.Config' is being used to configure all executables

Is there any way to remove this warning? The suggested MSFT solution apears to be to use a different setup project for each .exe, but I only want the users to have to run one installer. Any suggestions?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about .NET