.NET redistributable runtime 4.7

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

http://download.microsoft.com/download/D/D/3/DD35CC25-6E9C-484B-A746-C5BE0C923290/NDP47-KB3186497-x86-x64-AllOS-ENU.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:4.7
SHA-1 or SHA-256:
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:Sat May 15 09:19:54 UTC 2021
Last modified by:tim.lebedk...
Created:Tue Jun 13 22:23:38 UTC 2017
Created by:tim.lebedk...
Automated tests:3 of 4 installations succeeded, 3 of 3 removals succeeded