Hello all,
I have some troubles installing Java JRE on Windows 8.1 x64 (latest updates installed).
Incedent scenario:
OS: Windows 8.1 x64 german in windows domain (clean/fresh installation from USB stick without any other programs installed)
following installations worked without any problems (install user is domain admin):
jre-7u21-windows-i586.exe
jre-7u21-windows-x64.exe
jre-7u40-windows-i586.exe
jre-7u40-windows-x64.exe
jre-7u45-windows-i586.exe
jre-7u45-windows-x64.exe
jre-7u51-windows-i586.exe
jre-7u51-windows-x68.exe
and these installations dosn't working:
jre-7u55-windows-i586.exe
jre-7u55-windows-x64.exe
jre-7u60-windows-i586.exe
jre-7u60-windows-x68.exe
java_install_reg.log:
** Executing the following command: **
"C:\Program Files\Java\jre7\bin\javaw.exe" -Xshare:dump
-- Running RegisterDeploy(TRUE, szJavaHome)
RegisterDeploy returned: 6
-- Exec: RegisterDeploy(TRUE, szJavaHome) failed.
msi installer log (/l*v):
MSI (s) (BC:98) [15:48:37:272]: Executing op: ActionStart(Name=InstallJava,Description=Java Runtime Environment wird registriert,)
Aktion : InstallJava. Java Runtime Environment wird registriert
MSI (s) (BC:98) [15:48:37:319]: Executing op: CustomActionSchedule(Action=InstallJava,ActionType=3073,Source=BinaryData,Target=MSIInstallJRE,)
MSI (s) (BC:98) [15:48:37:335]: Creating MSIHANDLE (2) of type 790536 for thread 2712
MSI (s) (BC:88) [15:48:37:350]: Invoking remote custom action. DLL: C:\Windows\Installer\MSIA98B.tmp, Entrypoint: MSIInstallJRE
MSI (s) (BC:9C) [15:48:37:366]: Generating random cookie.
MSI (s) (BC:9C) [15:48:37:397]: Created Custom Action Server with PID 252 (0xFC).
MSI (s) (BC:C4) [15:48:37:429]: Running as a service.
MSI (s) (BC:C4) [15:48:37:460]: Hello, I'm your 64bit Elevated custom action server.
CustomAction InstallJava returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
MSI (s) (BC:88) [15:48:49:311]: Closing MSIHANDLE (2) of type 790536 for thread 2712
Aktion beendet : InstallFinalize. Rückgabewert 3.
And now the mysterium:
If I remove the computer from the domain and install the 7u55 or 7u60 (as local admin) both installs without any problems.
please help,
any suggestions