Search code examples
c#comregasm

Remotely run Regasm?


I have a C# COM component that needs to be pushed out & registered to a remote computer. Does anyone know if this is possible via the Regasm?


Solution

  • You should give psexec/pstools a try. Here is a link: http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx.