1MSIEXEC(1) Wine Programs MSIEXEC(1)
2
3
4
6 msiexec - Wine MSI Installer
7
9 msiexec command {required parameter} [optional parameter]...
10
12 msiexec is the Wine MSI installer, which is command line compatible
13 with its Microsoft Windows counterpart.
14
16 /i {package|productcode} [property=foobar]
17 Install {package|productcode} with property=foobar.
18
19 /a {package|productcode} [property=foobar]
20 Install {package|productcode} in administrator (network) mode.
21
22 /x {package|productcode} [property=foobar]
23 Uninstall {package|productcode} with property=foobar.
24
25 /uninstall {package|productcode} [property=foobar]
26 Same as /x.
27
29 /f [p|o|e|d|c|a|u|m|s|v] {package|productcode}
30 Repair an installation. Default options are ´omus´
31
32 p Reinstall the file if it is missing.
33
34 o Reinstall the file if it is missing or if any older version is
35 installed.
36
37 e Reinstall the file if it is missing, or if the installed version
38 is equal or older.
39
40 d Reinstall the file if it is missing or a different version is
41 installed.
42
43 c Reinstall the file if it is missing or the checksum does not
44 match.
45
46 a Reinstall all files.
47
48 u Rewrite all required user registry entries.
49
50 m Rewrite all required machine registry entries.
51
52 s Overwrite any conflicting shortcuts.
53
54 v Recache the local installation package from the source installa‐
55 tion package.
56
58 /p {patch} [property=foobar]
59 Apply patch. This should not be used with any of the above
60 options.
61
63 /q[n|b|r|f]
64 These options allow changing the behavior of the UI when
65 installing MSI packages.
66
67 /q Show no UI.
68
69 /qn Same as /q.
70
71 /qb Show a basic UI.
72
73 /qr Shows a reduced user UI.
74
75 /qf Shows a full UI.
76
78 /l[*][i|w|e|a|r|u|c|m|o|p|v][+|!] {logfile}
79 Enable logging to logfile. Defaults are ´iwearmo´.
80
81 * Enable all logging options except ´v´ and ´x´.
82
83 i Log status messages.
84
85 w Log nonfatal warnings.
86
87 e Log all error messages.
88
89 a Log start of actions.
90
91 r Log action specific records.
92
93 u Log user requests.
94
95 c Log initial UI parameters.
96
97 m Log out of memory errors.
98
99 o Log out of diskspace messages.
100
101 p Log terminal properties.
102
103 v Verbose logging.
104
105 x Log extra debugging messages.
106
107 + Append logging to existing file.
108
109 ! Flush each line to log.
110
112 /h Show help.
113
114 /j[u|m] {package|productcode} [/t transform] [/g languageid]
115 Advertise package optionally with /t transform and /g lan‐
116 guageid.
117
118 /y Register MSI service.
119
120 /z Unregister MSI service.
121
122 /? Same as /h.
123
124
126 Bugs can be reported on the Wine bug tracker ⟨https://bugs.winehq.org⟩.
127
129 msiexec is part of the Wine distribution, which is available through
130 WineHQ, the Wine development headquarters ⟨https://www.winehq.org/⟩.
131
133 wine(1),
134 Wine documentation and support ⟨https://www.winehq.org/help⟩.
135
136
137
138Wine 6.3 November 2010 MSIEXEC(1)