HOW TO

Install a .msp file that is not recognized as a patch file

Last Published: April 25, 2020

Summary

If a computer has an installed software product that uses the .msp extension, such as Paint Shop Pro, a patch file may not be recognized as a Microsoft Windows Installer Patch file and double-clicking on it will not start the install process.

Procedure

Instructions provided describe how to call msiexec.exe directly, using the appropriate command line arguments and pointing to the .msp patch file through the following steps:

  1. Open a Command Prompt instance.
    • In the Windows Search bar, type cmd, and press Enter.
  2. In the command prompt window, type msiexec.exe to see if msiexec.exe can be found without specifying its full path.
  3. If it is not found, search the computer for 'msiexec.exe', usually found in the C:\Windows\system32 folder, and note the full path when found.
  4. At the command prompt, use the following syntax to run the .msp file directly:
C:>\<full path if required>\msiexec.exe /p <full path to the .msp>

In the syntax above, the /p is specified to indicate that a patch is being applied.
Example:

C:>\msiexec.exe /p C:\RevSP\PLTS30_Reviewer41_SP1.msp

Article ID:000005804

Software:
  • ArcGIS Production Mapping 9 x

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options

Discover more on this topic