Jump to content

alan_fox

Members
  • Posts

    43
  • Joined

  • Last visited

  • Days Won

    7

alan_fox last won the day on April 22 2016

alan_fox had the most liked content!

Profile Information

  • OS
    non-selected

Recent Profile Visitors

2,531 profile views

alan_fox's Achievements

Newbie

Newbie (1/14)

21

Reputation

  1. 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).
×
×
  • Create New...