[Wapt] Installation Java 32 et 62

Fonteneau Simon sfonteneau at stemarie-aizenay.fr
Mon Nov 9 16:44:52 CET 2015


Bonjour

Tu peux remplacer par ceci :

--------------------------------------------


if iswin64():

         run('msiexec /l* install.log /norestart /q /I 
jre-8u65-windows-x64.msi')
         run('msiexec /l* install.log /norestart /q /I 
jre-8u65-windows-i586.msi')

else:

         run('msiexec /l* install.log /norestart /q /I 
jre-8u65-windows-i586.msi')

--------------------------------------------

ou alors mieux je trouve :

--------------------------------------------

run('msiexec /l* install.log /norestart /q /I jre-8u65-windows-i586.msi')

if iswin64():

         run('msiexec /l* install.log /norestart /q /I 
jre-8u65-windows-x64.msi')



--------------------------------------------


Simon






Le 09/11/2015 16:21, Arnaud Nourry a écrit :
>
> Bonjour,
>
> J’ai des postes en Seven 64bit, et j’ai besoin d’installer Java en 32 
> et 64 pour le besoin de certaines applications.
>
> Dans le paquet que j’utilise la commande d’install ce fait de la 
> manière suivante :
>
> if iswin64():
>
>         run('msiexec /l* install.log /norestart /q /I 
> jre-8u65-windows-x64.msi')
>
> else:
>
>         run('msiexec /l* install.log /norestart /q /I 
> jre-8u65-windows-i586.msi')
>
> Donc Java s’installe en 64, quelle est la syntaxe pour que Java 
> s’installe également en 32 ?
>
> Merci
>
> Arnaud NOURRY
>
> Technicien Informatique
>
> +33 (0)3.21.18.63.10
>
> arnaud.nourry at louvrelens.fr
>
> Musée du Louvre-Lens
>
> 6, rue Charles Lecocq
>
> BP11 - 62301 LENS Cedex
>
> +33 (0)3.21.18.62.62
>
> www.louvrelens.fr <http://www.louvrelens.fr/>
>
> logo LL brique 0 80 75 15
>
>
>
> _______________________________________________
> WAPT mailing list
> WAPT at lists.tranquil.it
> http://lists.tranquil.it/listinfo/wapt

-------------- section suivante --------------
Une pi?ce jointe HTML a ?t? nettoy?e...
URL: <http://lists.tranquil.it/pipermail/wapt/attachments/20151109/254a89fb/attachment.html>
-------------- section suivante --------------
Une pi?ce jointe autre que texte a ?t? nettoy?e...
Nom: non disponible
Type: image/jpeg
Taille: 1550 octets
Desc: non disponible
URL: <http://lists.tranquil.it/pipermail/wapt/attachments/20151109/254a89fb/attachment.jpe>


More information about the WAPT mailing list