dinfo Site Admin
Joined: 25 Jun 2006 Posts: 31
|
Tue Aug 22, 2006 6:39 pm Subject : What is Regsvr32.exe ? |
|
|
Regsvr32.exe is an application that is used to register dynamic-link libraries (DLLs) and ActiveX controls (formerly called OLE Custom Controls) in the Microsoft Windows 95 and Microsoft Windows NT registries.
The Regsvr32 parameters are
Regsvr32 [/u] [/n] [/i[:cmdline]] dllname
/u - Unregister server<BR/>
/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 |
|