Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Registering a .dll through vbscript...

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,1184
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Registering a .dll through vbscript...
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Registering a .dll through vbscript... - 7/27/2004 7:25:14 AM   
  wynken

 

Posts: 2
Score: 0
Joined: 7/23/2004
From:
Status: offline
Hello there!

Is it possible to register a .dll through vbscript? We have a remote PC in Yukon that we need to verify if a .dll is registered and I'm wondering if this can be done through vbscript.

Is there any way to do this in vbscript?

;-) wynken
 
 
Post #: 1
 
 Re: Registering a .dll through vbscript... - 11/2/2004 6:01:16 PM   
  OverAtTheBar

 

Posts: 12
Score: 0
Joined: 11/2/2004
From:
Status: offline
Do you want to register it or verify that it is. To verify you can access any part of the registry. If you know what keys are relivant, you can verify it. Otherwise you can try,

Set WshShell = WScript.CreateObject( "WScript.Shell" )
WshShell.run "c:\windows\system32\regsvr32.exe /s c:\windows\system32\file.dll"

This will register the dll file into the system. Make sure the dll is located where you want it prior to running it and rename accordingly.

You know where to find me,
Corey F.

(in reply to wynken)
 
 
Post #: 2
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Registering a .dll through vbscript... Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts