REM ################################################################
REM Installs: Flamingo 2.0
REM Arkitektur: x86
REM Download link:
REM Info:
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 Produktkod:
REM ################################################################

setlocal

REM Kör setup för Flamingo

msiexec.exe /i"%~dp0Flamingo2_Setup_English.msi" /qn RMA_CDKEY=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX INSTALL_EN=1 /l* c:\programdata\flamingo.txt

endlocal

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

  • No labels