2008-10-09

Register a DLL or an OCX

To manually register a DLL or an OCX file in Windows use the following command:

regsvr32 [/u] [/s] <path_to_file>

where /u stands for unregister and /s for silent.

Example:

regsvr32 %systemroot%/system32/comdlg32.ocx

Niciun comentariu: