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.

link|improve this question
feedback

2 Answers

arg. i should have dug deeper. Looks like ResourceWriter does the same thing and I have no need to redistribute it.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.