View Single Post
  #4  
Old 08-14-2008, 09:44 AM
pdmckenzie pdmckenzie is online now
Registered User
 
Join Date: 07-07-2008
Posts: 4
I had this same problem for a bit. What I had to do was add a '/s' to the regsvr32 command to suppress the dialogue/popup box on the remote server. If you don't suppress it, the remote server ends up waiting for user input it will never get, and subsequently 'hangs'.

My command in VisBuildPro ended up looking like: regsvr32.exe /s e:\path\to\my\dll
Reply With Quote