Java 8 JDK

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Locked
User avatar
lduriez
Messages: 17
Registration: Sep 2, 2015 - 09:16
Location: Roubaix
Contact :

November 6, 2015 - 11:09

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
User avatar
htouvet
WAPT Expert
Messages: 436
Registration: March 16, 2015 - 10:48
Contact :

November 6, 2015 - 11:11

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.
Tranquil IT
User avatar
lduriez
Messages: 17
Registration: Sep 2, 2015 - 09:16
Location: Roubaix
Contact :

November 6, 2015 - 11:47

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.
User avatar
lduriez
Messages: 17
Registration: Sep 2, 2015 - 09:16
Location: Roubaix
Contact :

November 6, 2015 - 12:03

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

.
Locked