d3d8: Get rid of the format switching code in d3d8_device_CopyRects().
[wine.git] / programs / regsvr32 / regsvr32.man.in
blob173e5861879994a806dc49c5f7fe3cfd330d5d3c
1 .TH REGSVR32 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
2 .SH NAME
3 regsvr32 \- Wine DLL Registration Server
4 .SH SYNOPSIS
5 .B regsvr32
6 .RB [ /u "] [" /s "] [" /n "] [" /i "[\fB:\fIcmdline\fR]] " \fIdllname
7 .SH DESCRIPTION
8 .B regsvr32
9 is the Wine dll registration server, designed to be compatible with its Microsoft Windows counterpart.
10 By default, it will register the given dll.
11 .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 .IP \fB/i
17 Call DllInstall passing it an optional \fIcmdline\fR. When used with \fB/u\fR calls DllUninstall.
18 .IP \fB/n
19 Do not call DllRegisterServer; this option must be used with \fB/i\fR.
20 .SH BUGS
21 Bugs can be reported on the
22 .UR http://bugs.winehq.org
23 .B Wine bug tracker
24 .UE .
25 .SH AVAILABILITY
26 .B regsvr32
27 is part of the Wine distribution, which is available through WineHQ,
28 the
29 .UR http://www.winehq.org/
30 .B Wine development headquarters
31 .UE .
32 .SH "SEE ALSO"
33 .BR wine (1),
34 .br
35 .UR http://www.winehq.org/help
36 .B Wine documentation and support
37 .UE .