Search notes:

regsvr32.exe

Microsoft© Register Server
regsvr32 [/u] [/s] [/n] [/i[:cmdline]] <name-of-DLL>

Command line options

/u Unregisters server.
/s Silent operation: prevents displaying messages.
/i:<cmdline> Passes an optional command-line string (cmdline) to DllInstall. If you use this parameter with the /u parameter, it calls DllUninstall.
/n Prevents calling DllRegisterServer. This parameter requires you to also use the /i parameter.
/? Displays help at the command prompt.

Index