What's the right way to do a silent install of the Japanese input language and IME in an already setup English-language Windows XP Professional SP2?
I don't want a full Japanese Windows user interface (MUI); all I want is Japanese input ability for word processing etc. It's easy to
do it with the GUI, but I would rather do it quietly in a logon script than force my users to get this procedure right.
Under Windows 98, this was easy. XP has made it hard again.
The
Microsoft silent install docs give a procedure using Rundll32 to launch intl.cpl, but the method described for locating the required support files on a network share doesn't appear to work; I get GUI prompts asking for the XP SP2 installation CD regardless of what I use for OemFilesPath under [Unattended].
My current best effort involves altering the "Installation Sources" value under HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup registry key to make it point to a network folder containing a complete copy of the XP SP2 installer CD, then using
start /wait Rundll32 shell32,Control_RunDLL intl.cpl,,/f:"P:\Installers\Microsoft\Global IME\xp-settings.txt”
where xp-settings.txt contains
[RegionalSettings]
LanguageGroup="1","7"
SystemLocale=0c09
UserLocale=0c09
InputLocale=0c09:00000409,0411:e0010411
This kind of works, but as well as English (Australia) - US and Japanese, it also installs English (US) - US which I don't want.
It seems to me that I must have missed something. Surely it's not supposed to be this hard. Surely there ought to be something for XP that that I could just download and run, like
jamondo.exe for Windows 98. Anybody know what it is?
Failing that, does anybody know a programmatic way to make intl.cpl look in a network folder for files it needs to install, without needing to munge the registry first?
Not exactly – but could you not do something like:
start /wait regedit /s regfile.regBefore the rest, where regfile overwrites whichever MRU list intl.cpl normally looks at with just the location of your files?
posted by ed\26h at 6:24 AM on October 11, 2006