Jump to content

How do I slipstream KB892843 into install cd ?


kentk

Recommended Posts

This time the update contained 2 "ff" files, shall these into the pro11.msi ?

OLKINTLff.msp

OUTLOOKff.msp

Can I just use the 2003 slipstreamer file below as usual ?

TITLE Office 2003 Updates Slipstreamer

CLS

@echo off

ECHO.

ECHO Slipstreaming Office 2003 Updates

ECHO Please wait...

FOR %%f IN (*.msp) DO msiexec /p %%f /a D:\Slipstream\Office2003_CD\pro11.msi SHORTFILENAMES=TRUE /qb

ECHO.

ECHO Slipstreaming Completed!

ECHO.

pause

EXIT

Link to comment
Share on other sites


No, it will try to run both of the slipstreams at once. You have to do it one at a time.

msiexec /p OLKINTLff.msp /a D:\Slipstream\Office2003_CD\pro11.msi SHORTFILENAMES=TRUE /qb

After that finishes,

msiexec /p OUTLOOKff.msp /a D:\Slipstream\Office2003_CD\pro11.msi SHORTFILENAMES=TRUE /qb

That's what I did, anyway. It worked for me. *shrug*

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...