How can I set application settings at install time (via installer class)

后端 未结 4 1351
终归单人心
终归单人心 2020-12-16 05:34

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         


        
4条回答
  •  独厮守ぢ
    2020-12-16 05:53

    Well in the end I gave up and had a RunOnce type of method to do this stuff after the app was installed.

提交回复
热议问题