1REGSVR32(1) Wine Programs REGSVR32(1)
2
3
4
6 regsvr32 - Wine DLL Registration Server
7
9 regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllname
10
12 regsvr32 is the Wine dll registration server, designed to be compatible
13 with its Microsoft Windows counterpart. By default, it will register
14 the given dll.
15
17 /u Unregister the specified dll.
18
19 /s Run regsvr32 silently (will not show any GUI dialogs).
20
21 /i Call DllInstall passing it an optional cmdline. When used with
22 /u calls DllUninstall.
23
24 /n Do not call DllRegisterServer; this option must be used with /i.
25
27 Bugs can be reported on the Wine bug tracker ⟨https://bugs.winehq.org⟩.
28
30 regsvr32 is part of the Wine distribution, which is available through
31 WineHQ, the Wine development headquarters ⟨https://www.winehq.org/⟩.
32
34 wine(1),
35 Wine documentation and support ⟨https://www.winehq.org/help⟩.
36
37
38
39Wine 4.21 November 2010 REGSVR32(1)