/build/static/layout/Breadcrumb_cap_w.png

Deploying Multiple MSP's

Just looking for clarification on the command line.

Based on whats here:
http://itninja.com/question/what-is-the-connect.dat-file?8

Is below correct for deploying multiple patches? I am not patching the admin install point, but whats already installed.
msiexec.exe /p \\server\share\patch1.msp
msiexec.exe /p \\server\share\patch2.msp
msiexec.exe /p \\server\share\patch3.msp

0 Comments   [ + ] Show comments

Answers (3)

Posted by: jmaclaurin 12 years ago
Third Degree Blue Belt
0
The answer is yes.

This is the commands I used.
msiexec.exe /p \\server\share\patch1.msp /liwear "%LOGFILEDIR%\%PATCH1%.LOG" /qn
msiexec.exe /p \\server\share\patch2.msp /liwear "%LOGFILEDIR%\%PATCH2%.LOG" /qn
msiexec.exe /p \\server\share\patch3.msp /liwear "%LOGFILEDIR%\%PATCH3%.LOG" /qn
Posted by: GrGrGr 12 years ago
Orange Belt
0
[url]http://msdn.microsoft.com/en-us/library/windows/desktop/aa370576(v=vs.85).aspx[/url]

msiexec /i "install.msi" PATCH="patch.msp;patch2.msp;patch3.msp" /qb
Posted by: jmaclaurin 12 years ago
Third Degree Blue Belt
0
Thanks, I'd try that but each patch is for a different msi.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ