Hello,

Our application is a COM addin for Microsoft Office, and therefore requires COM registration. SetupBuilder says that my DLL does not support DLLRegisterServer and therefore doesn't seem to be registering the DLL. I have had to include RegAsm /codebase with the deployment and use it to register the DLL instead. Is there a better way than this? Am I misunderstanding how SetupBuilder registers DLLs? I am still evaluating SetupBuilder and this is a core issue for us. Thanks for your assistance.