| General Databases (73) Linux (41) Outside the Cube (5088) Programming (679) Web publishing (65) Windows (431) Apache (6) File Types (33) Internet Explorer (6) Network (11) Passwords (6) Printing Processes (13) Programming (318) New related comments Number of comments in the last 48 hours How to send an email (SMS) to any cell phone without knowing the provider |
Register (install) a DLL on Windows from the command line?
(2 votes). Leave comments and/ or rate it.
Question: How can I register (install) a DLL on Windows from the command line?Answer: It is possible that your application requires this DLL to be on the search path. In this case you could move it to \Windows\System32Or the application requires it to be in the application directory. Now to register it, you need to move to the directory where the DLL is located and use the commandline tool RegSvr32. This tool should be on your search path (in \Windows\System32). At the command prompt do the following:
Comments:
| ||||||||||||||||||