Reputation: 230
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.
Upvotes: 2
Views: 373
Reputation: 230
arg. i should have dug deeper. Looks like ResourceWriter does the same thing and I have no need to redistribute it.
Upvotes: 2
Reputation: 74530
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.
Upvotes: 0