Typische Parameter
| Parameter | Bedeutung |
|---|---|
/i package.msi | Installation starten |
/x package.msi oder /x {PRODUCT-CODE} | Deinstallation |
/qn | Komplett silent |
/qb | Basic UI |
/norestart | Automatischen Neustart verhindern |
/L*v C:\Temp\app.log | Ausfuehrliches Logging |
Praxisbeispiele
msiexec /i app.msi /qn /norestart /L*v C:\Temp\app-install.log
msiexec /x {11111111-2222-3333-4444-555555555555} /qn /norestart
msiexec /i app.msi TRANSFORMS=corp.mst ALLUSERS=1 /qn