Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

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

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

REM Installerar patch 2
REM start "instrac2012x64" /WAIT msiexec.exe /p "%~dp0AdminImage\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%