Reputation: 347
I would like to install several .msp patches in an administrative install point of a MSI setup. I did it for 1 msp file with the command "msiexec /p patch.msp" but I would like to know if is possible and SAFE to apply several patches to the administrative install point e.g "msiexec /p patch1.msp patch2.msp patch3.msp" or even do the administrative installation and patch installation simultaneously e.g "msiexec /a setup.msi /p patch1.msp patch2.msp patch3.msp"
Also, is there any way to verify that the patch applied successfully? You think that just the exit code of the installation process is enough?
Thank you,
J.
Upvotes: 0
Views: 2185
Reputation: 11
First, run
Then apply the patches:
Upvotes: 1