1 .TH MSIEXEC 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
3 msiexec \- Wine MSI Installer
5 .BR "msiexec "\fIcommand\fR " \fI{required parameter}\fR \fI[optional parameter]\fR"...
8 is the Wine MSI installer, which is command line
9 compatible with its Microsoft Windows counterpart.
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"
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\'
23 Reinstall the file if it is missing.
25 Reinstall the file if it is missing or if any older version is installed.
27 Reinstall the file if it is missing, or if the installed version is equal or older.
29 Reinstall the file if it is missing or a different version is installed.
31 Reinstall the file if it is missing or the checksum does not match.
35 Rewrite all required user registry entries.
37 Rewrite all required machine registry entries.
39 Overwrite any conflicting shortcuts.
41 Recache the local installation package from the source installation package.
43 .IP "\fx/p {patch} [property=foobar]\fR"
44 Apply {patch}. This should not be used with any of the above options.
46 .IP "\fx/q{|n|b|r|f}\fR"
47 These options allow changing the behavior of the UI when installing MSI packages.
55 Shows a reduced user UI.
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\'.
62 Enable all logging options except \'v\' and \'x\'.
66 Log nonfatal warnings.
68 Log all error messages.
72 Log action specifc records.
76 Log initial UI parameters.
78 Log out of memory errors.
80 Log out of diskspace messages.
82 Log terminal properties.
86 Log extra debugging messages.
88 Append logging to existing file.
90 Flush each line to log.
94 .IP "\fx/j[u|m] {package|productcode} [/t transform] [/g languageid] \fR"
95 Advertise {package} optionally with /t {transform} and /g {languageid}.
99 Unregister MSI service.