How to modify .NET config files during installation?

前端 未结 5 886
有刺的猬
有刺的猬 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:25

    I know this is an old question but we didn't want to use WIX either for a very simple little installer. I found this article that explains in a lot of detail exactly how to do it. It worked perfectly for us.

    http://www.c-sharpcorner.com/UploadFile/ddoedens/CustomUI11102005042556AM/CustomUI.aspx

提交回复
热议问题