M
mmitchell
I have a VB.Net 2005 solution that uses an installer project to
install.
When I do an install I would like the app.config/application config
file to be installed only when there isn't one already on the users
workstation. I don't want to overwrite the settings every time I
update the application.
I removed the app.config, created a config with the application name
and then added file to the install project and marked the condition to:
Not Installed, but it insists on overwriting the local version.
Any idea on how to get around this?
Thanks
Mike
install.
When I do an install I would like the app.config/application config
file to be installed only when there isn't one already on the users
workstation. I don't want to overwrite the settings every time I
update the application.
I removed the app.config, created a config with the application name
and then added file to the install project and marked the condition to:
Not Installed, but it insists on overwriting the local version.
Any idea on how to get around this?
Thanks
Mike