Re: How do I install an msi and msp in the same msiexec command line?
- From: "sherrylkissinger@xxxxxxxxx" <sherrylkissinger@xxxxxxxxx>
- Date: 8 Mar 2007 13:18:52 -0800
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.
.
- References:
- Prev by Date: How do I install an msi and msp in the same msiexec command line?
- Next by Date: Re: EVENT 10035
- Previous by thread: How do I install an msi and msp in the same msiexec command line?
- Next by thread: Re: EVENT 10035
- Index(es):
Relevant Pages
|