Global Development and Computing Portal Global Development and Computing Portal

Configuring and Using International Features of Windows

Sample answer file for unattended installation of Windows MUI

The following sample installs the Windows 2000 Multilanguage Version with:

13 user interface languages: Arabic; Hebrew; Japanese; Korean; Chinese (Traditional); Chinese (Simplified); German; Swedish; Italian; Dutch; French; Spanish; Brazilian.

Hebrew as the default user interface language (applied by default to all new user accounts, and active at the Windows logon screen)

the user locale set to Japanese

the system locale set to Japanese

Note: the settings listed below are for demonstration purposes only and are not intended to represent recommended configurations.

mui.txt

[Unattended]
UnattendMode=FullUnattended
TargetPath=WINNT
FileSystem=LeaveAlone
[GuiUnattended]
AdminPassword=*
TimeZone=004
AutoLogon=No
[GuiRunOnce]
"%windir%\MUITEMP\MUISETUP.exe
    /i 0401 040d 0411 0412 0404 0804 0407 041D 0410 0413 040c 0c0a 0416
    /d 040d /r /s"
"%windir%\SYSTEM32\CMD.EXE /c RMDIR %WINDIR%\MUITEMP /s /q"
[UserData]
FullName="John Doe"
OrgName="SomeSuper Corp."
ComputerName="MultiLanguageSys1"
[Display]
BitsPerPel=16
Xresolution=1024
Yresolution=768
Vrefresh=75
[RegionalSettings]
LanguageGroup=1,2,3,4,5,6, 7, 8, 9, 10,11,12,13,14,15
SystemLocale=0411
UserLocale=0411
InputLocale=041e:0000041e,0409:00000409
[Identification]
JoinWorkgroup = WORKGROUP
	

**
In This Article
**
**
**