@echo off

REM ################################################################
REM Installs: Microsoft Visual Studio 2012 x64
REM Download link:
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 för Microsoft Visual Studio 2012 x64
"%~dp0vs_professional.exe" /adminfile "%~dp0AdminDeployment.xml" /passive /norestart

endlocal

REM Return exit code to SCCM
exit /B %EXIT_CODE%

  • No labels