REM ################################################################
REM Installs: Rhinoceros 5.0
REM Arkitektur: x64
REM Download link:
REM Info:
REM Contact information:
REM Documentation:
REM Created:
REM Modifyed:
REM Info: OBS! Packa upp pathfilens .exe för att hitta msi-filen
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 Produktkod:
REM Uninstall command:
REM ################################################################

setlocal

REM Kör setup för Rhinoceros 5
msiexec.exe /i "%~dp0Installers\rhino5setup_en-us_x64.msi" RMA_CDKEY=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX RMA_VALIDATION_CODE=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX INSTALL_EN=1 ZOO_SERVER=IP-adress /qn

endlocal

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

  • No labels