logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

regsvr32 - Wine DLL Registration Server

Availability

regsvr32 is part of the Wine distribution,  which  is  available  through  WineHQ,  the  Winedevelopmentheadquarters.

Bugs

       Bugs can be reported on the Winebugtracker.

Commands

/u     Unregister the specified dll.

       /s     Run regsvr32 silently (will not show any GUI dialogs).

       /i     Call DllInstall passing it an optional cmdline. When used with /u calls DllUninstall.

       /n     Do not call DllRegisterServer; this option must be used with /i.

Description

regsvr32  is  the  Wine  dll  registration  server,  designed to be compatible with its Microsoft Windows
       counterpart.  By default, it will register the given dll.

Name

       regsvr32 - Wine DLL Registration Server

See Also

wine(1),
       Winedocumentationandsupport.

Wine 10.0                                         November 2010                                      REGSVR32(1)

Synopsis

regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname

See Also