Computing.Net > Forums > Programming > Script To Register Adssecurity.dll

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to get for your free account now!

Script To Register Adssecurity.dll

Reply to Message Icon

Name: Mauriceslife
Date: November 27, 2008 at 19:50:26 Pacific
OS: Windows XP
CPU/Ram: 512
Manufacturer/Model: HP
Comment:

Does anyone have a script to register adssecurity.dll on multiple systems

Thanks
Mo


Report Offensive Message For Removal

Sponsored Link
Ads by Google

Response Number 1
Name: Judago
Date: November 29, 2008 at 15:45:06 Pacific
Reply:

I know nothing about adsecurity.dll, will it register properly using regsvr32? If so it should be simple to use a batch script.

regsvr32 /s Adssecurity.dll

The only real problem is that it either shows a message box or doesn't give any response with the /s switch. There doesn't seem to be any middle ground, like an errorlevel or success message. Chances are that it should work fine, but with no automated way of checking for success(excluding a search of the registry) you may, on a very rare occasion, need to re-register the dll.


---------------------------
RegSvr32
---------------------------
No DLL name specified.

Usage: regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
/u - Unregister server
/s - Silent; display no message boxes
/i - Call DllInstall passing it an optional [cmdline]; when used with /u calls dll uninstall
/n - do not call DllRegisterServer; this option must be used with /i
---------------------------
OK
---------------------------



Report Offensive Follow Up For Removal
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Script To Register Adssecurity.dll

Unable to register comdlg32.dll www.computing.net/answers/programming/unable-to-register-comdlg32dll/18835.html

How to register a .NET dll www.computing.net/answers/programming/how-to-register-a-net-dll/5440.html

Login script to windows 2000 www.computing.net/answers/programming/login-script-to-windows-2000/17920.html