Silent Install of Mobile GP Tools issue

644
3
12-16-2011 03:34 AM
AnthonyFarndon
Occasional Contributor
Hi All

I am getting errors trying to silently install the mobile GP tools for mobile build 10.0 2525, what am I doing wrong?

The following give inernal error 2711

msiexec /i setup.msi ADDLOCAL="GP Tools" /qb
or
msiexec /i setup.msi ADDLOCAL=GPTools /qb 


The following raises an msiexec dialog (doesn't like the space in between GP and Tools)

msiexec /i setup.msi ADDLOCAL=GP Tools /qb


The setup.msi does not appear to be corrupt, as running via installer UI works.

Thanks, Tony
0 Kudos
3 Replies
ChrisWhitmore
Esri Regular Contributor
Hi Tony,

Looks like there is a typo in the install guide. There should be an underscore in the feature name. Try:

msiexec /i setup.msi ADDLOCAL=GP_Tools /qb


Thanks,

Chris
0 Kudos
AnthonyFarndon
Occasional Contributor
Many thanks, that worked.

Additional note however, if you only install the GP Tools, they will not work (the tools get validation errors when you open them), you need to install at least MPC as well.
0 Kudos
KathyPrescott
New Contributor
Hi I am getting error code 2711 also when installing ArcGis 10.1 on a desktop computer.  This is the run line that I used

msiexec /i G:\ArcGIS10_1\Desktop\setup.msi /qb ADDLOCAL=ArcMap,ArcCatalog,ArcGlobe,ArcScene ESRI_LICENSE_HOST=GIS SOFTWARE_CLASS=PROFESSIONAL SEAT_PREFERENCE=Fixed INSTALLDIR1=C:\python26 /qb

HELP I need to install this ASAP.
I want ArcGIS 10.1 to install and have the local feathers installed also!!
0 Kudos