@ECHO OFF

REM ################################################################
REM Installs: IBM SPSS SamplePower 3
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 ################################################################

SETLOCAL

REM Kör setup för IBM SPSS SamplePower 3
msiexec.exe /i "%~dp0SamplePower3.0.msi" /quiet AUTHCODE="*******************"

endlocal

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

  • No labels