I have a installer app with a embedded .resx file with some information, like server name, port, password etc... I have to generate this installer (this process is automated, and is done through our website) for each customer. This is working fine I use ildasm for disassembler and replace the resx file, and then I use ilasm to make .exe again. But after this process the .exe lost our icon, putting the default one in it's place.
I cannot find a way to change the default icon.
Thanks