如何在每次创建设置时更改设置

发布于 2024-11-09 11:36:15 字数 191 浏览 0 评论 0原文

我为客户开发了一个wpf应用程序,我不想给出源代码。由于客户想要为不同的用户组更改应用程序中的徽标和几个链接,我如何为他提供每次创建具有不同设置的设置的功能?

我想提供 debug 文件夹,以便他可以更改 exe.config 并使用 Inno setup 创建安装程序。这是正确的方法还是您可以指导我另一个解决方案吗?

谢谢, 文克兹

I have developed a wpf application for a client and I dont want to give the source code. Since the client wants to change the logo and few links in the application for his different set of users, how can I give a functionality for him to create a setup with different settings each time?

I thought of giving the debug folder so that he can change the exe.config and create the setup with Inno setup. is this the right way or can you please guide me another solution?

Thanks,
Venkz

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

野心澎湃 2024-11-16 11:36:15

为什么不创建一个“app.config”(应用程序配置)文件?它只是一个具有已定义语法的简单 XML 文件,您也可以定义自己的配置设置。

有关此内容的更多信息,请参阅 MSDN:
http://msdn.microsoft.com/en-us/library/kza1yk3a.aspx

Why don't you create an "app.config" (application configuration) file? It's just a simple XML file with defined syntaxes or you can define your own configuration settings.

For more info about this, see this on MSDN:
http://msdn.microsoft.com/en-us/library/kza1yk3a.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文