regsvr32.man.in 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  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 https://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 https://www.winehq.org/
  30. .B Wine development headquarters
  31. .UE .
  32. .SH "SEE ALSO"
  33. .BR wine (1),
  34. .br
  35. .UR https://www.winehq.org/help
  36. .B Wine documentation and support
  37. .UE .