tags:

views:

166

answers:

2

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?

A: 

Uses another process to remotely execute: http://www.pcreview.co.uk/forums/thread-2187616.php

Or use a script as in this article: http://www.eggheadcafe.com/articles/20010819.asp

Jamie
+3  A: 

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

jamesaharvey