kentk Posted January 14, 2006 Posted January 14, 2006 This time the update contained 2 "ff" files, shall these into the pro11.msi ?OLKINTLff.mspOUTLOOKff.mspCan I just use the 2003 slipstreamer file below as usual ?TITLE Office 2003 Updates SlipstreamerCLS@echo offECHO.ECHO Slipstreaming Office 2003 UpdatesECHO Please wait...FOR %%f IN (*.msp) DO msiexec /p %%f /a D:\Slipstream\Office2003_CD\pro11.msi SHORTFILENAMES=TRUE /qbECHO.ECHO Slipstreaming Completed!ECHO.pauseEXIT
Dumpy Dooby Posted January 14, 2006 Posted January 14, 2006 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 /qbAfter that finishes,msiexec /p OUTLOOKff.msp /a D:\Slipstream\Office2003_CD\pro11.msi SHORTFILENAMES=TRUE /qbThat's what I did, anyway. It worked for me. *shrug*
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now