| Author: avtar 04 Sep 2008 | Member Level: Gold | Rating: Points: -9 |
The regsvr32 utility is part of the Microsoft® Windows operating system and can be used to register a dll manually.
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
Regsvr.exe few users think regsvr.exe is essential for Windows or an installed application. few user think it's neither essential nor dangerous. some users think regsvr.exe is dangerous and recommend to remove it.. few user doesn't grade regsvr.exe ("not sure about it").
|