Instructions for manually registering a dll or ocx file on a Windows system.
To register a dll or ocx use one the following commands respectively:
regsvr32 file_to_be_registered.dll
regsvr32 file_to_be_registered.ocx
Likewise, to unregister a dll or ocx using the appropriate command:
regsvr32 /u file_to_be_unregistered.dll
regsvr32 /u file_to_be_unregistered.ocx