如何在每次创建设置时更改设置
我为客户开发了一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不创建一个“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