chaining the MUI after the Office 2003 install

C

craigrm2005

Hi,

I have a central Office 2003 install point with several CMWs that do
different things, so I'm not using SETUP.INI.
What I'm wondering about is how to effectively chain the MUI after the
Office install.

Any thoughts would be much appreciated.

Thanks,

Craig
 
V

Vadikan

Effectively? With Setup.ini :) Why aren't you using it? You can always use a
batch file for silent install: office first, mui second.
 
V

Vadikan

Sorry, "Why aren't you using it?" didn't sound right, since you had mentioned
why :) I meant you could still use it for the purpose of chaining MUI. You
can also specify the settings file in the command line:

setup.exe /settings setup1.ini
setup.exe /settings setup2.ini
etc
 
Top