The .NET Core Runtime contains the components needed to run a console app. This article will serve as an informative guide and give you a clear understanding of how to perform a silent installation of .NET Core Runtime 3.1 from the command line using the EXE installer.
How to Install .NET Core Runtime 3.1 Silently
.NET Core Runtime 3.1.10 (x86) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.10-win-x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.10-win-x86.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.10 (x86) |
Vendor: | Microsoft Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.10-win-x86.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.10-win-x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore3110x86-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.10-win-x86.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.10-win-x86.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.10-windows-x86-installer |
.NET Core Runtime 3.1.10 (x64) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.10-win-x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.10-win-x64.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.10 (x64) |
Vendor: | Microsoft Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.10-win-x64.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.10-win-x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore3110x64-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.10-win-x64.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.10-win-x64.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.10-windows-x64-installer |
.NET Core Runtime 3.1.9 (x86) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.9-win-x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.9-win-x86.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.9 (x86) |
Vendor: | Microsoft Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.9-win-x86.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.9-win-x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore319x86-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.9-win-x86.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.9-win-x86.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.9-windows-x86-installer |
.NET Core Runtime 3.1.9 (x64) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.9-win-x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.9-win-x64.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.9 (x64) |
Vendor: | Microsoft Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.9-win-x64.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.9-win-x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore319x64-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.9-win-x64.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.9-win-x64.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.9-windows-x64-installer |
.NET Core Runtime 3.1.8 (x86) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.8-win-x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.8-win-x86.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.8 (x86) |
Vendor: | Microsoft Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.8-win-x86.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.8-win-x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore318x86-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.8-win-x86.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.8-win-x86.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.8-windows-x86-installer |
.NET Core Runtime 3.1.8 (x64) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.8-win-x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.8-win-x64.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.8 (x64) |
Vendor: | Microsoft Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.8-win-x64.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.8-win-x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore318x64-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.8-win-x64.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.8-win-x64.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.8-windows-x64-installer |
.NET Core Runtime 3.1.7 (x86) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.7-win-x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.7-win-x86.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.7 (x86) |
Vendor: | Microsoft Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.7-win-x86.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.7-win-x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore317x86-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.7-win-x86.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.7-win-x86.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.7-windows-x86-installer |
.NET Core Runtime 3.1.7 (x64) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.7-win-x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.7-win-x64.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.7 (x64) |
Vendor: | Microsoft Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.7-win-x64.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.7-win-x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore317x64-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.7-win-x64.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.7-win-x64.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.7-windows-x64-installer |
.NET Core Runtime 3.1.6 (x86) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.6-win-x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.6-win-x86.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.6 (x86) |
Vendor: | Microsoft Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.6-win-x86.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.6-win-x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore316x86-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.6-win-x86.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.6-win-x86.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.6-windows-x86-installer |
.NET Core Runtime 3.1.6 (x64) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.6-win-x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.6-win-x64.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.6 (x64) |
Vendor: | Microsoft Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.6-win-x64.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.6-win-x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore316x64-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.6-win-x64.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.6-win-x64.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.6-windows-x64-installer |
.NET Core Runtime 3.1.5 (x86) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.5-win-x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.5-win-x86.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.5 (x86) |
Vendor: | Microsoft Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.5-win-x86.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.5-win-x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore315x86-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.5-win-x86.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.5-win-x86.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.5-windows-x86-installer |
.NET Core Runtime 3.1.5 (x64) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.5-win-x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.5-win-x64.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.5 (x64) |
Vendor: | Microsoft Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.5-win-x64.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.5-win-x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore315x64-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.5-win-x64.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.5-win-x64.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.5-windows-x64-installer |
.NET Core Runtime 3.1.4 (x86) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.4-win-x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.4-win-x86.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.4 (x86) |
Vendor: | Microsoft Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.4-win-x86.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.4-win-x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore314x86-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.4-win-x86.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.4-win-x86.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.4-windows-x86-installer |
.NET Core Runtime 3.1.4 (x64) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.4-win-x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.4-win-x64.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.4 (x64) |
Vendor: | Microsoft Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.4-win-x64.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.4-win-x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore314x64-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.4-win-x64.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.4-win-x64.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.4-windows-x64-installer |
.NET Core Runtime 3.1.3 (x86) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.3-win-x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.3-win-x86.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.3 (x86) |
Vendor: | Microsoft Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.3-win-x86.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.3-win-x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore313x86-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.3-win-x86.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.3-win-x86.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.3-windows-x86-installer |
.NET Core Runtime 3.1.3 (x64) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.3-win-x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.3-win-x64.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.3 (x64) |
Vendor: | Microsoft Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.3-win-x64.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.3-win-x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore313x64-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.3-win-x64.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.3-win-x64.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.3-windows-x64-installer |
.NET Core Runtime 3.1.2 (x86) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.2-win-x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.2-win-x86.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.2 (x86) |
Vendor: | Microsoft Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.2-win-x86.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.2-win-x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore312x86-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.2-win-x86.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.2-win-x86.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.2-windows-x86-installer |
.NET Core Runtime 3.1.2 (x64) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.2-win-x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.2-win-x64.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.2 (x64) |
Vendor: | Microsoft Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.2-win-x64.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.2-win-x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore312x64-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.2-win-x64.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.2-win-x64.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.2-windows-x64-installer |
.NET Core Runtime 3.1.1 (x86) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.1-win-x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.1-win-x86.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.1 (x86) |
Vendor: | Microsoft Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.1-win-x86.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.1-win-x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore311x86-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.1-win-x86.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.1-win-x86.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.1-windows-x86-installer |
.NET Core Runtime 3.1.1 (x64) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.1-win-x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.1-win-x64.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.1 (x64) |
Vendor: | Microsoft Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.1-win-x64.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.1-win-x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore311x64-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.1-win-x64.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.1-win-x64.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.1-windows-x64-installer |
.NET Core Runtime 3.1.0 (x86) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.0-win-x86.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.0-win-x86.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.0 (x86) |
Vendor: | Microsoft Corporation |
Architecture: | x86 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.0-win-x86.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.0-win-x86.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore310x86-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.0-win-x86.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.0-win-x86.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.0-windows-x86-installer |
.NET Core Runtime 3.1.0 (x64) Silent Install (EXE)
- Navigate to:
- Download the dotnet-runtime-3.1.0-win-x64.exe to a folder created at (C:\Downloads)
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Navigate to the C:\Downloads folder
- Enter the following command: dotnet-runtime-3.1.0-win-x64.exe /install /quiet /norestart
- Press Enter
After a few moments you will find .NET Core Runtime entries in the Installation Directory and Programs and Features in the Control Panel.
Software Title: | .NET Core Runtime 3.1.0 (x64) |
Vendor: | Microsoft Corporation |
Architecture: | x64 |
Installer Type: | EXE |
Silent Install Switch: | dotnet-runtime-3.1.0-win-x64.exe /install /quiet /norestart |
Silent Install Switch with Logging: | dotnet-runtime-3.1.0-win-x64.exe /install /quiet /norestart /log "%WINDIR%\Temp\DotNetCore310x64-Install.log" |
Silent Uninstall Switch: | dotnet-runtime-3.1.0-win-x64.exe /uninstall /quiet /norestart |
Repair Command: | dotnet-runtime-3.1.0-win-x64.exe /repair /quiet /norestart |
Download Link: | https://dotnet.microsoft.com/download/dotnet-core/thank-you/runtime-3.1.0-windows-x64-installer |
How to Uninstall .NET Core Runtime 3.1 Silently
- Open an Elevated Command Prompt by Right-Clicking on Command Prompt and select Run as Administrator
- Enter one of the following commands:
.NET Core Runtime 3.1.10 (x86) Silent Uninstall (EXE)
dotnet-runtime-3.1.10-win-x86.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.10 (x64) Silent Uninstall (EXE)
dotnet-runtime-3.1.10-win-x64.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.9 (x86) Silent Uninstall (EXE)
dotnet-runtime-3.1.9-win-x86.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.9 (x64) Silent Uninstall (EXE)
dotnet-runtime-3.1.9-win-x64.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.8 (x86) Silent Uninstall (EXE)
dotnet-runtime-3.1.8-win-x86.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.8 (x64) Silent Uninstall (EXE)
dotnet-runtime-3.1.8-win-x64.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.7 (x86) Silent Uninstall (EXE)
dotnet-runtime-3.1.7-win-x86.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.7 (x64) Silent Uninstall (EXE)
dotnet-runtime-3.1.7-win-x64.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.6 (x86) Silent Uninstall (EXE)
dotnet-runtime-3.1.6-win-x86.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.6 (x64) Silent Uninstall (EXE)
dotnet-runtime-3.1.6-win-x64.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.5 (x86) Silent Uninstall (EXE)
dotnet-runtime-3.1.5-win-x86.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.5 (x64) Silent Uninstall (EXE)
dotnet-runtime-3.1.5-win-x64.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.4 (x86) Silent Uninstall (EXE)
dotnet-runtime-3.1.4-win-x86.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.4 (x64) Silent Uninstall (EXE)
dotnet-runtime-3.1.4-win-x64.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.3 (x86) Silent Uninstall (EXE)
dotnet-runtime-3.1.3-win-x86.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.3 (x64) Silent Uninstall (EXE)
dotnet-runtime-3.1.3-win-x64.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.2 (x86) Silent Uninstall (EXE)
dotnet-runtime-3.1.2-win-x86.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.2 (x64) Silent Uninstall (EXE)
dotnet-runtime-3.1.2-win-x64.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.1 (x86) Silent Uninstall (EXE)
dotnet-runtime-3.1.1-win-x86.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.1 (x64) Silent Uninstall (EXE)
dotnet-runtime-3.1.1-win-x64.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.0 (x86) Silent Uninstall (EXE)
dotnet-runtime-3.1.0-win-x86.exe /uninstall /quiet /norestart |
.NET Core Runtime 3.1.0 (x64) Silent Uninstall (EXE)
dotnet-runtime-3.1.0-win-x64.exe /uninstall /quiet /norestart |
Always make sure to test everything in a development environment prior to implementing anything into production. The information in this article is provided “As Is” without warranty of any kind.