Jump to content

[Repack] Java SE Runtime Environment 8.0.1210.13 [Revision 1]


Recommended Posts

Posted (edited)

Thank you.

I have a few remarks/questions:

1. The /ai3 switch still doesn't work properly. It only deleted JRE 8u112 64-bit, and the 32-bit arch remained installed (I use Windows 8.1 64-bit)

2. When you apply the /ai3 switch, isn't the insaller supposed to delete older versions of Java first, then install the newer ones? For me, it only deleted one arch, then nothing happened. To install I had to use the installer without any switch.

3. Aren't the switches cumulative, so you can apply 2 or 3 in the same instance? Let's say I want to remove older version of Java and install the newer one, for both arches. So I used /ai3 /ai /ai2. It only installed the 64-bit arch.

EDIT: 4. Why don't you add a first tweak to the installer, to "Silently uninstall any previous version of JAVA before install" ? And make it default, like the other tweaks. I guess nobody wants to have separate versions of JAVA installed together, and it's akward Oracle allowed this to happen.

Edited by keloo05
  • 2 weeks later...
Posted (edited)

1. revision version fix this problem.

2. /ai3 switch only remove older version of Java 8.

3. If you want to remove older version of Java and install both arches, run it without any switches, then run with /ai3. Switches are cumulative, but there is a problem. See Answer on 4.

4. By default, Java repack will install on C:\Program Files\Java and C:\Program Files(x86)\Java on x64 systems. But when you want install both arches on D driver together, the command lines should enter in this way.

<jre-dual-setup.exe> /ai INSTALLDIR="D:\Program Files (x86)\Java"
<jre-dual-setup.exe> /ai2 INSTALLDIR="D:\Program Files\Java"

 

If you type in this way on a x64 systems, x64 Java file will overwrite x86 file on D:\Program Files\Java. They will not be installed together.

<jre-dual-setup.exe> INSTALLDIR="D:\Program Files\Java"

And type in this way, the repack install will run as

<jre-dual-setup.exe> /ai INSTALLDIR="D:\Program Files (x86)\Java" /ai2 INSTALLDIR="D:\Program Files\Java"

the repack installer will extract the files and run as msiexec /i x64\jre.msi INSTALLDIR="D:\Program Files (x86)\Java" /ai2 INSTALLDIR="D:\Program Files\Java". This cause a error.

When you enter <jre-dual-setup.exe> /aiX xxxxx, it will return to msiexec /i jre.msi xxxxx (windows installer property).

 

Edited by alan_fox
  • 3 weeks later...
Posted
On 2/1/2017 at 6:38 PM, alan_fox said:

dated 8u121b13 [Revision 1]

Revision 1:

Added removing repacked version switch.

Fixed /ai3 switch not working properly

Thank you for your answers and update.

  • 2 months later...
  • 1 month later...
  • 9 months later...
  • 1 year later...
Posted

Hi, Thanks for sharing new topic but I don't get exact answer. I want perfect answer which I understand easily because i also start to learn JAVA from CETPA so there I want to clear it more.

  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...