config files

How do I keep from overlaying user config files when distributing a new version. I haven't been using the product long at all, but it seems like I have to include all the files that are needed for the application (.config included). Problem occurs when a user has changed the options that exist in the config file. Then during the application update I overlay it with the config file from the newer version which contains the defaults.

This is a good question. You should include the "default" config files in your installer, however you should not include the config files in any version in wyBuild (any of the tabs). This way, your users will get the initial config files when the install your app, but the config files will remain untouched when wyUpdate installs your updates.

Does that make sense?