- Regsvr32
regsvr32
is a command-line utility inMicrosoft Windows operating system s for registering and unregistering DLLs andActiveX controls in theWindows Registry . [ [http://technet.microsoft.com/en-us/library/bb490985.aspx Microsoft TechNet Regsvr32 article] ]To be used with regsvr32, a DLL must export the functions
DllRegisterServer
andDllUnregisterServer
. [* [http://support.microsoft.com/?id=207132 INFO: How Regsvr32.exe Registers and Unregisters COM DLLs] ]Example usage
regsvr32 foo.dll
for installing a fileregsvr32 /u foo.dll
for uninstalling a fileIf another copy of foo.dll exists in the system search path, regsvr32 may choose that copy instead of the one in the current directory. This problem can usually be solved by specifying a full path (e.g., c: empfoo.dll) or using the following syntax:
regsvr32 .foo.dll
References
External links
* [http://technet.microsoft.com/en-us/library/bb490985.aspx Microsoft TechNet Regsvr32 article]
* [http://support.microsoft.com/kb/q249873/ Explanation of Regsvr32 Usage and Error Messages]
* [http://www.liutilities.com/products/wintaskspro/processlibrary/regsvr32/ WinTasks: regsvr32.exe - Process Information]
* [http://blogs.msdn.com/csharpfaq/archive/2004/08/02/206158.aspx C# Frequently Asked Questions: What is the equivalent to regsvr32 in .NET?]----
Wikimedia Foundation. 2010.