@echo off

REM ################################################################
REM Installs: Minitab 16
REM Download link:
REM Contact information:
REM Documentation:
REM Info: Kör mtben1610mu.exe /admin för att skapa svarsfilen config.xml
REM Created:
REM Modifyed:
REM Windows needs to be rebooted by SCCM after install: No
REM User interaction at install: No
REM Application dependencies: No
REM Produktkod:
REM Uninstall command:
REM ################################################################

setlocal

REM Kör setup för applikation
%~dp0mtben1610mu.exe /config %~dp0config.xml

endlocal

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

  • No labels