Select to view content in your preferred language

ArcGIS Explorer 2500 Silent Install Using MDT

1953
1
12-04-2013 02:58 PM
MarioLuna
New Contributor
Hi,

I am trying to deploy ArcGIS Explorer using this two different quiet command:

a) Msiexec /I AllUsers.msi INSTALLDIR=C:\Esri /qb
b) Msiexec /I \\MDT01\F$\Softwares\AllUsers.msi INSTALLDIR=C:\Esri /qb

First command does not give any error message and the application just does not get installed. Second one just pop up msiexec help screen ( attached ).

Thank you,
0 Kudos
1 Reply
LindsayKing
Deactivated User
It looks to me like the path to the AllUsers.msi might be the problem.

Was Explorer downloaded directly onto your computer?  If so, try providing the complete path to the local copy of the .MSI.  It is downloaded to the user's %temp% directory by default.  For example, on my computer, this command works for me:

"msiexec /I C:\Users\<user name>\AppData\Local\Temp\ArcGISExplorer\2500\Setup\AllUsers.msi INSTALLDIR=C:\Esri /qb"

Please let me know if you continue to have any issues with this.

Regards,
Lindsay
0 Kudos