This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
informatique:windows:java-jre [2019/10/17 14:28] – created yahiko | informatique:windows:java-jre [2020/02/28 09:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 11: | Line 11: | ||
Installer Java via la commande suivante : | Installer Java via la commande suivante : | ||
<codedoc code: | <codedoc code: | ||
- | jre8.exe INSTALLCFG=" | + | jre-8machin.exe INSTALLCFG=" |
</ | </ | ||
Exemple de script : | Exemple de script : | ||
<codedoc code: | <codedoc code: | ||
- | jre-8u231-windows-x64.exe INSTALLCFG=" | + | jre-8machin-x64.exe INSTALLCFG=" |
ECHO %COMPUTERNAME% 64bits >> postes_ok.txt | ECHO %COMPUTERNAME% 64bits >> postes_ok.txt | ||
- | jre-8u231-windows-i586.exe INSTALLCFG=" | + | jre-8machin-i586.exe INSTALLCFG=" |
ECHO %COMPUTERNAME% 32bits >> postes_ok.txt | ECHO %COMPUTERNAME% 32bits >> postes_ok.txt | ||
</ | </ |