.NET redistributable runtime 6

Full internal name:com.microsoft.DotNetRedistributable
Project site:https://msdn.microsoft.com/en-us/netframework/default.aspx
Screen shots:
Download: Download .NET redistributable runtime 6

https://download.visualstudio.microsoft.com/download/pr/a1ca7d0d-ce01-4878-b952-3fa1e6d9a7c6/e386db367490b631b8c013a9fb0f3794/windowsdesktop-runtime-6.0.0-win-x86.exe

VirusTotal results
Change log:https://msdn.microsoft.com/en-us/library/ms171868(v=vs.110).aspx
Description:

.NET runtime

License:.NET Framework Redistributable license
Version:6
SHA-1 or SHA-256:60beedfff8c6dd3843292ce1929bc0f2ab9d4dba19de17e4d47c72c99363fe80
Type:one file
Dependencies:
Tags:
Text files:
.Npackd\Install.bat:
for /f "delims=" %%x in ('dir /b *.exe') do set setup=%%x
"%setup%" /norestart /q > .Npackd\Output.txt & type .Npackd\Output.txt & del /f /q "%setup%"

rem list of errors: http://msdn.microsoft.com/en-us/library/windows/desktop/aa368542(v=vs.85).aspx
rem 3010=restart required
if %errorlevel% equ 3010 exit /b 0
.Npackd\Uninstall.bat:
msiexec.exe /qn /norestart /Lime .Npackd\MSI.log /x{5F01B3C4-9BEC-465D-9C68-BB97D381FFAD}
set err=%errorlevel%
type .Npackd\MSI.log

if %err% equ 3010 goto eof
if %err% neq 0 exit /b %err%
Last modified:Wed Nov 10 22:19:56 UTC 2021
Last modified by:tim.lebedk...
Created:Wed Nov 10 22:18:55 UTC 2021
Created by:tim.lebedk...
Automated tests:11 of 12 installations succeeded, 11 of 11 removals succeeded