alan_fox Posted January 18, 2017 Author Share Posted January 18, 2017 Updated 8u121b13 Release Notes: http://www.oracle.com/technetwork/java/javase/8u121-relnotes-3315208.html Quote Link to comment Share on other sites More sharing options...
keloo05 Posted January 19, 2017 Share Posted January 19, 2017 (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 January 20, 2017 by keloo05 Quote Link to comment Share on other sites More sharing options...
alan_fox Posted February 1, 2017 Author Share Posted February 1, 2017 (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 February 2, 2017 by alan_fox Quote Link to comment Share on other sites More sharing options...
alan_fox Posted February 1, 2017 Author Share Posted February 1, 2017 (edited) Updated 8u121b13 [Revision 1] Revision 1: Added removing repacked version switch. Fixed /ai3 switch not working properly. Release Notes: http://www.oracle.com/technetwork/java/javase/8u121-relnotes-3315208.html Command line: http://pastebin.com/rphij1Gi Edited February 1, 2017 by alan_fox Quote Link to comment Share on other sites More sharing options...
keloo05 Posted February 20, 2017 Share Posted February 20, 2017 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. Quote Link to comment Share on other sites More sharing options...
keloo05 Posted April 22, 2017 Share Posted April 22, 2017 Can you please update to 8.0.131 ? ckk 1 Quote Link to comment Share on other sites More sharing options...
keloo05 Posted June 17, 2017 Share Posted June 17, 2017 Have you abandoned this repack? Quote Link to comment Share on other sites More sharing options...
Thiersee Posted June 17, 2017 Share Posted June 17, 2017 @keloo05 If you want you can use the repack from 4lfre1re (repack.net) or the maker from mooms (wincert.net) Quote Link to comment Share on other sites More sharing options...
大†Shinegumi†大 Posted March 18, 2018 Share Posted March 18, 2018 Java SE v8.0 update 161 [x86/x64] [Inno/Silent]... -In x64 OS install both architectures -Silently uninstall any previous version before install -To Silent install use /silent or /verysilent command -Installer Multilanguage -Ideal for WPI Quote https://mega.co.nz/#!3x4kgYJY!AAAAAAAAAAD9dJ-MObVvygAAAAAAAAAA_XSfjDm1b8o Quote Link to comment Share on other sites More sharing options...
ananya Posted August 20, 2019 Share Posted August 20, 2019 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. Quote Link to comment Share on other sites More sharing options...
spinalgr Posted January 7, 2022 Share Posted January 7, 2022 reupload it plz 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.