|
|
Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
I'm trying to create and deploy an XP image that has several Multilingual User Interface (MUI) packs installed in order to allow the user to choose the right local language.
I reseal the computer using sysprep -mini -pnp.
When I reboot the computer to run the mini-setup and choose a different language (such as French) in the Advanced tab of the Regional and Language Settings window, the Administrator account's language remains English, but any new account that I create on the computer will use the new language.
I have set up the image to automatically log into the Admin account. Below are the contents of my sysprep.inf file:
;SetupMgrTag [Unattended] DriverSigningPolicy=Ignore OEMPnpDriversPath=\EloTouchSystems\SetupFiles\Drivers\TVTuner;\EloTouchSystems\SetupFiles\Drivers\WirelessNIC OemSkipEula=Yes InstallFilesPath=C:\sysprep\i386 TargetPath=\WINDOWS
;;; vnguyen - forcing display resolution to get consistent results at first boot [Display] BitsPerPel=16 Xresolution=800 YResolution=600
[GuiUnattended] AutoLogon=Yes AdminPassword=* EncryptedAdminPassword=NO OemSkipWelcome=1 OEMSkipRegional=0
[UserData] FullName="Elo" OrgName="Elotouch Systems" ComputerName=*
[Identification] JoinWorkgroup=WORKGROUP
[Networking] InstallDefaultComponents=Yes
[Branding] BrandIEUsingUnattended=Yes
[Proxy] Proxy_Enable=0 Use_Same_Proxy=0
|
|
|