msiexec: Fix manpage markup for repair and logging modifiers.
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
35845ddc5f
commit
8d4ac88a6b
|
@ -24,25 +24,25 @@ Same as \fB/x\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}
|
||||
Repair an installation. Default options are \'omus\'
|
||||
.IP "\fBlp\fR"
|
||||
.IP "\fBp\fR"
|
||||
Reinstall the file if it is missing.
|
||||
.IP "\fBlo\fR"
|
||||
.IP "\fBo\fR"
|
||||
Reinstall the file if it is missing or if any older version is installed.
|
||||
.IP "\fBle\fR"
|
||||
.IP "\fBe\fR"
|
||||
Reinstall the file if it is missing, or if the installed version is equal or older.
|
||||
.IP "\fBld\fR"
|
||||
.IP "\fBd\fR"
|
||||
Reinstall the file if it is missing or a different version is installed.
|
||||
.IP "\fBlc\fR"
|
||||
.IP "\fBc\fR"
|
||||
Reinstall the file if it is missing or the checksum does not match.
|
||||
.IP "\fBla\fR"
|
||||
.IP "\fBa\fR"
|
||||
Reinstall all files.
|
||||
.IP "\fBlu\fR"
|
||||
.IP "\fBu\fR"
|
||||
Rewrite all required user registry entries.
|
||||
.IP "\fBlm\fR"
|
||||
.IP "\fBm\fR"
|
||||
Rewrite all required machine registry entries.
|
||||
.IP "\fBls\fR"
|
||||
.IP "\fBs\fR"
|
||||
Overwrite any conflicting shortcuts.
|
||||
.IP "\fBlv\fR"
|
||||
.IP "\fBv\fR"
|
||||
Recache the local installation package from the source installation package.
|
||||
.SH PATCHING
|
||||
.IP \fB/p\ \fR{\fIpatch\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
|
||||
|
@ -65,35 +65,35 @@ Shows a full UI.
|
|||
[\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 "\fBl*\fR"
|
||||
.IP "\fB*\fR"
|
||||
Enable all logging options except \'v\' and \'x\'.
|
||||
.IP "\fBli\fR"
|
||||
.IP "\fBi\fR"
|
||||
Log status messages.
|
||||
.IP "\fBlw\fR"
|
||||
.IP "\fBw\fR"
|
||||
Log nonfatal warnings.
|
||||
.IP "\fBle\fR"
|
||||
.IP "\fBe\fR"
|
||||
Log all error messages.
|
||||
.IP "\fBla\fR"
|
||||
.IP "\fBa\fR"
|
||||
Log start of actions.
|
||||
.IP "\fBlr\fR"
|
||||
.IP "\fBr\fR"
|
||||
Log action specifc records.
|
||||
.IP "\fBlu\fR"
|
||||
.IP "\fBu\fR"
|
||||
Log user requests.
|
||||
.IP "\fBlc\fR"
|
||||
.IP "\fBc\fR"
|
||||
Log initial UI parameters.
|
||||
.IP "\fBlm\fR"
|
||||
.IP "\fBm\fR"
|
||||
Log out of memory errors.
|
||||
.IP "\fBlo\fR"
|
||||
.IP "\fBo\fR"
|
||||
Log out of diskspace messages.
|
||||
.IP "\fBlp \fR"
|
||||
.IP "\fBp \fR"
|
||||
Log terminal properties.
|
||||
.IP "\fBlv \fR"
|
||||
.IP "\fBv \fR"
|
||||
Verbose logging.
|
||||
.IP "\fBlx \fR"
|
||||
.IP "\fBx \fR"
|
||||
Log extra debugging messages.
|
||||
.IP "\fBl+ \fR"
|
||||
.IP "\fB+ \fR"
|
||||
Append logging to existing file.
|
||||
.IP "\fBl! \fR"
|
||||
.IP "\fB! \fR"
|
||||
Flush each line to log.
|
||||
.SH OTHER OPTIONS
|
||||
.IP \fB/h
|
||||
|
|
Loading…
Reference in New Issue