AlexMT
Posts: 26
Joined: Wed Jun 05, 2024 10:40 am

EXE Silent Install Parameters for .NET Desktop Runtime 6, 7, 8 and 9.0

Below you can find the necessary information to perform a silent installation for .NET Desktop Runtime applications, versions 6.0, 7.0, 8.0 and 9.0 using the designated silent install parameters for the EXE applications. We also list the silent uninstall commands.

About: The .NET Desktop Runtime enables you to run existing Windows desktop applications.

Application Name: .NET Desktop Runtime 9.0 x64
Version: 9.0.10
Main Application Website URL: https://dotnet.microsoft.com/en-us/down ... -installer

EXE Installer (Silent Install): dotnet-runtime-9.0.x-win-x64.exe

Code: Select all

/install /quiet /norestart /log <log_file_path>

EXE Installer (Silent Uninstall): dotnet-runtime-9.0.x-win-x64.exe

Code: Select all

/uninstall /quiet /norestart /log <log_file_path>

Application Name: .NET Desktop Runtime 9.0 x86
Version: 9.0.10
Main Application Website URL: https://dotnet.microsoft.com/en-us/down ... -installer

EXE Installer (Silent Install): dotnet-runtime-9.0.x-win-x86.exe

Code: Select all

/install /quiet /norestart /log <log_file_path>

EXE Installer (Silent Uninstall): dotnet-runtime-9.0.x-win-x86.exe

Code: Select all

/uninstall /quiet /norestart /log <log_file_path>

Application Name: .NET Desktop Runtime 8.0 x64
Version: 8.0.21
Main Application Website URL: https://dotnet.microsoft.com/en-us/down ... installer

EXE Installer (Silent Install): dotnet-runtime-8.0.x-win-x64.exe

Code: Select all

/install /quiet /norestart /log <log_file_path>

EXE Installer (Silent Uninstall): dotnet-runtime-8.0.x-win-x64.exe

Code: Select all

/uninstall /quiet /norestart /log <log_file_path>

Application Name: .NET Desktop Runtime 8.0 x86
Version: 8.0.21
Main Application Website URL: https://dotnet.microsoft.com/en-us/down ... nstaller

EXE Installer (Silent Install): dotnet-runtime-8.0.x-win-x86.exe

Code: Select all

/install /quiet /norestart /log <log_file_path>

EXE Installer (Silent Uninstall): dotnet-runtime-8.0.x-win-x86.exe

Code: Select all

/uninstall /quiet /norestart /log <log_file_path>


Application Name: .NET Desktop Runtime 7.0 x64
Version: 7.0.20
Main Application Website URL: https://dotnet.microsoft.com/en-us/down ... installer

EXE Installer (Silent Install): dotnet-runtime-7.0.x-win-x64.exe

Code: Select all

/install /quiet /norestart /log <log_file_path>

EXE Installer (Silent Uninstall): dotnet-runtime-7.0.x-win-x64.exe

Code: Select all

/uninstall /quiet /norestart /log <log_file_path>

Application Name: .NET Desktop Runtime 7.0 x86
Version: 7.0.20
Main Application Website URL: https://dotnet.microsoft.com/en-us/down ... -installer

EXE Installer (Silent Install): dotnet-runtime-7.0.x-win-x86.exe

Code: Select all

/install /quiet /norestart /log <log_file_path>

EXE Installer (Silent Uninstall): dotnet-runtime-7.0.x-win-x86.exe

Code: Select all

/uninstall /quiet /norestart /log <log_file_path>

Application Name: .NET Desktop Runtime 6.0 x64
Version: 6.0.36
Main Application Website URL: https://dotnet.microsoft.com/en-us/down ... -installer

EXE Installer (Silent Install): dotnet-runtime-6.0.x-win-x64.exe

Code: Select all

/install /quiet /norestart /log <log_file_path>

EXE Installer (Silent Uninstall): dotnet-runtime-6.0.x-win-x64.exe

Code: Select all

/uninstall /quiet /norestart /log <log_file_path>

Application Name: .NET Desktop Runtime 6.0 x86
Version: 6.0.36
Main Application Website URL: https://dotnet.microsoft.com/en-us/down ... -installer

EXE Installer (Silent Install): dotnet-runtime-6.0.x-win-x86.exe

Code: Select all

/install /quiet /norestart /log <log_file_path>

EXE Installer (Silent Uninstall): dotnet-runtime-6.0.x-win-x86.exe

Code: Select all

/uninstall /quiet /norestart /log <log_file_path>

Return to “Silent Install Command Line”