@echo off

REM ################################################################
REM Installs: .Net 4
REM Download link: http://www...
REM Contact information:
REM Documentation:
REM Created:
REM Modifyed:
REM Info:
REM Program reboots during install: No
REM Windows needs to be rebooted by SCCM after install: No
REM User interaction at install: No
REM Application dependencies: No
REM ################################################################

setlocal

REM Kör Setup
"%~dp0IA64_AMD64_X86-all-dotnetfx40_full_x86_x64.exe" /q /norestart

"%~dp0AMD64-sv-dotnetfx40lp_full_x86_x64sv.exe" /q /norestart

wusa.exe "%~dp0IA64_AMD64_X86-all-windows6.0-kb956250-v6001-x64.msu" /quiet /norestart

endlocal

REM Return exit code to SCCM

exit /B %EXIT_CODE%

  • No labels