Created
May 18, 2017 03:40
-
-
Save abdihaikal/ab19b8907d6cf4f9f7676df24a1da0df to your computer and use it in GitHub Desktop.
MDT 2012 Update 1 - NET Framework 4.0 installer batch script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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