Is the resgen.exe tool redistributable? I need to be able to create .resources files from .resx files on the fly, and resgen does this - can I redistribute resgen with my app ?? I have read that I can roll my own using the framework ResXResourceReader and ResourceWriter classes, but if I don't want to re-invent the wheel if I don't have to. Thanks! Emby