Office admin update

T

Troy Omsted

I am currently building a new server and have created an
admin install of Office XP on the server. I have
downloaded and would like to slipstream the Office XP SP2,
so that when I install Office to the client computers,
they will have SP2 installed. On the instruction page the
command line instructions indicate that I need to specify
the new msp file and the msi file to be updated. The
problem is that there is no msi file with the same name as
the updating msp file and I can't find a cross reference
anywhere. Is there an easier way to do this or could you
give me a real world command line example that actually
makes sense?

The instructions that I found are at:
http://www.microsoft.com/office/ork/xp/journ/Oxpsp2a.htm#Ox
psp2a_4

and the command line that doesn't make any sense is:
[start] msiexec /p [path\name of update MSP file]
/a [path\name of MSI file]
SHORTFILENAMES=TRUE /qb /L*v [path\name of log file]

Thank you,

Troy Omsted
 
J

Jim Tully

Here an example of the command for SP-2:

msiexec /p MAINSP2ff.msp /a PRO.msi
SHORTFILENAMES=TRUE /qb /L* patch2.log

I store this in a .bat file at the root of the Admin
installation point and ran the bat file
Jim
-----Original Message-----
Did you go through that?
http://www.microsoft.com/office/ork/xp/one/depb01.htm

Troy said:
I am currently building a new server and have created an
admin install of Office XP on the server. I have
downloaded and would like to slipstream the Office XP SP2,
so that when I install Office to the client computers,
they will have SP2 installed. On the instruction page the
command line instructions indicate that I need to specify
the new msp file and the msi file to be updated. The
problem is that there is no msi file with the same name as
the updating msp file and I can't find a cross reference
anywhere. Is there an easier way to do this or could you
give me a real world command line example that actually
makes sense?

The instructions that I found are at:
http://www.microsoft.com/office/ork/xp/journ/Oxpsp2a.htm#Ox
psp2a_4

and the command line that doesn't make any sense is:
[start] msiexec /p [path\name of update MSP file]
/a [path\name of MSI file]
SHORTFILENAMES=TRUE /qb /L*v [path\name of log file]

Thank you,

Troy Omsted

.
 

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