<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Bonjour,<br>
    Merci pour vos réponses.<br>
    <br>
    <div class="moz-cite-prefix">Le 30/12/2015 15:16, Fonteneau Simon a
      écrit :<br>
    </div>
    <blockquote cite="mid:5683E728.5080202@stemarie-aizenay.fr"
      type="cite">
      <meta content="text/html; charset=windows-1252"
        http-equiv="Content-Type">
      Très étrange car le message: <br>
      <br>
      "Exception: The uninstall key: <font color="#666666"><i>blablabla</i></font>
      has not been found in system registry after software
      installation."<br>
      <br>
      Est implémenté a partir de la 1.3.5<br>
    </blockquote>
    J'utilise effectivement la version 1.3.5. <br>
    <blockquote cite="mid:5683E728.5080202@stemarie-aizenay.fr"
      type="cite"> <br>
      Pour activex:<br>
      <br>
      <b>Le problème peut effectivement survenir a partir de windows 8
        car la version active x est implémentée dans windows il me
        semble.</b><br>
      <br>
      Du coup lorsque wapt veux vérifier a la fin de l'installation du
      paquet que les uninstallkey renseignée sont bien présente, il ne
      trouve pas la uninstallkey activex.<br>
      <br>
      Et du coup peux générer ce type d'erreur.<br>
      <br>
      Je n'ai plus internet chez moi et je ne peux pas vérifier si le
      paquet de tranquil.it a été modifié en conséquence.<br>
    </blockquote>
    Merci, il semble que ce soit l'élément décisif. <br>
    <br>
    Le paquet tis-flashplayer indique : <br>
    <br>
        print("Installing flash for internet explorer if < win<b>10</b>")<br>
        if windows_version()<Version('<b>10.0.0</b>'):<br>
           
install_msi_if_needed('install_flash_player_20_active_x.msi',killbefore=['iexplore.exe'])<br>
    <br>
    En remplaçant par : <br>
    <br>
        print("Installing flash for internet explorer if < win<b>8</b>")<br>
        if windows_version()<Version('<b>6.2</b>'): """6.2 = windows
    8"""<br>
           
install_msi_if_needed('install_flash_player_20_active_x.msi',killbefore=['iexplore.exe'])<br>
    <br>
    Ça fonctionne. Il faut que je teste ce que ça donne sous Windows 7.<br>
    <br>
    Également le paquet inclut les fichiers de flashplayer 19, qui ne
    sont pas nécessaires.<br>
    <br>
    Bien à vous,<br>
    <div class="moz-signature">-- <br>
      <meta charset="utf-8">
      <p>
        Hugo MOUBÈCHE
        <br>
        Alternant Systèmes d'Information
        <br>
        <a href="mailto:h.moubeche@normatrans.com">h.moubeche@normatrans.com</a>
        <br>
        <a href="http://www.normatrans.com">www.normatrans.com</a>
        <br>
        Bâtiment 1, messagerie
        <br>
        28 rue des Frères Chappe - 14540 GRENTHEVILLE
        <br>
        (sortie 15 Vallée sèche)
        <br>
        Tél : +33 (0)2.31.35.29.35
        <br>
        Fax : +33 (0)2.31.35.29.40
        <br>
        <br>
        <img src="cid:part3.02080209.09040007@normatrans.com"
          title="Normatrans" height="38" width="157">
        <img src="cid:part4.03060502.05040304@normatrans.com"
          title="Objectif C02" height="42" width="127"> <img
          src="cid:part5.02070307.09060404@normatrans.com"
          title="Certifié OEA" height="50" width="270">
      </p>
    </div>
  </body>
</html>