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
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