Jump to content

Office 2003 splistream hotfix problem


fraizzo

Recommended Posts

I try to slipstream the post sp2 hotfixes in my office 2003 italian but when i make windows update it want to install 14 hotfixes.

I do:

1. setup /a with a office 2003 clean

2. splisptream sp2

3. extract all hotfix and i launch this command for each hf

msiexec /p x:\885828\MSOop.msp /a x:\office\pro11.msi shortfilenames=true /qb

Someone can help me?

Edited by fraizzo
Link to comment
Share on other sites


Hi,

I don't slipstream mine but in the batch file after the office setup I run:

for /f "usebackq delims==" %%i in (`dir *.msp /o:gn /w /b`) do (msiexec /p %%i /qb /norestart)

and it installs all patches placed in the same folder alphabetically.

I hope it helps,

Regards,

Yianni.

Link to comment
Share on other sites

Hi,

I don't slipstream mine but in the batch file after the office setup I run:

for /f "usebackq delims==" %%i in (`dir *.msp /o:gn /w /b`) do (msiexec /p %%i /qb /norestart)

and it installs all patches placed in the same folder alphabetically.

I hope it helps,

Regards,

Yianni.

I try now, thank you

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...