@echo off
REM========================================================================================
REM Install Aleph 500 V20
REM========================================================================================
REM Script Details:
REM --------------
REM This script will:
REM + silently install or upgrade Aleph 500 V20
REM + Works for Windows 7 32-bit and 64-bit
REM .
REM========================================================================================
echo Installing Aleph 500 V20 Please Wait.
echo Window will close after install is complete

REM Install Aleph 500 V20
"%~dp0setup.exe" /s

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

  • No labels