This below is my batch file created to deploy ArcGIS 10.2 thru SCCM. It worked well.
@echo off
REM==========================================
REM Install ArcGIS 10.2
REM==========================================
REM Date : 30 August 2013
REM Author : XXXXXXXX - IT Services
REM .
REM Script Details:
REM --------------
REM This script will:
REM + Silently install ArcGIS 10.2 (Latest version)
REM + Removing Previous Version
REM + Remove desktop icon
REM + Works for Windows 7 32/64 bit
REM===========================================
echo Installing ArcGIS 10.2 - Please Wait.
echo Window will close after install is complete
REM Removes old version (ArcGIS Desktop, ArcGIS Tutorial Data, ArcGIS VBA)
if exist "%ProgramFiles(x86)%\ArcGIS\Desktop10.0" start /w "msiexec.exe" /x {64665955-E1A1-4A8B-BFFA-673A95318909} /qb
if exist "%ProgramFiles(x86)%\ArcGIS\Desktop10.0" start /w "msiexec.exe" /x {41B76534-B3C2-4FCF-B171-5291A3561051} /qb
if exist "%ProgramFiles(x86)%\ArcGIS\Desktop10.0" start /w "msiexec.exe" /x {85E1ACC2-D07E-47BB-A75E-D35E048B14B4} /qb
REM Install ArcGIS 10.2
start /w "msiexec.exe" /i "%~dp0setup.msi" /qb ADDLOCAL="ArcMap,ArcCatalog,Python,Ext_3D_Analyst,SpatialAnalyst" ESRI_LICENSE_HOST="port@servername" SOFTWARE_CLASS="Professional" SEAT_PREFERENCE="Float" INSTALLDIR1="C:\Python27"
REM Install AddOns
start /w "msiexec.exe" /i "%cd%\VBA\setup.msi" /qb
REM Removes ArcGIS 10.2 Desktop Icon - Windows 7
if exist "%public%\Desktop\ArcGIS 10.2.lnk" del "%public%\Desktop\ArcGIS 10.2.lnk"
REM Return exit code to SCCM
exit /B %EXIT_CODE%
Questions & Answers related to ESRI ArcGIS Desktop
Blogs (0)
Blog posts related to ESRI ArcGIS Desktop
Links (0)
Links related to ESRI ArcGIS Desktop
Reviews (0)
Reviews related to ESRI ArcGIS Desktop
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ