po: Update Czech translation.
[wine/multimedia.git] / programs / regsvr32 / regsvr32.man.in
blob33c9f42eee1161c558e8f9504e62517c4b5cc5e8
1 .TH REGSVR32 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
2 .SH NAME
3 regsvr32 \- Wine DLL Registration Server
4 .SH SYNOPSIS
5 .BR "regsvr32 [/u] [/s] [/n] [/i [:cmdline]] dllname"
6 .SH DESCRIPTION
7 .B regsvr32
8 is the Wine dll registration server, designed to be compatible with its Microsoft Windows counterpart.
9 By default, it will register the given dll.
10 .SH COMMANDS
11 .IP "\fl/u dllname\fR"
12 Unregister the specified dll.
13 .IP "\fl/s\fR"
14 Run regsvr32 silently (will not show any GUI dialogs).
15 .IP "\fl/i\fR"
16 Call DllInstall passing it an optional [cmdline]. When used with /u calls DllUninstall.
17 .IP "\fl/n\fR"
18 Do not call DllRegisterServer; this option must be used with [/i].
19 .SH "SEE ALSO"
20 .BR wine(1)