user32/tests: Test MDI child order changing caused by WM_MDINEXT.
[wine/multimedia.git] / programs / msiexec / msiexec.man.in
blob780839f98ea4d552d9f3347b4bc920c66e5c37fc
1 .TH MSIEXEC 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
2 .SH NAME
3 msiexec \- Wine MSI Installer
4 .SH SYNOPSIS
5 .BR "msiexec "\fIcommand\fR " \fI{required parameter}\fR \fI[optional parameter]\fR"...
6 .SH DESCRIPTION
7 .B msiexec
8 is the Wine MSI installer, which is command line
9 compatible with its Microsoft Windows counterpart.
10 .SH INSTALL OPTIONS
11 .IP "\fl/i {package|productcode} [property=foobar]\fR"
12 Install {package|productcode} with property=foobar.
13 .IP "\fl/a {package|productcode} [property=foobar]\fR"
14 Install {package|productcode} in administrator (network) mode.
15 .IP "\fx/x {package|productcode} [property=foobar]\fR"
16 Uninstall {package|productcode} with property=foobar.
17 .IP "\fx/uninstall {package|productcode} [property=foobar]\fR"
18 Same as /x.
19 .SH REPAIR OPTIONS
20 .IP "\fl/f [p|o|e|d|c|a|u|m|s|v] {package|productcode}\fR"
21 Repair an installation. Default options are \'omus\'
22 .IP "\flp\fR"
23 Reinstall the file if it is missing.
24 .IP "\flo\fR"
25 Reinstall the file if it is missing or if any older version is installed.
26 .IP "\fle\fR"
27 Reinstall the file if it is missing, or if the installed version is equal or older.
28 .IP "\fld\fR"
29 Reinstall the file if it is missing or a different version is installed.
30 .IP "\flc\fR"
31 Reinstall the file if it is missing or the checksum does not match.
32 .IP "\fla\fR"
33 Reinstall all files.
34 .IP "\flu\fR"
35 Rewrite all required user registry entries.
36 .IP "\flm\fR"
37 Rewrite all required machine registry entries.
38 .IP "\fls\fR"
39 Overwrite any conflicting shortcuts.
40 .IP "\flv\fR"
41 Recache the local installation package from the source installation package.
42 .SH PATCHING
43 .IP "\fx/p {patch} [property=foobar]\fR"
44 Apply {patch}. This should not be used with any of the above options.
45 .SH UI CONTOL
46 .IP "\fx/q{|n|b|r|f}\fR"
47 These options allow changing the behavior of the UI when installing MSI packages.
48 .IP "\fx/q\fR"
49 Show no UI.
50 .IP "\fx/qn\fR"
51 Same as /q.
52 .IP "\fx/qb\fR"
53 Show a basic UI.
54 .IP "\fx/qr\fR"
55 Shows a reduced user UI.
56 .IP "\fx/qf\fR"
57 Shows a full UI.
58 .SH LOGGING
59 .IP "\fl/l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] {logfile}\fR"
60 Enable logging to {logfile}. Defaults are \'iwearmo\'.
61 .IP "\fl*\fR"
62 Enable all logging options except \'v\' and \'x\'.
63 .IP "\fli\fR"
64 Log status messages.
65 .IP "\flw\fR"
66 Log nonfatal warnings.
67 .IP "\fle\fR"
68 Log all error messages.
69 .IP "\fla\fR"
70 Log start of actions.
71 .IP "\flr\fR"
72 Log action specifc records.
73 .IP "\flu\fR"
74 Log user requests.
75 .IP "\flc\fR"
76 Log initial UI parameters.
77 .IP "\flm\fR"
78 Log out of memory errors.
79 .IP "\flo\fR"
80 Log out of diskspace messages.
81 .IP "\flp \fR"
82 Log terminal properties.
83 .IP "\flv \fR"
84 Verbose logging.
85 .IP "\flx \fR"
86 Log extra debugging messages.
87 .IP "\fl+ \fR"
88 Append logging to existing file.
89 .IP "\fl! \fR"
90 Flush each line to log.
91 .SH OTHER OPTIONS
92 .IP "\fx/h\fR"
93 Show help.
94 .IP "\fx/j[u|m] {package|productcode} [/t transform] [/g languageid] \fR"
95 Advertise {package} optionally with /t {transform} and /g {languageid}.
96 .IP "\fx/y\fR"
97 Register MSI service.
98 .IP "\fx/z\fR"
99 Unregister MSI service.
100 .IP "\fx/?\fR"
101 Same as /h.
103 .SH "SEE ALSO"
104 .BR wine(1),