as-sassin Posted September 1, 2005 Posted September 1, 2005 Hi all,I'm trying to enable the support for east asian languages after Windows XP is already installed.I wonder if there ist a methode to do it via batch or manipulating hte registry - any automatic idea is welcom! Can anyone help me?as-sassin
ThinkPsy Posted January 28, 2008 Posted January 28, 2008 (edited) I know this question is over two years old -- but it's still unanswered. I'm challenged with the same prob and I'm getting mad about it There is a tool from MS called "SysOcMgr" which is used together with two INF files to do unattended (de-)installation of Windows extras like games, messenger or stuff like the East Asian Language Support files.But it lacks of a good howto or something else. Anyone here who can explain the right way?Thanks a lot in advance.Regards,ThinkPsy/EditI did another research and guess what ... I have found the answer. It was burried deep in the MS knowledgebase. I read the article before. But unfortunately MS goes straight to the localized version if there is any available -- and the german translation isn't as detailed as the original one. So here are the steps to do unattended and/or silent installation of the east asian language support files:1) Change the following registry keys to your needs HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\SourcePath=%YOURDRIVE% (w/o \I386!)HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\ServicePackSourcePath=%YOURDRIVE% (w/o \I386!)HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SourcePath=%YOURDRIVE%\I386 (w/ \I386!)2) Create text file for unattended installation with the following content:[RegionalSettings]LanguageGroup=7, 8, 9, 10SystemLocale=0407UserLocale=0407InputLocale=0407:00000407System-, User- and InputLocale of course depends on your requirements, I prefer 0407 for german input method.3) Type the following into the command prompt or into your script:rundll32.exe shell32,Control_RunDLL intl.cpl,,/f:"%YOURDRIVE%\%YOURTEXTFILE%"Few minutes later you can check the control panel for regional settings and you'll find the [X] in the second tab...4) Last step is re-editing the reg keys to the previous value./edit²Found another reg key which has to be edited -- added it to the list above. Edited January 31, 2008 by ThinkPsy
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now