@ECHO OFF

REM ################################################################
REM Installs: Efons XR
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 Firewall needs to open: No
REM ################################################################

SETLOCAL

REM Installerar Xvid
%~dp0XviD-1.1.3-28062007.exe /VERYSILENT

REM Installerar Efons
%~dp0EfonsXR_1_87.exe /S

REM Kopierar textfil
xcopy /h /e %~dp0Registrering.txt "%ProgramData%\Microsoft\Windows\Start Menu\Programs\Efons XR" /Y

Endlocal

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

  • No labels