jcouturier
Posts: 27
Joined: Thu Jul 01, 2021 3:33 pm

Install command lines

Mon Nov 15, 2021 12:17 pm

Hello,
In the "Files and Folders" menu, I added an OpenJDK directory in "C: \ Program Files \ OpenJDK".
In the "Prerequisites" menu, in the "Setup Files" tab, I add the following line :

Code: Select all

/silent ISFeatureInstall="NLM,NSS" LICENSE="[NUANCE_LICENCE]" JAVA_HOME="[ProgramFiles64Folder]OpenJDK\jdk-11" SUPPLEMENTSPATH="[languages_1_Dir]"
in "install command lines".

during the installation will it find the path of the JDK that I specified before ?

Thank you.

Catalin
Posts: 6537
Joined: Wed Jun 13, 2018 7:49 am

Re: Install command lines

Mon Nov 15, 2021 2:06 pm

Hello,

If by the path of the JDK you mean this:

Code: Select all

JAVA_HOME="[ProgramFiles64Folder]OpenJDK\jdk-11"
then the answer is yes, it should be able to find the path.

If this is not what you meant, please give me some more details so I can further assist.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

jcouturier
Posts: 27
Joined: Thu Jul 01, 2021 3:33 pm

Re: Install command lines

Mon Nov 15, 2021 2:50 pm

Thank you.
Yes I am talking about this path.
On the machine I see that the JDK directory is copied after installing my feature. I was asking myself. thank you.
I have a feature that doesn't install and I don't know why.

Catalin
Posts: 6537
Joined: Wed Jun 13, 2018 7:49 am

Re: Install command lines

Wed Nov 17, 2021 11:11 am

You are always welcome!
I have a feature that doesn't install and I don't know why.
Regarding this, I will have a look over your other thread and will reply to you there.

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”