regsvr32.man.in 1.03 KB
Newer Older
1 2 3 4
.TH REGSVR32 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
regsvr32 \- Wine DLL Registration Server
.SH SYNOPSIS
5 6
.B regsvr32
.RB [ /u "] [" /s "] [" /n "] [" /i "[\fB:\fIcmdline\fR]] " \fIdllname
7 8 9 10 11
.SH DESCRIPTION
.B regsvr32
is the Wine dll registration server, designed to be compatible with its Microsoft Windows counterpart.
By default, it will register the given dll.
.SH COMMANDS
12
.IP \fB/u
13
Unregister the specified dll.
14
.IP \fB/s
15
Run regsvr32 silently (will not show any GUI dialogs).
16 17 18 19
.IP \fB/i
Call DllInstall passing it an optional \fIcmdline\fR. When used with \fB/u\fR calls DllUninstall.
.IP \fB/n
Do not call DllRegisterServer; this option must be used with \fB/i\fR.
20 21
.SH BUGS
Bugs can be reported on the
22
.UR https://bugs.winehq.org
23 24 25 26 27 28
.B Wine bug tracker
.UE .
.SH AVAILABILITY
.B regsvr32
is part of the Wine distribution, which is available through WineHQ,
the
29
.UR https://www.winehq.org/
30 31
.B Wine development headquarters
.UE .
32
.SH "SEE ALSO"
33 34
.BR wine (1),
.br
35
.UR https://www.winehq.org/help
36 37
.B Wine documentation and support
.UE .