| .TH REGSVR32 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs" |
| regsvr32 \- Wine DLL Registration Server |
| .BR "regsvr32 [/u] [/s] [/n] [/i [:cmdline]] dllname" |
| is the Wine dll registration server, designed to be compatible with its Microsoft Windows counterpart. |
| By default, it will register the given dll. |
| Unregister the specified dll. |
| Run regsvr32 silently (will not show any GUI dialogs). |
| Call DllInstall passing it an optional [cmdline]. When used with /u calls DllUninstall. |
| Do not call DllRegisterServer; this option must be used with [/i]. |