The exact silent switches the Cardinal installer accepts, plus a one-line command you can paste into a script, Intune Win32 app, or Configuration Manager package.
Cardinal-win64-26.02-installer.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /COMPONENTS="resources,carla,jack,native,lv2,vst2,vst3,clap"
Run from the directory containing Cardinal-win64-26.02-installer.exe. Download the installer from the Direct link below first. Run an elevated terminal (Run as Administrator) for machine-scope installs.
| Architecture | Scope | Type | Silent switches | Source |
|---|---|---|---|---|
| x64 | machine | EXE Inno Setup | Custom: /COMPONENTS="resources,carla,jack,native,lv2,vst2,vst3,clap" | Default for Inno Setup |
| x86 | machine | EXE Inno Setup | Custom: /COMPONENTS="resources,carla,jack,native,lv2,vst2,vst3,clap" | Default for Inno Setup |
/S for NSIS, /quiet /norestart for MSI).Prefer the winget route? See the full Cardinal install page.