msiexec.man.in 3.67 KB
Newer Older
Austin English's avatar
Austin English committed
1 2 3 4
.TH MSIEXEC 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
msiexec \- Wine MSI Installer
.SH SYNOPSIS
5 6 7 8
.B msiexec
.I command
.RI { "required parameter" }
.RI [ "optional parameter" ]...
Austin English's avatar
Austin English committed
9 10 11 12 13
.SH DESCRIPTION
.B msiexec
is the Wine MSI installer, which is command line
compatible with its Microsoft Windows counterpart.
.SH INSTALL OPTIONS
14
.IP \fB/i\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
Austin English's avatar
Austin English committed
15
Install {package|productcode} with property=foobar.
16
.IP \fB/a\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
Austin English's avatar
Austin English committed
17
Install {package|productcode} in administrator (network) mode.
18
.IP \fB/x\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
Austin English's avatar
Austin English committed
19
Uninstall {package|productcode} with property=foobar.
20 21
.IP \fB/uninstall\ \fR{\fIpackage\fR|\fIproductcode\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
Same as \fB/x\fR.
Austin English's avatar
Austin English committed
22
.SH REPAIR OPTIONS
23 24 25
.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}
Austin English's avatar
Austin English committed
26
Repair an installation. Default options are \'omus\'
27
.IP "\fBp\fR"
Austin English's avatar
Austin English committed
28
Reinstall the file if it is missing.
29
.IP "\fBo\fR"
Austin English's avatar
Austin English committed
30
Reinstall the file if it is missing or if any older version is installed.
31
.IP "\fBe\fR"
Austin English's avatar
Austin English committed
32
Reinstall the file if it is missing, or if the installed version is equal or older.
33
.IP "\fBd\fR"
Austin English's avatar
Austin English committed
34
Reinstall the file if it is missing or a different version is installed.
35
.IP "\fBc\fR"
Austin English's avatar
Austin English committed
36
Reinstall the file if it is missing or the checksum does not match.
37
.IP "\fBa\fR"
Austin English's avatar
Austin English committed
38
Reinstall all files.
39
.IP "\fBu\fR"
Austin English's avatar
Austin English committed
40
Rewrite all required user registry entries.
41
.IP "\fBm\fR"
Austin English's avatar
Austin English committed
42
Rewrite all required machine registry entries.
43
.IP "\fBs\fR"
Austin English's avatar
Austin English committed
44
Overwrite any conflicting shortcuts.
45
.IP "\fBv\fR"
Austin English's avatar
Austin English committed
46 47
Recache the local installation package from the source installation package.
.SH PATCHING
48 49 50 51
.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]
Austin English's avatar
Austin English committed
52
These options allow changing the behavior of the UI when installing MSI packages.
53
.IP \fB/q\fR
Austin English's avatar
Austin English committed
54
Show no UI.
55 56 57
.IP \fB/qn
Same as \fB/q\fR.
.IP \fB/qb
Austin English's avatar
Austin English committed
58
Show a basic UI.
59
.IP \fB/qr
Austin English's avatar
Austin English committed
60
Shows a reduced user UI.
61
.IP \fB/qf
Austin English's avatar
Austin English committed
62 63
Shows a full UI.
.SH LOGGING
64 65 66 67
.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\'.
68
.IP "\fB*\fR"
Austin English's avatar
Austin English committed
69
Enable all logging options except \'v\' and \'x\'.
70
.IP "\fBi\fR"
Austin English's avatar
Austin English committed
71
Log status messages.
72
.IP "\fBw\fR"
Austin English's avatar
Austin English committed
73
Log nonfatal warnings.
74
.IP "\fBe\fR"
Austin English's avatar
Austin English committed
75
Log all error messages.
76
.IP "\fBa\fR"
Austin English's avatar
Austin English committed
77
Log start of actions.
78
.IP "\fBr\fR"
79
Log action specific records.
80
.IP "\fBu\fR"
Austin English's avatar
Austin English committed
81
Log user requests.
82
.IP "\fBc\fR"
Austin English's avatar
Austin English committed
83
Log initial UI parameters.
84
.IP "\fBm\fR"
Austin English's avatar
Austin English committed
85
Log out of memory errors.
86
.IP "\fBo\fR"
Austin English's avatar
Austin English committed
87
Log out of diskspace messages.
88
.IP "\fBp \fR"
Austin English's avatar
Austin English committed
89
Log terminal properties.
90
.IP "\fBv \fR"
Austin English's avatar
Austin English committed
91
Verbose logging.
92
.IP "\fBx \fR"
Austin English's avatar
Austin English committed
93
Log extra debugging messages.
94
.IP "\fB+ \fR"
Austin English's avatar
Austin English committed
95
Append logging to existing file.
96
.IP "\fB! \fR"
Austin English's avatar
Austin English committed
97 98
Flush each line to log.
.SH OTHER OPTIONS
99
.IP \fB/h
Austin English's avatar
Austin English committed
100
Show help.
101 102 103 104
.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
Austin English's avatar
Austin English committed
105
Register MSI service.
106
.IP \fB/z
Austin English's avatar
Austin English committed
107
Unregister MSI service.
108 109
.IP \fB/?
Same as \fB/h\fR.
Austin English's avatar
Austin English committed
110

111 112 113 114 115 116 117 118 119 120 121 122
.SH BUGS
Bugs can be reported on the
.UR http://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 http://www.winehq.org/
.B Wine development headquarters
.UE .
Austin English's avatar
Austin English committed
123
.SH "SEE ALSO"
124 125 126 127 128
.BR wine (1),
.br
.UR http://www.winehq.org/help
.B Wine documentation and support
.UE .