Windows XP SP3, no previous JRE Version found. Trying to install the latest Java version with the following command line
jre-8u162-windows-i586.exe INSTALL_SILENT=0 STATIC=1 WEB_JAVA=1 WEB_ANALYTICS=0 EULA=0 REBOOT=1 SPONSORS=0 /LV* %TEMP%\jreMSI.log
Instead of obtaining the log all I have is a set of the following lines from jusched.log
...
INFO: Running offline JRE wrapper with command line=<"INSTALL_SILENT=0" "STATIC=1" "WEB_JAVA=1" "WEB_ANALYTICS=0" "EULA=0" "REBOOT=1" "SPONSORS=0" "/L" "C:\DOCUME~1\USIKPA\LOCALS~1\Temp\jreMSI.log">
[2018/01/21 21:57:19.500, jre-8u162-windows-i586.exe (PID: 2136, TID: 2112), wrapper.cpp:123 (WinMain)]
TRACE: No Old JRE Version found
[2018/01/21 21:57:19.500, jre-8u162-windows-i586.exe (PID: 2136, TID: 2112), MsiUtils.cpp:321 (msi::`anonymous-namespace'::makeMessage)]
ERROR: Exception with message 'Resources.cpp(65) at Resource::getPtr(): cannot find resource (name='#1605', type='#6'). System error [1813](system error 1813 (Указанный тип ресурса в файле образа отсутствует))' caught
The 161 th version stalls with the same error. Reinstalled the 152 update, and it got installed just fine, although with the same error mentioned in jusched.log. How to find what causes this behavior and why? The installation doesn't get as far as actually handing over to an .msi package
Сообщение отредактировано: USIKPA Update after re-installing jre-8u152-windows-i586.exe