REM ################################################################
REM Installs: MeshLab
REM Arkitektur: x64
REM Download link: http://meshlab.sourceforge.net/
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 Uninstall command:
REM ################################################################

setlocal

REM Kör setup för Visual C++ 2008
msiexec.exe /qb- /i "%~dp02008_SP1_x64\vc_red.msi"

REM Kör setup för MeshLab
"%~dp0MeshLab_v132_64bit.exe" /S

endlocal

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

  • No labels