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