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
I honestly don't know if this is supported during an installer - but if it is, make sure you're calling Save() on Settings.Default.
Save()
Settings.Default