Regsvr32
The Regsvr32 Tool (regsvr32.exe) is used to register or un–register a COM DLL.
Usage
s regsvr32 [/u] <dllname1> [<dllname2>] [<dllname3>…]
Flags and Parameters
- /u
- Indicates to unregister server.
- <dllname>
- Indicates the path and filename of the DLL to register. You can indicate more than one DLL in this command.
Directory Location
Public\apctest\oak\target\<microprocessor>\<buildtype>
Remarks
This tool must be run from the cesh prompt.
Example Commands
s regsvr32 apctestlog.dll
See Also
Show:

