REM ################################################################
REM Installs: Autocad Revit.
REM Arkitektur: x64
REM Download link:
REM Info: Installerar Autocad Revit.
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 Autocad Revit.
%~dp0AdminImage\Setup.exe /qb /w /I %~dp0AdminImage\ARevit2012x64.ini

REM Installerar patch 1
msiexec.exe /p "%~dp0AdminImage\ARA2012U1.msp" /qb /norestart

REM Installerar patch 2
msiexec.exe /p "%~dp0AdminImage\ARA2012U2.msp" /qb /norestart

endlocal

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

  • No labels