The exact silent switches the Weasis installer accepts, plus a one-line command you can paste into a script, Intune Win32 app, or Configuration Manager package.
msiexec.exe /i Weasis-4.7.0-x86-64.msi /quiet /norestart ALLUSERS=2 MSIINSTALLPERUSER=1
Run from the directory containing Weasis-4.7.0-x86-64.msi. Download the installer from the Direct link below first.
| Architecture | Scope | Type | Silent switches | Source |
|---|---|---|---|---|
| x64 | user | MSI WiX | Custom: ALLUSERS=2 MSIINSTALLPERUSER=1 | Default for WiX (MSI) |
| x64 | machine | MSI WiX | Default for WiX (MSI) |
/S for NSIS, /quiet /norestart for MSI).Prefer the winget route? See the full Weasis install page.