Group policy deployment office service pack 1

J

jason lyons

Im trying to update an Shared Aministration point of office 2003 on the
network, i have downloaded service pack 1 from the Microsoft site and
extracted it, to get the .msp files. what is the best way to apply this
update to the orginal office 2003 SDP installation.
 
R

Ryan Asdourian [MSFT]

You can use a command line similar to this...

msiexec /p <patch location> /a <admin point location\skuname.msi>
SHORTFILENAMES=TRUE /L*V "c:\Patchlog.txt" /qr

exchaning the msi commands with different ones if you want for the silent
install such as /qn or /q or anything like that. /L*V stands for Verbose
logging if you want to enable that.

Thanks,
Ryan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top