app config file replaced by autoupdater

Hi

updates works fine for few versions and i created a new exe and install in client base they configure the app config filefor connecting to database server.

after autoupdate completes it replaced the app config file,every time they had to configure app config file.

how can we make steps to app config file not replaced by auto update.

i didn't make any change in app config file from version 1.1 to till 1.10..

any things missed could u kindly inform me ,i indeed your help.

Hey Senthil,

Is the app config file generated by your app? If so, you don't have to include it in the wyBuild project at all -- just let your app generate it automatically if it's missing (i.e. first run).

If your app doesn't generate missing config files, then simply include an example config file (e.g. "app config-example") that your app makes a copy of if the actual config file location if it's missing.