The exact silent switches the Microsoft .NET Runtime 11.0 Preview installer accepts, plus a one-line command you can paste into a script, Intune Win32 app, or Configuration Manager package.
msiexec.exe /i dotnet-runtime-11.0.0-preview.4.26230.115-win-x64.exe /quiet /norestart
Run from the directory containing dotnet-runtime-11.0.0-preview.4.26230.115-win-x64.exe. Download the installer from the Direct link below first.
| Architecture | Scope | Type | Silent switches | Source |
|---|---|---|---|---|
| x64 | - | EXE Burn bundle | Custom: /norestart | Declared by publisher |
| arm64 | - | EXE Burn bundle | Custom: /norestart | Declared by publisher |
| x86 | - | EXE Burn bundle | Custom: /norestart | Declared by publisher |
/S for NSIS, /quiet /norestart for MSI).Prefer the winget route? See the full Microsoft .NET Runtime 11.0 Preview install page.