JDK-6994010 : JDK registration text in the Windows installer needs to be rebranded
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: generic
  • Submitted: 2010-10-21
  • Updated: 2011-02-02
  • Resolved: 2011-02-02
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 7
7Resolved
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
JDK product registration support is forward ported to jdk7/install repository
(6627821). Three follow-up changes are needed:
1. install/make/common/sfx2sh and 
   The release number is hardcoded to "6".

This should be fixed to use the release number specified at build time.  Also, need to double check if the release number is hardcoded in the windows installer.

2. It's Sun-branded.  It needs to be rebranded (s/Sun/Oracle/g)

3. Switch to use Oracle privacy page (see 6970435)

The text may be better to revise
FROM:

For more information on what data Registration collects and
how it is managed and used, see:
http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html

TO:

Oracle Corporation respects your privacy. For more information on
Oracle's Privacy Policy see http://www.oracle.com/html/privacy.html
or contact ###@###.###.

Current version of full text displayed when JDK installation succeeds.
-----------------------------

Java(TM) SE Development Kit 6 successfully installed.

Product Registration is FREE and includes many benefits:
* Notification of new versions, patches, and updates
* Special offers on Sun products, services and training
* Access to early releases and documentation

Product and system data will be collected. If your configuration
supports a browser, the Sun Product Registration form for
the JDK will be presented. If you do not register, none of
this information will be saved. You may also register your
JDK later by opening the register.html file (located in
the JDK installation directory) in a browser.

For more information on what data Registration collects and
how it is managed and used, see:
http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html

Comments
EVALUATION Combining 7015884: Rebranding: JDK setup - Java DB Feature Description contains Sun and 6994010: JDK registration text in the Windows installer needs to be rebranded under 7015884: Rebranding: replace instances of Sun in JDK install dialogs with Oracle They are changes to the same file that both need localization.
02-02-2011

EVALUATION Changing Sun to Oracle with CR 7015884 The following text is not currently displayed: For more information on what data Registration collects and how it is managed and used, see: http://java.sun.com/javase/registration/JDKRegistrationPrivacy.html
02-02-2011

EVALUATION install/make/common/sfx2sh was rebranded in 6u23 b02 and jdk 7 (see 6966539). However, the JDK 7 b124 windows installer still mentions "Sun" but not "Oracle" (see attached screenshot). On the other hand, the windows installer shows the correct release number. For simpler bug management, I update the synposis of the CR just for rebranding fix for the windows installer. I create a separate CR 7012052: "JDK 7 sfx2sh hardcodes the release number to 6" to track the incorrect release number issue.
13-01-2011