I am using tlbimp.exe to generate an assembly from a TLB file. I know that I can use the “asmversion” command line switch to set a custom version number, but how do I set the other information? I would like to set the fields like “Product Name” and “Company”, but I don’t see a way to do this. Can it be done with tlbimp, or any other tools?
Share
You can use tlbimp.exe to insert this information, at least in the latest (beta) version of Visual Studio 2010. (I can’t quite tell if these are new options.)