How can I register a COM-visible assembly in code like REGASM?
Background: I have to deploy a dll with a legacy Delphi 5 application, but the DLL is C# written and made COM Visible.
Is there a way I can replicate this functionality dynamically in code (regasm xxx.dll), as the legacy application is launched from a network path (no local installation on all the clients).
Thanks