Skip to content

Instantly share code, notes, and snippets.

@abdihaikal
Created May 18, 2017 03:40
Show Gist options
  • Save abdihaikal/ab19b8907d6cf4f9f7676df24a1da0df to your computer and use it in GitHub Desktop.
Save abdihaikal/ab19b8907d6cf4f9f7676df24a1da0df to your computer and use it in GitHub Desktop.
MDT 2012 Update 1 - NET Framework 4.0 installer batch script
@ECHO OFF
PUSHD %~dp0
TITLE INSTALLING NET FRAMEWORK 4.0
ECHO INSTALLING NET FRAMEWORK 4.0......................
dotNetFx40_Full_x86_x64.exe /q /norestart /ChainingPackage ADMINDEPLOYMENT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment