I recently created an application in WPF.
I want to be able to change the application Logo, The Form title and make other customizations from a Builder (winforms app) that compiles the WPF application from source file to Executable
Could someone please show a code example on how can I compile a WPF application using C# ? I know how to compile a .cs source file using CSharpCodeProvider but is it possible to use the CodeProvider to compile a WPF from source file ?
Anyhelp would be highly appreciated