[AccessD] registering a .dll file winXP?

David A Gibson dgibso at uark.edu
Tue Dec 12 14:52:21 CST 2006



Regsvr32

Registers .dll files as command components in the registry.


Syntax

regsvr32 [/u] [/s] [/n] [/i[:cmdline]] DllName


Parameters

/u
Unregisters server.
/s
Specifies regsvr32 to run silently and to not display any message boxes.
/n
Specifies not to call DllRegisterServer. You must use this option with /i.
/i:cmdline
Calls DllInstall passing it an optional [cmdline]. When used with /u, 
it calls .dll uninstall.
DllName
Specifies the name of the .dll file that will be registered.
/?
Displays help at the command prompt.


Examples

To register the .dll for the Active Directory Schema, type:

regsvr32 schmmgmt.dll


David G.


At 02:37 PM 12/12/2006, Alun wrote:
>hello,
>
>what's the syntax for registering a .dll in winXP using the dos box?
>
>TIA
>alun
>
>
>--
>AccessD mailing list
>AccessD at databaseadvisors.com
>http://databaseadvisors.com/mailman/listinfo/accessd
>Website: http://www.databaseadvisors.com

David A. Gibson
Computer Support Specialist II
University of Arkansas
232 Silas H. Hunt Hall
1 University of Arkansas
Fayetteville, Arkansas  72701
800-377-8632
(479) 575-4654
<http://www.uark.edu>www.uark.<http://www.uark.edu>edu

The University of Arkansas
Nationally Competitive- Student Centered- Research University




More information about the AccessD mailing list