====== Installation silencieuse de Java JRE ======
Télécharger les [[https://www.java.com/fr/download/manual.jsp|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 :
jre-8machin.exe INSTALLCFG="install-java.cfg"
Exemple de script :
jre-8machin-x64.exe INSTALLCFG="install-java.cfg"
ECHO %COMPUTERNAME% 64bits >> postes_ok.txt
jre-8machin-i586.exe INSTALLCFG="install-java.cfg"
ECHO %COMPUTERNAME% 32bits >> postes_ok.txt