Jump to content

How to install Languages unattended


icep9

Recommended Posts

Hallo this is Patrick from Austria.

I´m trying to make a unattended networkinstallation for different languages with an mui!!!(multilanguage)

I have the CDs but i don´t know how to make them.

greetingz and thanks for helping me patrick

Link to comment
Share on other sites


Hi Patrick,

we made the same at my company. We created a zip File of the MUI and added the extraction and the call of the MUI installation to the unattend.

We have added this line to cmdline.txt in the $oem$ directory:

"cmd /c c:\1stSetup.Cmd"

which contains the follwing commands:

"START /W C:\WXPMUI.EXE "
"START /W C:\WXPMUI\Muisetup.exe /i 0407 040c 0410 0c0a 041f /d 0407 /r /s"

WXPMUI.EXE is our self-extracting package of the MUI and the next command is the installation of the MUI.

/i 0407 040c 0410 0c0a 041f

This switch installs the desired languages, the /d switch marks the default language, like 0407 (German). You should find a whole description of the language codes here:

http://www.science.co.il/Language/Locale-Codes.asp

Good Luck :thumbup

Ralf

Link to comment
Share on other sites

tja nun können wir ja in deutsch mit ein ander reden.

ich habe das file office_xp wo folgendes drinnen steht

ECHO.

ECHO Installing Office XP Professional

ECHO Please wait...

start /wait \\seedv15\install\Office\PRO.msi /QBf

oxpsp2a.exe /Q /C /T:C:\OfficeUpdates

officexp-kb824934-fullfile-enu.exe /Q /C /T:C:\OfficeUpdates

exc1003a.exe /Q /C /T:C:\OfficeUpdates

Olk1006a.exe /Q /C /T:C:\OfficeUpdates

OfficeXP-KB822036-FullFile-ENU.exe /Q /C /T:C:\OfficeUpdates

officexp-kb824938-fullfile-enu.exe /Q /C /T:C:\OfficeUpdates

officexp-kb826293-fullfile-enu.exe /Q /C /T:C:\OfficeUpdates

Dann installiert er mir die normale MUI wobei die Sprache dann auf English bleibt.

Wie bekomme ich die dann in Deutsch hin?

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