The exact silent switches the Microsoft ASP.NET Core Runtime 8.0 installer accepts, plus a one-line command you can paste into a script, Intune Win32 app, or Configuration Manager package.
msiexec.exe /i aspnetcore-runtime-8.0.27-win-x64.exe /quiet /norestart
Run from the directory containing aspnetcore-runtime-8.0.27-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 ASP.NET Core Runtime 8.0 install page.