VS2005 Setup Project - How to prevent overwrite of file?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Zmx1dG9waGlsdXM=?=

    VS2005 Setup Project - How to prevent overwrite of file?

    Hi,
    I'm trying to create a VS2005 Setup Project. I have a config file
    (MyApp.exe.conf ig) that I need to deploy only the first time the app is
    installed in a particular location. That is the file should not be
    overwritten if a new version of the app is installed in the same location.
    I know how to deploy the file but how do I prevent overwrite? Is it
    something to do with the Condition property? I got completely lost in docs.
    Any examples?

    Thanks

Working...