Jump to content

Manual registration of dlls


Recommended Posts

From http://support.microsoft.com/kb/198038

Regsvr32.exe

Regsvr32.exe allows you to register/un-register DLL and OCX files that are self-registerable. Regsvr32.exe provides rudimentary error codes as well as a silent install option.

Regsvr32.exe is installed with Microsoft Visual Basic and can be found in the System (or System32) directory.

When used, Regsvr32.exe attempts to load the component and call its DLLSelfRegister function. If successful Regsvr32.exe displays a dialog indicating success. If the registration fails, Regsvr32.exe returns a basic error code.

To use the Regsvr32.exe utility to register a component perform the following steps:

  1. Open an MS-DOS Command prompt or from the Windows Start menu, select Run.
  2. Execute the following command line:

    REGSVR32.EXE C:\WINDOWS\SYSTEM\COMPONENT.DLL


    Component.dll is the DLL/OCX to register onto the system. The path to the component must be included in the command line.

    Components can be unregistered using the /u command line parameter.

For additional information on Regsvr32.exe command line parameters, execute the following command from an MS-DOS command line:

REGSVR32.EXE /?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy