ɹəuəllıʍ ʇɐb Posted December 13, 2006 Report Share Posted December 13, 2006 Background information: http://forum.java.sun.com/thread.jspa?threadID=5114451It seems that nobody at the JRE forum knows how to force Windows Installer to use a specific language. These are the Windows installer optionsWindows ® Installer. V 3.01.4000.1823 msiexec /Option [Optional Parameter]Install Options| /i> Installs or configures a product /a Administrative install - Installs a product on the network /j [/t ] [/g ] Advertises a product - m to all users, u to current user| /x> Uninstalls the productDisplay Options /quiet Quiet mode, no user interaction /passive Unattended mode - progress bar only /q[n|b|r|f] Sets user interface level n - No UI b - Basic UI r - Reduced UI f - Full UI (default) /help Help informationRestart Options /norestart Do not restart after the installation is complete /promptrestart Prompts the user for restart if necessary /forcerestart Always restart the computer after installationLogging Options /l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] i - Status messages w - Nonfatal warnings e - All error messages a - Start up of actions r - Action-specific records u - User requests c - Initial UI parameters m - Out-of-memory or fatal exit information o - Out-of-disk-space messages p - Terminal properties v - Verbose output x - Extra debugging information + - Append to existing log file ! - Flush each line to the log * - Log all information, except for v and x options /log Equivalent of /l* Update Options /update [;Update2.msp] Applies update(s) /uninstall [;Update2.msp] /package Remove update(s) for a productRepair Options /f[p|e|c|m|s|o|d|a|u|v] Repairs a product p - only if file is missing o - if file is missing or an older version is installed (default) e - if file is missing or an equal or older version is installed d - if file is missing or a different version is installed c - if file is missing or checksum does not match the calculated value a - forces all files to be reinstalled u - all required user-specific registry entries (default) m - all required computer-specific registry entries (default) s - all existing shortcuts (default) v - runs from source and recaches local packageSetting Public Properties [PROPERTY=PropertyValue]Consult the Windows ® Installer SDK for additional documentation on thecommand line syntax.Copyright © Microsoft Corporation. All rights reserved.Portions of this software are based in part on the work of the Independent JPEG Group.Anyone an idea how to force a specific language? I have simply no more ideas... Quote Link to comment Share on other sites More sharing options...
babysun Posted December 15, 2006 Report Share Posted December 15, 2006 Hi Pat, Just trying to solve the issue... How about using a specific language code in the <language ID>. For example if you want to use US-English by default then just use "en-US" in the <language ID> option. Install Options</package | /i> <Product.msi>Installs or configures a product/a <Product.msi>Administrative install - Installs a product on the network/j<u|m> <Product.msi> [/t <Transform List>][/g <Language ID>] Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted December 18, 2006 Author Report Share Posted December 18, 2006 Actually the language IDs are as follows (found somewhere else)English (en): 1033French (fr): 1036German (de): 1031Italian (it): 1040Japanese (ja): 1041Korean (ko): 1042Spanish (es): 1034Swedish (sv): 1053Simplified Chinese (zh): 2052Traditional Chinese (zh_TW): 1028Tried these optionsjre-6-windows-i586.exe /g 1033jre-6-windows-i586.exe /j 1033jre-6-windows-i586.exe /j /g 1033but all start the Japanese installer. Quote Link to comment Share on other sites More sharing options...
babysun Posted December 18, 2006 Report Share Posted December 18, 2006 Did you check the language settings in the .ini file in the installation directory. Filename could be install.ini or setup.ini or something related to setup? Quote Link to comment Share on other sites More sharing options...
Scarecrow Man Posted December 19, 2006 Report Share Posted December 19, 2006 Is this of any help?http://blogs.msdn.com/heaths/archive/2006/...-languages.aspx Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted December 19, 2006 Author Report Share Posted December 19, 2006 Did you check the language settings in the .ini file in the installation directory. Filename could be install.ini or setup.ini or something related to setup?There is no INI file in the install folder; nor a log of any kind.Is this of any help?http://blogs.msdn.com/heaths/archive/2006/...-languages.aspxNot really, but thanks anyway. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.