wine-wine/programs/msiexec/msiexec.man.in

129 lines
3.7 KiB
Groff
Raw Normal View History

2010-11-14 11:37:22 +00:00
.TH MSIEXEC 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
msiexec \- Wine MSI Installer
.SH SYNOPSIS
2013-07-16 23:11:55 +00:00
.B msiexec
.I command
.RI { "required parameter" }
.RI [ "optional parameter" ]...
2010-11-14 11:37:22 +00:00
.SH DESCRIPTION
.B msiexec
is the Wine MSI installer, which is command line
compatible with its Microsoft Windows counterpart.
.SH INSTALL OPTIONS
2013-07-16 23:11:55 +00:00
.IP \fB/i\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
2010-11-14 11:37:22 +00:00
Install {package|productcode} with property=foobar.
2013-07-16 23:11:55 +00:00
.IP \fB/a\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
2010-11-14 11:37:22 +00:00
Install {package|productcode} in administrator (network) mode.
2013-07-16 23:11:55 +00:00
.IP \fB/x\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
2010-11-14 11:37:22 +00:00
Uninstall {package|productcode} with property=foobar.
2013-07-16 23:11:55 +00:00
.IP \fB/uninstall\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
Same as \fB/x\fR.
2010-11-14 11:37:22 +00:00
.SH REPAIR OPTIONS
2013-07-16 23:11:55 +00:00
.IP \fB/f\fR\ \
\fR[\fBp\fR|\fBo\fR|\fBe\fR|\fBd\fR|\fBc\fR|\fBa\fR|\fBu\fR|\fBm\fR|\fBs\fR|\fBv\fR]\ \
\fR{\fIpackage\fR|\fIproductcode\fR}
2010-11-14 11:37:22 +00:00
Repair an installation. Default options are \'omus\'
.IP "\fBp\fR"
2010-11-14 11:37:22 +00:00
Reinstall the file if it is missing.
.IP "\fBo\fR"
2010-11-14 11:37:22 +00:00
Reinstall the file if it is missing or if any older version is installed.
.IP "\fBe\fR"
2010-11-14 11:37:22 +00:00
Reinstall the file if it is missing, or if the installed version is equal or older.
.IP "\fBd\fR"
2010-11-14 11:37:22 +00:00
Reinstall the file if it is missing or a different version is installed.
.IP "\fBc\fR"
2010-11-14 11:37:22 +00:00
Reinstall the file if it is missing or the checksum does not match.
.IP "\fBa\fR"
2010-11-14 11:37:22 +00:00
Reinstall all files.
.IP "\fBu\fR"
2010-11-14 11:37:22 +00:00
Rewrite all required user registry entries.
.IP "\fBm\fR"
2010-11-14 11:37:22 +00:00
Rewrite all required machine registry entries.
.IP "\fBs\fR"
2010-11-14 11:37:22 +00:00
Overwrite any conflicting shortcuts.
.IP "\fBv\fR"
2010-11-14 11:37:22 +00:00
Recache the local installation package from the source installation package.
.SH PATCHING
2013-07-16 23:11:55 +00:00
.IP \fB/p\ \fR{\fIpatch\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
Apply \fIpatch\fR. This should not be used with any of the above options.
.SH UI CONTROL
.IP \fB/q\fR[\fBn\fR|\fBb\fR|\fBr\fR|\fBf\fR]
2010-11-14 11:37:22 +00:00
These options allow changing the behavior of the UI when installing MSI packages.
2013-07-16 23:11:55 +00:00
.IP \fB/q\fR
2010-11-14 11:37:22 +00:00
Show no UI.
2013-07-16 23:11:55 +00:00
.IP \fB/qn
Same as \fB/q\fR.
.IP \fB/qb
2010-11-14 11:37:22 +00:00
Show a basic UI.
2013-07-16 23:11:55 +00:00
.IP \fB/qr
2010-11-14 11:37:22 +00:00
Shows a reduced user UI.
2013-07-16 23:11:55 +00:00
.IP \fB/qf
2010-11-14 11:37:22 +00:00
Shows a full UI.
.SH LOGGING
2013-07-16 23:11:55 +00:00
.IP \fB/l\fR[\fB*\fR]\
[\fBi\fR|\fBw\fR|\fBe\fR|\fBa\fR|\fBr\fR|\fBu\fR|\fBc\fR|\fBm\fR|\fBo\fR|\fBp\fR|\fBv\fR]\
[\fB+\fR|\fB!\fR]\ {\fIlogfile\fR}
Enable logging to \fIlogfile\fR. Defaults are \'iwearmo\'.
.IP "\fB*\fR"
2010-11-14 11:37:22 +00:00
Enable all logging options except \'v\' and \'x\'.
.IP "\fBi\fR"
2010-11-14 11:37:22 +00:00
Log status messages.
.IP "\fBw\fR"
2010-11-14 11:37:22 +00:00
Log nonfatal warnings.
.IP "\fBe\fR"
2010-11-14 11:37:22 +00:00
Log all error messages.
.IP "\fBa\fR"
2010-11-14 11:37:22 +00:00
Log start of actions.
.IP "\fBr\fR"
Log action specific records.
.IP "\fBu\fR"
2010-11-14 11:37:22 +00:00
Log user requests.
.IP "\fBc\fR"
2010-11-14 11:37:22 +00:00
Log initial UI parameters.
.IP "\fBm\fR"
2010-11-14 11:37:22 +00:00
Log out of memory errors.
.IP "\fBo\fR"
2010-11-14 11:37:22 +00:00
Log out of diskspace messages.
.IP "\fBp \fR"
2010-11-14 11:37:22 +00:00
Log terminal properties.
.IP "\fBv \fR"
2010-11-14 11:37:22 +00:00
Verbose logging.
.IP "\fBx \fR"
2010-11-14 11:37:22 +00:00
Log extra debugging messages.
.IP "\fB+ \fR"
2010-11-14 11:37:22 +00:00
Append logging to existing file.
.IP "\fB! \fR"
2010-11-14 11:37:22 +00:00
Flush each line to log.
.SH OTHER OPTIONS
2013-07-16 23:11:55 +00:00
.IP \fB/h
2010-11-14 11:37:22 +00:00
Show help.
2013-07-16 23:11:55 +00:00
.IP "\fB/j\fR[\fBu\fR|\fBm\fR] {\fIpackage\fR|\fIproductcode\fR} \
[\fB/t \fItransform\fR] [\fB/g \fIlanguageid\fR]"
Advertise \fIpackage\fR optionally with \fB/t \fItransform\fR and \fB/g \fIlanguageid\fR.
.IP \fB/y
2010-11-14 11:37:22 +00:00
Register MSI service.
2013-07-16 23:11:55 +00:00
.IP \fB/z
2010-11-14 11:37:22 +00:00
Unregister MSI service.
2013-07-16 23:11:55 +00:00
.IP \fB/?
Same as \fB/h\fR.
2010-11-14 11:37:22 +00:00
.SH BUGS
Bugs can be reported on the
.UR https://bugs.winehq.org
.B Wine bug tracker
.UE .
.SH AVAILABILITY
.B msiexec
is part of the Wine distribution, which is available through WineHQ,
the
.UR https://www.winehq.org/
.B Wine development headquarters
.UE .
2010-11-14 11:37:22 +00:00
.SH "SEE ALSO"
.BR wine (1),
.br
.UR https://www.winehq.org/help
.B Wine documentation and support
.UE .