Tips n Tracks

  • Increase font size
  • Default font size
  • Decrease font size
  • default color
  • black color

Reference

Sample image

Microsoft .NET Framework Get Details.

Sample image

Microsoft .NET Framework Get Details.

Reference

Sample image Microsoft .NET Framework Get Details.
Sample image

Microsoft .NET Framework Get Details.


How can I register (install) a .dll on windows?


How can I register (install) a .dll on windows?

To register (install) a .dll on windows Microsoft provided a command-line tool ‘Regsvr32.exe’. Regsvr32 registers .dll files as command components in the windows registry.

When you use Regsvr32.exe, it attempts to load the component and call its DLLSelfRegister function. If this attempt is successful, Regsvr32.exe displays a dialog indicating success. To register dll go to start > Run

Tip..!!
You can also register a dll by creating a .bat file. Now we see example to register dll ‘RTF_to_HTM.dll’. Open Notepad.exe and put text ‘regsvr32 RTF_to_HTM.dll’ and save it.
File Name – registerDLL.bat
Save as Type – All Files

Put the bat file in folder where you dll is present and run bat to register it.

Syntax

regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname

Parameters
/u Unregisters server.
/s Specifies regsvr32 to run silently and to not display any message boxes.
/n Specifies not to call DllRegisterServer. You must use this option with /i.
/i:cmdline Calls DllInstall passing it an optional [cmdline]. When used with /u, it calls dll uninstall.
dllname Specifies the name of the dll file that will be registered.
/? Displays help at the command prompt.

Example:

regsvr32 RTF_to_HTM.dll

or

regsvr32.exe RTF_to_HTM.dll

Chetan love blogging. He regularly blogs at http://www.tipsntracks.com. You can connect with Chetan on Twitter, Facebook and Google Plus...

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

Thanks for the valuable information

Comment by Server Services on February 19, 2009 @ 2:00 am

[...] Hi You can check it here: How can I register (install) a .dll on windows? | Tips n Tracks Might be it will help you somehow. __________________ I am Andrew Demm. Tech Specialist. [...]

Pingback by How to install SSLEAY32.dll on February 19, 2009 @ 2:01 am

Leave a comment

(required)

(required)

*
To prove that you're not a bot, enter this code
Anti-Spam Image