Java 1.5.0_9 / MSI Unattended / international detection
I have a weird problem. My system is in french and when I do an unattended JRE 1.5.0_9 setup, the internet explorer is not properly installed. (I use the following line to install if I do it manually, but the final deployment will be through active directory GPOs: [font="Courier New"]msiexec /i jre1.5.0_09.msi /passive)
If I go the java homepage and do the java instalation verification in french (because the website has detected that my browser is in french), the java control doesn't respond. However, if I force the language to english, the JRE is properly detected.
But if I do the same setup ([font="Courier New"]msiexec, without the [font="Courier New"]/passive switch), but in interactive mode and select the typical setup option, the JRE is detected both in english and french.
At first, I thought the problem was with my transforms that disable all the auto-update features, but even without them the unattended setup is incomplete.
If I go the java homepage and do the java instalation verification in french (because the website has detected that my browser is in french), the java control doesn't respond. However, if I force the language to english, the JRE is properly detected.
But if I do the same setup ([font="Courier New"]msiexec, without the [font="Courier New"]/passive switch), but in interactive mode and select the typical setup option, the JRE is detected both in english and french.
At first, I thought the problem was with my transforms that disable all the auto-update features, but even without them the unattended setup is incomplete.
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
nheim
17 years ago
Hi Alexandre,
you have to set the 'IEXPLORER' property to 1, either on the command line or via MST.
If you do a setup trough the UI, this property, which per default is '0', is set during the dialog phase.
If you want to install it in french with a AD-GPO, you have to extract the french language transform, first.
This can be done by 'msidb /d jre1.5.0_09.msi /w 1036' (MSIDB.EXE from the installer SDK).
Hope this helps.
Regards, Nick
you have to set the 'IEXPLORER' property to 1, either on the command line or via MST.
If you do a setup trough the UI, this property, which per default is '0', is set during the dialog phase.
If you want to install it in french with a AD-GPO, you have to extract the french language transform, first.
This can be done by 'msidb /d jre1.5.0_09.msi /w 1036' (MSIDB.EXE from the installer SDK).
Hope this helps.
Regards, Nick
Posted by:
blanalex
17 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.