Jump to content

Win XP Pro SP2 MUI -> other language?


LPChip

Recommended Posts

I've bought Windows XP Professional MUI OEM, which is a 5 cd kit.

I have 1 Windows CD with SP2 preinstalled and 4 additional MUI discs.

I want to make one nLite cd that installs this OS with the Language I choose during install.

From what I've read here, its impossible to do this.

On one of the language CD's, it states how to make it work in an unattended setup. I have a bit of a hard time figuring out how I can combine this with nLite, and in addition, it might provide you guys with the necessary information to add MUI support to nLite itself. :)

I'll quote the helpfile about unattended setup.

=========================================================================

5.0 INSTALLING MUI PACK IN UNATTEND MODE

=========================================================================

The following steps explain how to install the Windows MUI Pack in unattend mode.

1. Copy all the MUI files from MUI CDs into a temporary directory on a

network share, such as $OEM$\MUIINST.

In this example, we use a server \\MUICORE. The directory for the MUI CD

contents will be \\MUICORE\UNATTEND\$OEM$\MUIINST.

2. Add a "Cmdlines.txt" file in \\muicore\UNATTEND\$OEM$ that includes

the following lines:

[Commands]

"muiinst\muisetup.exe [/i LangID1 LangID2 ...] [/d LangID] /r /s"

Note that you must specify " " in your cmdlines.txt file. Use the

appropriate Language ID (LANGID)s, and the muisetup command line

parameters to ensure a quiet installation. Please check muisetup.hlp

for a complete description of all the command line parameters for

muisetup.exe (the command line help content is under "related topics"

in the help.).

3. Create an answer file (mui.txt):

a. add the following entries in the "Unattended" section

[unattended]

OemPreinstall=Yes

OemFilesPath=\\muicore\unattend

OemSkipEula=YES

"OemFilesPath" must point to a network share or drive containing the

MUI install source stored in the above directory structure.

The Windows install sources can be anywhere else (CD, network share, etc).

b. add a "RegionalSettings" section. Use this section to specify the Language

Groups and locales to install. Use the appropriate Language Group IDs and

Locale IDs (LCIDs). Ensure that the Language Groups you install are sufficient

to cover BOTH the locale settings and the User Interface languages you

are installing.

Example:

[RegionalSettings]

LanguageGroup="5","8","13"

Language="0401"

Of course, the answer file may also include other OS unattended setup options.

4. Run winnt32.exe with the appropriate options to use the answer file. If you

require the installation of East Asian language and locale support, you must

specify /copysource:lang or /rx:lang to copy the necessary language files.

If you do not, and the [RegionalSettings] section of your answer file contains

East Asian values, Setup will ignore everything in the [RegionalSettings] section.

For Winnt32.exe, the appropriate syntax is:

winnt32.exe /unattend:"path to answer file" /copysource:lang /s:"path to install source"

So basically, how can I use the above information to make my cd automatically choose my language?

Any help with this is really appreciated. :)

Link to comment
Share on other sites


You can run it silent with the language code:

IE

[Languages]

040c=FR.MUI

0c0a=ES.MUI

0410=IT.MUI

041d=SV.MUI

0413=NL.MUI

0416=Br.MUI

040b=FI.MUI

0414=no.MUI

0406=da.MUI

040e=hu.MUI

0415=pl.MUI

0419=RU.MUI

0405=cs.MUI

0408=EL.MUI

0816=PT.MUI

041f=TR.MUI

0411=JPN.MUI

0412=KOR.MUI

0407=GER.MUI

0804=CHS.MUI

0404=CHH.MUI

Use this these switches

cmd1[pn]=['%cdrom%\\MUI\\muisetup.exe /i 0413 /d 0413 /l /f /r /s'];

Link to comment
Share on other sites

  • 2 weeks later...

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