Jump to content

XP installation CD with MUI (Multilingual User Interface)


Recommended Posts

I want to make a XP installation CD with MUI.

I read some documents. (deploy.chm etc...)

I not succeed. The windows always to pop up "can't find winddows\MUITEMP\MUISETUP.exe" when log in windows.

Please teach me.

------------------------------------------------------

Where is the MUI folder should i put?

\\XPCD

  \i386

  \MUI

or

\\XPCD

  \i386

    \MUI

Which is right?

------------------------------------------------------

------------------------------------------------------

I add some words to winnt.sif

[RegionalSettings]

LanguageGroup = 1,7,8,9,10

Language = 0409

[GuiRunOnce]

"%WINDIR%\MUITEMP\MUISETUP.exe [-i 0404][-d 0409] -r -s"

"%WINDIR%\SYSTEM32\CMD.EXE /c RMDIR %WINDIR%\MUITEMP /s /q"

Anything wrong?

-------------------------------------------------------

-------------------------------------------------------

The documents write this to the last.

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

I don't know what talking about.

What does path to answer file ,lang and path to install source mean?

What words i input?

This setting. Whare should i put?

-------------------------------------------------------

I try to make this CD for long time. OTL

Thank you a lot.

Link to comment
Share on other sites


<CD_ROOT>\$OEM$\CMDLINES.TXT

[Commands]
"muiinst\muisetup.exe /i 040c /d 040c /r /s"

<CD_ROOT>\I386\WINNT.SIF

[OemInfFiles]
OemDriverFlags=1
OemDriverPathName="%SystemRoot%\OemDir"
OemInfName="oemscs02.inf","oemscs01.inf"

[Data]
Autopartition = 0
MsDosInitiated = 0
UnattendedInstall = Yes
OemDrivers=OemInfFiles

[Unattended]
NtUpgrade = No
UnattendMode = FullUnattended
UnattendSwitch = Yes
OemPreinstall = Yes
OemSkipEula = Yes
FileSystem = *
WaitForReboot = No
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
DriverSigningPolicy = Ignore
NonDriverSigningPolicy = Ignore
Hibernation = No
TargetPath=\WINDOWS
;OemPnPDriversPath = "WINDOWS\OEMDIR"
;OemFilesPath="..\$OEM$"
FactoryMode="Yes"

[GuiUnattended]
AutoLogon = Yes
EncryptedAdminPassword = No
AdminPassword = *
TimeZone = 105
OEMSkipRegional = 1
OemSkipWelcome = 1
DetachedProgram=

[SetupParams]
UserExecute="cmd /c %SystemDrive%\sysprep\regopts.cmd"

[Shell]
DefaultThemesOff = Yes

[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
ComputerName = "WINXP01"
FullName = "Preinstall"
OrgName = "OEM"


[RegionalSettings]
;http://www.kbalertz.com/kb_Q325856.aspx
Language=040c
LanguageGroup=1
SystemLocale=0000040c
UserLocale=0000040c
InputLocale=040c:0000040c
UserLocale_DefaultUser=0000040c
InputLocale_DefaultUser=040c:0000040c

[Networking]
InstallDefaultComponents = Yes

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

[Identification]
JoinWorkgroup = workgroup

[SystemFileProtection]
SFCQuota=1

[GuiRunOnce]
;http://support.microsoft.com/kb/313827/en-us
"%systemroot%\PCHealth\HelpCtr\Binaries\HelpSvc /MUI_install 040c %systemroot%\PCHealth\MUI\040c\pchdt_w3.cab"

<CD_ROOT>\$OEM$\$1\SYSPREP\REGOPTS.CMD

rundll32.exe shell32,Control_RunDLL intl.cpl,,/f:"%systemdrive%\sysprep\regopts.txt"

<CD_ROOT>\$OEM$\$1\SYSPREP\REGOPTS.TXT

[RegionalSettings]
Language=040c
LanguageGroup=1
SystemLocale=0000040c
UserLocale=0000040c
InputLocale=040c:0000040c
UserLocale_DefaultUser=0000040c
InputLocale_DefaultUser=040c:0000040c

MUI install files are located:

<CD_ROOT>\$OEM$\MUIINST

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