I have a Visual Studio setup project that has an Installer class. In the installer class I set a setting as follows:
MessageBox.Show(Properties.Settings.Defa
Well in the end I gave up and had a RunOnce type of method to do this stuff after the app was installed.