Page 1 of 1

Java 8 JDK

Published: November 6, 2015 - 11:09 AM
by lduriez
Good morning,

I am creating a package for Java 8 JDK version, but the installation is not working because I am getting error 1619.

What's strange is that if I run the silent installation command in a regular Windows command prompt, I have no problem and it installs. But with the WAPT package, there's a problem.

Does anyone have any ideas?

Silent installation control:

Code: Select all

jdk-8u66-windows-i586.exe /s

Re: Java 8 JDK

Published: November 6, 2015 - 11:11
by htouvet
For the JRE, the problem was solved by using the MSI instead of the exe...
The MSI is available in c:\windows\installer after a manual installation.

Re: Java 8 JDK

Published: November 6, 2015 - 11:47 AM
by lduriez
Strangely, the MSI file is smaller than the EXE.

I tried launching it in silent mode (msiexec /i java.msi /quiet /norestart) and it doesn't work at all, whether via a Windows command prompt or via a WAPT package.

Re: Java 8 JDK

Published: November 6, 2015 - 12:03 PM
by lduriez
It's okay, I finally managed it.

For anyone who might encounter the same problem:

Manually launch the .exe file and let it run on the first interaction page.
Go to the folder "C:\Users\
You will find a "jdk" folder
Copy and retrieve these CAB files and the MSI so you can then create your WAPT package.
All that remains is to create your package by running the MSI, which will automatically use the CAB files

.