/build/static/layout/Breadcrumb_cap_w.png

ESRI ArcGIS Desktop

Version: 10

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 4.3k  |  Created: 04/17/2012

Average Rating: 0
ArcGIS Desktop has 2 inventory records, 0 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (1)

Most Common Setup Type
Legacy Setup with command line support
Average Package Difficulty Rating
Rated 1 / 5 (Very Easy) based on 1 ratings
Most Commonly Reported Deployment Method
Not Determined

Deployment Tip Summary

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%
0
Command Line
Install command (with use of a license server): MsiExec.exe /i setup.msi ADDLOCAL=ALL ESRI_LICENSE_HOST=servername SOFTWARE_CLASS=Professional SEAT_PREFERENCE=Float /qb ----------- Uninstall command: MsiExec.exe /X {64665955-E1A1-4A8B-BFFA-673A95318909} /qn
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
This content is currently hidden from public view.
Reason: Removed by member request For more information, visit our FAQ's.

Inventory Records (2)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

ArcGIS Desktop

Version

10.0.3600

Questions & Answers (0)

Questions & Answers related to ESRI ArcGIS Desktop

Blogs (0)

Blog posts 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