qcap/tests: Add media tests for the SmartTee filter.
[wine/multimedia.git] / programs / msiexec / msiexec.man.in
blob83328ae86c1eb6157b3ce8183ad6243c0b7e9647
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 "\flp\fR"
28 Reinstall the file if it is missing.
29 .IP "\flo\fR"
30 Reinstall the file if it is missing or if any older version is installed.
31 .IP "\fle\fR"
32 Reinstall the file if it is missing, or if the installed version is equal or older.
33 .IP "\fld\fR"
34 Reinstall the file if it is missing or a different version is installed.
35 .IP "\flc\fR"
36 Reinstall the file if it is missing or the checksum does not match.
37 .IP "\fla\fR"
38 Reinstall all files.
39 .IP "\flu\fR"
40 Rewrite all required user registry entries.
41 .IP "\flm\fR"
42 Rewrite all required machine registry entries.
43 .IP "\fls\fR"
44 Overwrite any conflicting shortcuts.
45 .IP "\flv\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 "\fl*\fR"
69 Enable all logging options except \'v\' and \'x\'.
70 .IP "\fli\fR"
71 Log status messages.
72 .IP "\flw\fR"
73 Log nonfatal warnings.
74 .IP "\fle\fR"
75 Log all error messages.
76 .IP "\fla\fR"
77 Log start of actions.
78 .IP "\flr\fR"
79 Log action specifc records.
80 .IP "\flu\fR"
81 Log user requests.
82 .IP "\flc\fR"
83 Log initial UI parameters.
84 .IP "\flm\fR"
85 Log out of memory errors.
86 .IP "\flo\fR"
87 Log out of diskspace messages.
88 .IP "\flp \fR"
89 Log terminal properties.
90 .IP "\flv \fR"
91 Verbose logging.
92 .IP "\flx \fR"
93 Log extra debugging messages.
94 .IP "\fl+ \fR"
95 Append logging to existing file.
96 .IP "\fl! \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.
111 .SH BUGS
112 Bugs can be reported on the
113 .UR http://bugs.winehq.org
114 .B Wine bug tracker
115 .UE .
116 .SH AVAILABILITY
117 .B msiexec
118 is part of the Wine distribution, which is available through WineHQ,
120 .UR http://www.winehq.org/
121 .B Wine development headquarters
122 .UE .
123 .SH "SEE ALSO"
124 .BR wine (1),
126 .UR http://www.winehq.org/help
127 .B Wine documentation and support
128 .UE .