msiexec.man.in 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. .TH MSIEXEC 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
  2. .SH NAME
  3. msiexec \- Wine MSI Installer
  4. .SH SYNOPSIS
  5. .B msiexec
  6. .I command
  7. .RI { "required parameter" }
  8. .RI [ "optional parameter" ]...
  9. .SH DESCRIPTION
  10. .B msiexec
  11. is the Wine MSI installer, which is command line
  12. compatible with its Microsoft Windows counterpart.
  13. .SH INSTALL OPTIONS
  14. .IP \fB/i\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
  15. Install {package|productcode} with property=foobar.
  16. .IP \fB/a\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
  17. Install {package|productcode} in administrator (network) mode.
  18. .IP \fB/x\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
  19. Uninstall {package|productcode} with property=foobar.
  20. .IP \fB/uninstall\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
  21. Same as \fB/x\fR.
  22. .SH REPAIR OPTIONS
  23. .IP \fB/f\fR\ \
  24. \fR[\fBp\fR|\fBo\fR|\fBe\fR|\fBd\fR|\fBc\fR|\fBa\fR|\fBu\fR|\fBm\fR|\fBs\fR|\fBv\fR]\ \
  25. \fR{\fIpackage\fR|\fIproductcode\fR}
  26. Repair an installation. Default options are \'omus\'
  27. .IP "\fBp\fR"
  28. Reinstall the file if it is missing.
  29. .IP "\fBo\fR"
  30. Reinstall the file if it is missing or if any older version is installed.
  31. .IP "\fBe\fR"
  32. Reinstall the file if it is missing, or if the installed version is equal or older.
  33. .IP "\fBd\fR"
  34. Reinstall the file if it is missing or a different version is installed.
  35. .IP "\fBc\fR"
  36. Reinstall the file if it is missing or the checksum does not match.
  37. .IP "\fBa\fR"
  38. Reinstall all files.
  39. .IP "\fBu\fR"
  40. Rewrite all required user registry entries.
  41. .IP "\fBm\fR"
  42. Rewrite all required machine registry entries.
  43. .IP "\fBs\fR"
  44. Overwrite any conflicting shortcuts.
  45. .IP "\fBv\fR"
  46. Recache the local installation package from the source installation package.
  47. .SH PATCHING
  48. .IP \fB/p\ \fR{\fIpatch\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
  49. Apply \fIpatch\fR. This should not be used with any of the above options.
  50. .SH UI CONTROL
  51. .IP \fB/q\fR[\fBn\fR|\fBb\fR|\fBr\fR|\fBf\fR]
  52. These options allow changing the behavior of the UI when installing MSI packages.
  53. .IP \fB/q\fR
  54. Show no UI.
  55. .IP \fB/qn
  56. Same as \fB/q\fR.
  57. .IP \fB/qb
  58. Show a basic UI.
  59. .IP \fB/qr
  60. Shows a reduced user UI.
  61. .IP \fB/qf
  62. Shows a full UI.
  63. .SH LOGGING
  64. .IP \fB/l\fR[\fB*\fR]\
  65. [\fBi\fR|\fBw\fR|\fBe\fR|\fBa\fR|\fBr\fR|\fBu\fR|\fBc\fR|\fBm\fR|\fBo\fR|\fBp\fR|\fBv\fR]\
  66. [\fB+\fR|\fB!\fR]\ {\fIlogfile\fR}
  67. Enable logging to \fIlogfile\fR. Defaults are \'iwearmo\'.
  68. .IP "\fB*\fR"
  69. Enable all logging options except \'v\' and \'x\'.
  70. .IP "\fBi\fR"
  71. Log status messages.
  72. .IP "\fBw\fR"
  73. Log nonfatal warnings.
  74. .IP "\fBe\fR"
  75. Log all error messages.
  76. .IP "\fBa\fR"
  77. Log start of actions.
  78. .IP "\fBr\fR"
  79. Log action specific records.
  80. .IP "\fBu\fR"
  81. Log user requests.
  82. .IP "\fBc\fR"
  83. Log initial UI parameters.
  84. .IP "\fBm\fR"
  85. Log out of memory errors.
  86. .IP "\fBo\fR"
  87. Log out of diskspace messages.
  88. .IP "\fBp \fR"
  89. Log terminal properties.
  90. .IP "\fBv \fR"
  91. Verbose logging.
  92. .IP "\fBx \fR"
  93. Log extra debugging messages.
  94. .IP "\fB+ \fR"
  95. Append logging to existing file.
  96. .IP "\fB! \fR"
  97. Flush each line to log.
  98. .SH OTHER OPTIONS
  99. .IP \fB/h
  100. Show help.
  101. .IP "\fB/j\fR[\fBu\fR|\fBm\fR] {\fIpackage\fR|\fIproductcode\fR} \
  102. [\fB/t \fItransform\fR] [\fB/g \fIlanguageid\fR]"
  103. Advertise \fIpackage\fR optionally with \fB/t \fItransform\fR and \fB/g \fIlanguageid\fR.
  104. .IP \fB/y
  105. Register MSI service.
  106. .IP \fB/z
  107. Unregister MSI service.
  108. .IP \fB/?
  109. Same as \fB/h\fR.
  110. .SH BUGS
  111. Bugs can be reported on the
  112. .UR https://bugs.winehq.org
  113. .B Wine bug tracker
  114. .UE .
  115. .SH AVAILABILITY
  116. .B msiexec
  117. is part of the Wine distribution, which is available through WineHQ,
  118. the
  119. .UR https://www.winehq.org/
  120. .B Wine development headquarters
  121. .UE .
  122. .SH "SEE ALSO"
  123. .BR wine (1),
  124. .br
  125. .UR https://www.winehq.org/help
  126. .B Wine documentation and support
  127. .UE .