Found this old thread in a search, Hoping someone here can help...........I've created an Admin install point for Office XP and have successfully deployed it through group policy. I'm now trying to deploy updates in the same fashion. I'm having trouble with the command line script to apply the updates to the admin instalation. Have been to Microsoft website, there are two different versions of the script out there, and neither seems to work for me:
[start] msiexec /p [path\name of update MSP file]
/a [path\name of MSI file] SHORTFILENAMES=TRUE /qb
/L* [path\name of log file]
OR
[start] msiexec /a [path\name of MSI file] /p
c:\OfficeXpSp3-kb832671-fullfile-enu\name of update MSP
file SHORTFILENAMES=TRUE /qb /L*
[path\name of log file]
SO I've tried:
msiexec /a C:\...PRO.msi /p C:\....OfficeXPSp3-kb832671-fullfile-enu\MAINSP3ff.msp SHORTFILENAMES=TRUE /qb
AND I've tried:
msiexec /p C:\...MAINSP3ff.msp /a C:\......PRO.msi SHORTFILENAMES-TRUE /qb
I know I'm doing some little thing wrong, but can't seem to find it. Every time I try to run it, the help file for windows installer pops up, so I know there's an error in my command. Is it necessary to include a log file? Is there another way to do this than from the command line?
Anyone available to help?
Thanks