User Tools

Site Tools


informatique:windows:java-jre

This is an old revision of the document!


Installation silencieuse de Java JRE

Télécharger les installateurs hors ligne de Java.

Créer un fichier de réponse en .cfg (ex : install-java.cfg) remplis comme suit :

INSTALL_SILENT=Enable
REBOOT=Disable
STATIC=Enable

Installer Java via la commande suivante :

jre8.exe INSTALLCFG=“install-java.cfg” 

Exemple de script :

jre-8u231-windows-x64.exe INSTALLCFG=“install-java.cfg” 
ECHO %COMPUTERNAME% 64bits » postes_ok.txt
jre-8u231-windows-i586.exe INSTALLCFG=“install-java.cfg” 
ECHO %COMPUTERNAME% 32bits » postes_ok.txt
informatique/windows/java-jre.1571322486.txt.gz · Last modified: 2020/02/28 09:42 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki