I wanted to register a dll library ,so I have to use the RegSvr32 application.How the prog is used(example):
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 [...]
Using RegSvr32.exe