How to package settings file with setup wizard
How to include the settings file when packaging up a windows project using the wizard?
I am setting some of my object properties by using the Properties.Settings.Default.MyProperty.
How do I add this file that holds my propertys to my setup wizard so that it can be used on the client?
Erik