You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

@ECHO OFF

REM ################################################################
REM Installs: IBM SPSS AMOS 21
REM Download link: http://
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
REM Extract to MSI => SPSS_Amos_21_win32.exe /b".\temp"
REM
REM ################################################################

SETLOCAL

REM Kör setup för IBM SPSS Statistics 21

msiexec.exe /i "%~dp0IBM SPSS Amos 21.msi" /quiet AUTHCODE="******************"

endlocal

REM Return exit code to SCCM

exit /B %EXIT_CODE%

  • No labels