REM ################################################################
REM Installs: Autodesk Alias
REM Arkitektur: x64
REM Download link:
REM Contact information:
REM Documentation:
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 Autodesk Alias
%~dp0AdminImage\Setup.exe /qb /I /w %~dp0AdminImage\Alias2013.ini

endlocal

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

  • No labels