PDA

View Full Version : regasm /codebase /tlb



BRP
09-07-2015, 02:34 PM
I need to have the installer register a COM Interop and have tried a few suggestions I have found, but none worked. The below command is what I use to manually register the DLL & it works perfect.

What are the options in the SetupBuilder to duplicate this?

%SystemRoot%\Microsoft.NET\Framework\v2.0.50727\re gasm.exe <FILENAME>.dll /codebase /tlb

-Brian

linder
09-08-2015, 03:00 AM
Hello,

Try to install both .tlb and .dll files and then use "Register File Operation" -> "COM Interop Register (/codebase) .NET Assembly immediately" on your .tlb file.

Friedrich