I have to distribute a software with 2 different names and, obviously, with different assembly information, such as name, descriptions, company etc.
I'm focusing to find the easy way to handle this huge problem by only changing the compiled EXE name/icon/etc.
Changing icon is not a problem, I found an easy post compilation script. But I cant find any article about changing assembly infos.
- I tried with Mono.Cecil but the resulting exe is always corrupted
- I tried to create a new wpf project extending the original App class but it wont start because of resources not found and others errors
- I read thousands of articles but none helped me..
Have you got any tips for me? or at least a new ways to go?