Anyone know whether you can redistribute resgen.exe as part of your application? There doesn't seem to be any documentation on this on MSDN.
Redistribute resgen
382 Views Asked by Darren At
2
Anyone know whether you can redistribute resgen.exe as part of your application? There doesn't seem to be any documentation on this on MSDN.
More likely than not, it has to be distributed with the .NET framework due to the EULA, so you would have to distribute the full install of .NET for whatever version of the framework you want to run resgen with.