The exact silent switches the Pandoc installer accepts, plus a one-line command you can paste into a script, Intune Win32 app, or Configuration Manager package.
msiexec.exe /i pandoc-3.9.0.2-windows-x86_64.msi /quiet /norestart ALLUSERS=2
Run from the directory containing pandoc-3.9.0.2-windows-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 | Default for WiX (MSI) |
| x64 | machine | MSI WiX | Custom: ALLUSERS=1 | Default for WiX (MSI) |
/S for NSIS, /quiet /norestart for MSI).Prefer the winget route? See the full Pandoc install page.