How to extract MSP files and include them in deployments.
<local_drive:>\<patch_name>.exe /e <local_drive:>\<patch_name>.msp
Here is an example: C:\ProductSP1.exe /e ./ProductSP1.msp
where ProductSP1.exe is the name of the downloaded patch and ProductSP1.msp is the name of the extracted file.
Using ‘./’ in front of the extraction file name places the extracted file in the same folder as the original executable. The “e” command line switch extracts the MSP file from the executable.