windows installer - Slipstream multiple .msp patches in an administrative install point and verify it -


i install several .msp patches in administrative install point of msi setup. did 1 msp file command "msiexec /p patch.msp" know if possible , safe apply several patches administrative install point e.g "msiexec /p patch1.msp patch2.msp patch3.msp" or administrative installation , patch installation simultaneously e.g "msiexec /a setup.msi /p patch1.msp patch2.msp patch3.msp"

also, there way verify patch applied successfully? think exit code of installation process enough?

thank you,

j.

first, run

  • msiexec /a setup.msi
  • select path

then apply patches:

  • msiexec /a [path step one]setup.msi /p patch1.msp
  • msiexec /a [path step one]setup.msi /p patch2.msp
  • msiexec /a [path step one]setup.msi /p patch3.msp

Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

css - Firefox for ubuntu renders wrong colors -