How to modify .NET config files during installation?

前端 未结 5 910
有刺的猬
有刺的猬 2020-11-27 03:40

I use the app.config file to store some values (path to a mapping database, data connection selections). These settings differ on the user machines and I would like the inst

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-27 04:06

    If you're using a VS setup project, have you created a custom action? I've used them for everything from poking XML values to deploying databases.

提交回复
热议问题