Office XP + SP3 Slipstream

M

Michel Dessaintes

The CAB files (e.g. OFFICE1.CAB,...) are not updated while slipstreaming with SP3 while all the other files are replaced by the new
ones :(
Does anybody has an idea to solve this problem?

Thanks.
Michel.

ps: Here is the slipstream command I am using:

@ECHO OFF
ECHO Slipstreaming OFFICE XP SP3

SET HERE=%CD%
PUSHD %CD%\..\OFFICE10+SP3

ECHO --- Installing MAINSP3ff.msp (OfficeXpSp3-kb832671-fullfile-fra.exe)
START /WAIT msiexec /p %HERE%\MAINSP3ff.msp /a proplus.msi shortfilenames=true /qb

ECHO --- Installing OWC10SP3ff.msp (OfficeXpSp3-kb832671-fullfile-fra.exe)
START /WAIT msiexec /p %HERE%\OWC10SP3ff.msp /a owc10.msi shortfilenames=true /qb

ECHO --- Installing VSDEBUGff.msp (officexp-kb833858-fullfile-fra.exe)
START /WAIT msiexec /p %HERE%\VSDEBUGff.msp /a proplus.msi shortfilenames=true /qb

rem ECHO --- Installing OUTLOOKff.msp (officexp-kb828040-fullfile-fra.exe)
rem START /WAIT msiexec /p %HERE%\OUTLOOKff.msp /a proplus.msi shortfilenames=true /qb

rem ECHO --- Installing ArtSP3ff.msp (Art2002Sp3-kb834693-fullfile-fra.exe)
rem START /WAIT msiexec /p %HERE%\ArtSP3ff.msp /a access.msi shortfilenames=true /qb

POPD
 

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