How to: register a .Net assembly by remote  
Author Message
Gem2036





PostPosted: .NET Remoting and Runtime Serialization, How to: register a .Net assembly by remote Top

Hi guys,

Could someone please suggest the best way to register a .Net assembly (using Regsvcs.exe) from remote That is I want to call the regsvcs on a machine from another machine.

Tanks in advance!



.NET Development35  
 
 
Sean Hederman





PostPosted: .NET Remoting and Runtime Serialization, How to: register a .Net assembly by remote Top

Remote Desktop, VNC, or login script.

 
 
Gem2036





PostPosted: .NET Remoting and Runtime Serialization, How to: register a .Net assembly by remote Top

Thanks Sean, Remote Desktop and VPN are not a good solution for me, for I need to trigger the registration automatically.

Could you (or someone else) please tell me something more about login script

Thanks a lot!


 
 
Sean Hederman





PostPosted: .NET Remoting and Runtime Serialization, How to: register a .Net assembly by remote Top

A login script is not ideal, but basically, can run anything you could do in CMD. So, your network administrator would set up a login script for a user, and that script would run whenever they logged in. You'd have to ask someone a bit more informed than me for me details, but I gather it's not hard, and can be set in the Active Directory administration tools.