How can I exclude web.config (or app.config) file in visual studio installer if it already exist on target machine (and folder)?
Normally, web.config and app.config file contains configuration information related to the particular customer. If they just install setup, their config files will be overwritten. I want to check for existence of configuration file before overwriting them. If config file is already there, I do not want to overwrite it.