HomeSearchContact UsForum

Home
Register or unregister a DLL
Click here to run a free scan for dll/ocx related errors
Friday, 23 November 2007

Syntax
      REGSVR32 [/U] [/S] [/C] [/I:[Command_Line]] DLL_Name

      REGSVR32 [/U] [/S] [/C] /N /I:[Command_Line] DLL_Name
Key
  
   /u          Unregister Server.
   /s          Silent - no dialogue boxes.
   /c          Console output.
   /n          Don't call DllRegisterServer
   /i          Call DllInstall (or DllUninstall if /u is specified)
  Command_Line An optional command line for DllInstall
Examples

Unregister (disable) XP Zip folders
REGSVR32 /u C:\Windows\System32\zipfldr.dll

Unregister (Disable) CAB file viewer:
REGSVR32 /u C:\Windows\System32\cabview.dll

Register (enable) XP Zip folders
REGSVR32 zipfldr.dll

Register (enable) CAB file viewer:
REGSVR32 cabview.dll

Register Windows Update DLLs (for those times when XP repair breaks Windows Update)
regsvr32 /s wuapi.dll
regsvr32 /s wuaueng1.dll
regsvr32 /s wuaueng.dll
regsvr32 /s wucltui.dll
regsvr32 /s wups2.dll
regsvr32 /s wups.dll
regsvr32 /s wuweb.dll

Last Updated ( Friday, 23 November 2007 )
 
How to extract a system file from the Windows setup CD-ROM?
Click here to run a free scan for dll/ocx related errors
Monday, 17 September 2007

There are situations where you need to expand a DLL file or any other system file from the Windows setup CD-ROM, in order to replace a corrupt or missing file in the system. Here are the instructions to expand a file from the source CD.

Note: If you have a Service Pack installed, you need to extract the latest copy of the DLL. Your base Windows setup CD (without any Service Packs included) will not help if you already have a Service Pack installed in your system. Therefore, make sure that you're extracting the system file from a slipstreamed Windows setup CD-ROM (SP2 integration), or get the updated files from %Windir%\ServicePackFiles\i386 folder.

Last Updated ( Monday, 17 September 2007 )
 
Dll(Dynamic-link library)
Click here to run a free scan for dll/ocx related errors
Friday, 14 September 2007

Dynamic-link library (also written without the hyphen), or DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or DRV (for legacy system drivers).

The file formats for DLLs are the same as for Windows EXE files — that is, Portable Executable (PE) for 32-bit Windows, and New Executable (NE) for 16-bit Windows. As with EXEs, DLLs can contain code, data, and resources, in any combination.

In the broader sense of the term, any data file with the same file format can be called a resource DLL. Examples of such DLLs include icon libraries, sometimes having the extension ICL, and font files, having the extensions FON and FOT.

 
how to register dll:

After you download "*.Dll" on your machine,copy it to windows/system32/, go to "start" ==> "run" and type "regsvr32\*.dll" to register the file to the system. For windows 95/98/xp/nt,and win vista.

Related Items

Polls

Have you found the dll file you are looking for?
 

Who's Online

We have 13 guests online