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