@echo off

REM ################################################################
REM Installs: Lyx
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
%~dp0LyX-2.0.4-1-Installer.exe /S

REM Kör Setup
%~dp0LyX-2.0.2-1-Installer-Bundle.exe /S

endlocal

REM Return exit code to SCCM

exit /B %EXIT_CODE%

  • No labels