Re: How do I install an msi and msp in the same msiexec command line?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



On Mar 8, 1:16 pm, "Jaycee" <jaycee131...@xxxxxxxxxxx> wrote:
I created the package with the MSI file and it worked. Now I'm trying to
add the MSP file to the installation.

Here is what I'm working with. I want the tzmove.msp file to install.

msiexec.exe /q ALLUSERS=2 /m MSI6MYQF /p "tzmove.msp" /i "TZMove.msi"

Thanks.

Windows Installer doesn't work quite like that. What you probably
want to do is:

(not at the client):
msiexec /a tzmove.msi
(when prompted, pick a network directory for the admin install)
Then patch your admin install like:
msiexec /p tzmove.msp /a <theNetworkDirectory>\tzmove.msi

Then you'd deploy the newly patched tzmove.msi (include any files
contained in <theNetworkDirectory> as your SMS Source.



.



Relevant Pages