solved* need help with managed installation of .msp File
Hi,
i have to install a Patchfile ArcGIS_Pro_223_165361.msp on Windows 7 and 10.
It's the first time for me doing it with the Kace System Management Appliance.
Under Managed Installation:
Name: ArcGis-Pro-223-Patch Execution: anytime
Inventory:Software
Software required: ArcGIS Pro 2.2 Patch 2 (2.2.2)
-only Display Software with an Associated File
-Use Associated File
-Override Default Installation
msiexec.exe /p "C:\temp\ArcGIS_Pro_223_165361.msp" REINSTALL=ALL REINSTALLMODE=ecmus /qn
SAVE -> RUN ->
after a while the orange initial message windows appears for 2 min, but nothing installed.
on the commandline it works:
msiexec.exe /p "C:\temp\ArcGIS_Pro_223_165361.msp" REINSTALL=ALL REINSTALLMODE=ecmus /qn
all your suggestions are welcome
Answers (3)
This is the proper command line to patch ArcGIS Pro Silently. The location I noted here is merely the location I used. You can simply substitute my location for yours. It would be nice is ESRI told us these things and better if their /help was useful.
msiexec /update c:\arcpro\ArcGIS_Pro_312_185016.msp /qb
Top Answer
For the 2.2.1 version I uploaded the MSP to the software title and this is my command:
msiexec.exe /update ArcGIS_Pro_221_164752.msp /qn
When the appliance executes a managed install, it will download the associated file to the workstation in the c:\ProgramData\Quest\KACE\downloads folder, but you are trying to install the file from c:\temp\.
Also, your MI is associated with the ArcGIS Pro 2.2.2 title and should be associated with 2.2.3, since that is what you are trying to install.