.net Framework 4.7.2 Offline Installer Site

Check via command line:

reg query "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full" /v Release Check installation folder: .net framework 4.7.2 offline installer

$installer = "C:\deploy\NDP472-KB4054530-x86-x64-AllOS-ENU.exe" $arguments = "/q /norestart /ChainingPackage FullX64" $process = Start-Process -FilePath $installer -ArgumentList $arguments -Wait -PassThru if ($process.ExitCode -eq 0 -or $process.ExitCode -eq 3010) Write-Host "Success" if ($process.ExitCode -eq 3010) Restart-Computer -Force .net framework 4.7.2 offline installer

NDP472-KB4054530-x86-x64-AllOS-ENU.exe /q /norestart Logging to debug failures: .net framework 4.7.2 offline installer

Top
Hey, wait a minute.

This is awkward, but...

It looks like you're using an ad blocker. We get it, but (1) terrylove.com can't live without ads, and (2) ad blockers can cause issues with videos and comments. If you'd like to support the site, please allow ads.

If any particular ad is your REASON for blocking ads, please let us know. We might be able to do something about it. Thanks.
I've Disabled AdBlock    No Thanks