I have two C# executables, patcher.exe, and generator.exe.
Now patcher.exe has a .Net resource 'config.dat', and it's empty.
What I want is that generator.exe, can change (completely overwrite) the config.dat of the patcher. This is so that we can distribute patchers with different configuration to different people, without them actually knowing much about the internal processing, nor knowing how the config.dat is generated.
So how to dynamically change the .Net resource of patcher.exe from generator.exe?