JDK-6741547 : offline JRE wrapper should have external language transforms
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u10
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-08-26
  • Updated: 2013-06-04
  • Resolved: 2009-08-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7
6u18 b01Fixed 7Fixed
Related Reports
Relates :  
Description
Steps to reproduce:

1. Install JRE 6u10-b14 offline with /lang=1036 (or any other language)
2. Now install JRE 6u10-b29, it will get "error applying transforms".

Comments
EVALUATION The reason is because the lang transforms are embedded as storage into the offline JRE msi file. It conflicts with the vamus reinstall caching. Instead of embedding the transforms as storage into the msi file, we should instead use them as 9 resources into the wrapper .rc file. During install, the wrapper will extract the necessary lang transform, if non-English.
26-08-2008