Previous Topic: Create a New, Patched Administrative Installation Source ImageNext Topic: Force a Local Repair from a Patched Source Image


Patch an Existing Administrative Installation Source Image

To update an existing administrative installation source image to incorporate the fixes in the hotfix patch package, run this command:

msiexec /a <Full path to MSI> /p <Full path to HF MSP> 

Where <Full path to MSI> and <Full path to HF MSP> specify respectively the full path and name of the existing administrative installation source image .msi file and the Hotfix .msp patch package. The /a option updates an administrative installation source image; the /p option indicates a patch operation.