Verify:
1. Verify that “HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full!Release” is greater than or equal to “379893”.
On Success:
1. Log “The Microsoft .NET FrameWork 4.5.2 is already installed.” to “status”.
Remediation:
1. Run the batch file “Setup” with params “”.
Setup
@echo off
NDP452-KB2901907-x86-x64-AllOS-ENU.exe /q /norestart /log C:\Temp\BL_SDS_Microsoft_.NetFrameWork_4.5.2_1.0_NL_Inst.log
if %errorlevel% == 3010 (exit /b 0) else (exit /b %errorlevel%)
Wait for completion
2. Launch “\cmd.exe /c” with params “shutdown -r -t 90 -c ”De PC zal automatisch na 90 seconden herstarten. Gelieve uw openstaande documenten te bewaren.“”.
Wait for completion
Visible
On Remediation Success:
On Remediation Failure:
Leave a Reply