REM ################################################################
REM Installs: Autodesk ECS
REM Arkitektur: x64
REM Download link:
REM Info: Installerar Autodesk ECS
REM Contact information:
REM Documentation:
REM Extrahera ut en .msp från Update.exe: c:\minkatalog\Autodesk_Revit_Architecture_2012-x64_Update 1.EXE /e c:\minkatalog\ARA2012U1.msp
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 Autodesk ECS
%~dp0AdminImage\Setup.exe /qb /I /w %~dp0AdminImage\Autodesk_ECS.ini

REM Installerar patch 1
REM start "instrac2012x64" /WAIT msiexec.exe /p "ARA2012U1.msp" /qb /norestart

REM Installerar patch 2
REM start "instrac2012x64" /WAIT msiexec.exe /p "ARA2012U2.msp" /qb /norestart

REM Kopierar licensfil
REM xcopy "%~dp0LICPATH.LIC" "%PROGRAMFILES%\Autodesk\Revit Architecture 2012\Program" /e /i /h /y

REM Återställer path
set THISDIR =

endlocal

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

  • No labels