tuto:gestion_de_parc:wpkg:flash

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
tuto:gestion_de_parc:wpkg:flash [19/01/2012 17:17]
dani créée
tuto:gestion_de_parc:wpkg:flash [18/12/2013 13:30] (Version actuelle)
dani
Ligne 1: Ligne 1:
 ====== Plugin Flash ====== ====== Plugin Flash ======
  
-  * Allez sur cette page: http://www.adobe.com/special/products/flashplayer/fp_distribution3.html et récupérez + 
-    * l'exe d'installation activeX 32 bits +Depuis la version 11.3, les version 32 et 63bits sont packagées en un seul binaire. 
-    * l'exe d'installation activeX 64 bits + 
-    * l'exe d'installation en tant que plugin 32 bits + 
-    * l'exe d'installation en tant que plugin 64 bits +    * Allez sur cette page: [[http://www.adobe.com/special/products/flashplayer/fp_distribution3.html|http://www.adobe.com/special/products/flashplayer/fp_distribution3.html]] et récupérez 
-  * Téléchargez l'outil de suppression 32 bits: http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_32bit.exe +      * l'exe d'installation activeX 
-  * Téléchargez l'outil de suppression 64 bits http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_64bit.exe +      * l'exe d'installation en tant que plugin 
-  * Placez tous ces fichiers dans softwares/flash/<version> (par exemple softwares/flash/11.1.102.55)+    * Téléchargez l'outil de suppression ici [[http://download.macromedia.com/get/flashplayer/current/support/uninstall_flash_player.exe]] 
 +    * Placez tous ces fichiers dans softwares/flash/
  
  
 <file xml flash.xml> <file xml flash.xml>
-<?xml version="1.0" encoding="UTF-8"?>  +<?xml version="1.0" encoding="UTF-8"?> 
-<packages +<packages>
-        xmlns:xsi="http://www.wpkg.org/packages" +
-        xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" > +
- +
     <package id="flash"     <package id="flash"
-            name="Adobe Flash Player" +             name="Adobe Flash Player" 
-            revision="1+             revision="28
-            reboot="false" +             reboot="false" 
-            priority="10">         +             priority="10"> 
-        <variable name="PKG_VERSION"          value="11.1.102.55" /> + 
-        <variable name="PKG_SOURCE"           value="%SOFTWARE%\flash\%PKG_VERSION%" /> +        <variable name="PKG_VERSION" value="11.9.900.170" /> 
-        <variable name="PKG_DESTINATION"      value="%SystemRoot%\System32\Macromed\Flash"/> +        <variable name="PKG_SOURCE" value="%SOFTWARE%\flash" /> 
-        <variable name="PKG_DESTINATION"      value="%SystemRoot%\SysWOW64\Macromed\Flash" architecture="x64"/> + 
-        <variable name="PKG_DESTINATION_X64"  value="%SystemRoot%\System32\Macromed\Flash"/> +        <check type="uninstall" condition="versiongreaterorequal" path="Adobe Flash Player .+ ActiveX.*" value="%PKG_VERSION%" /> 
-        <variable name="PKG_FILE_ACTIVEX"     value="Flash11e.ocx" /> +        <check type="uninstall" condition="versiongreaterorequal" path="Adobe Flash Player .+ Plugin.*" value="%PKG_VERSION%" /> 
-        <variable name="PKG_FILE_PLUGIN"      value="NPSWF32.dll" /> +
-        <variable name="PKG_FILE_ACTIVEX_X64" value="Flash64_11_1_102.ocx" /> +
-        <variable name="PKG_FILE_PLUGIN_X64"  value="NPSWF64_11_1_102.dll" /> +
-  +
-        <check type="uninstall" condition="versiongreaterorequal" path="Adobe Flash Player .+ ActiveX.*"              value="%PKG_VERSION%" /> +
-        <check type="uninstall" condition="versiongreaterorequal" path="Adobe Flash Player .+ Plugin.*"               value="%PKG_VERSION%" /> +
-        <check type="file"      condition="versiongreaterorequal" path="%PKG_DESTINATION%\%PKG_FILE_ACTIVEX%"         value="%PKG_VERSION%" /> +
-        <check type="file"      condition="versiongreaterorequal" path="%PKG_DESTINATION%\%PKG_FILE_PLUGIN%"          value="%PKG_VERSION%" /> +
-        <check type="file"      condition="versiongreaterorequal" path="%PKG_DESTINATION_X64%\%PKG_FILE_ACTIVEX_X64%" value="%PKG_VERSION%" architecture="x64" /> +
-        <check type="file"      condition="versiongreaterorequal" path="%PKG_DESTINATION_X64%\%PKG_FILE_PLUGIN_X64%"  value="%PKG_VERSION%" architecture="x64" /> +
- +
         <install include="remove" />         <install include="remove" />
-        <install architecture="x86" cmd='"%PKG_SOURCE%\install_flash_player_11_active_x_32bit.exe" /install ' /> +        <install cmd='"%PKG_SOURCE%\install_flash_player_11_active_x.exe" /install' /> 
-        <install architecture="x86" cmd='"%PKG_SOURCE%\install_flash_player_11_plugin_32bit.exe" /install ' /> +        <install cmd='"%PKG_SOURCE%\install_flash_player_11_plugin.exe" /install' /> 
-        <install architecture="x64" cmd='"%PKG_SOURCE%\install_flash_player_11_active_x_64bit.exe" /install ' /> +
-        <install architecture="x64" cmd='"%PKG_SOURCE%\install_flash_player_11_plugin_64bit.exe" /install ' /> +
- +
         <upgrade include="install" />         <upgrade include="install" />
- +
         <remove cmd="taskkill /F /IM Firefox.exe">         <remove cmd="taskkill /F /IM Firefox.exe">
-          <exit code="0" /> +            <exit code="0" /> 
-          <exit code="128" /> +            <exit code="128" /> 
-          <exit code="1" />+            <exit code="1" />
         </remove>         </remove>
         <remove cmd="taskkill /F /IM iexplore.exe">         <remove cmd="taskkill /F /IM iexplore.exe">
-          <exit code="0" /> +            <exit code="0" /> 
-          <exit code="128" /> +            <exit code="128" /> 
-          <exit code="1" /> +            <exit code="1" />
-        </remove> +
-        <remove architecture="x86" cmd='"%PKG_SOURCE%\uninstall_flash_player_32bit.exe" -uninstall'+
-            <exit code="any" />+
         </remove>         </remove>
-        <remove architecture="x64" cmd='"%PKG_SOURCE%\uninstall_flash_player_64bit.exe" -uninstall' >+        <remove cmd='"%PKG_SOURCE%\uninstall_flash_player.exe" -uninstall' >
             <exit code="any" />             <exit code="any" />
         </remove>         </remove>
  • tuto/gestion_de_parc/wpkg/flash.1326989859.txt.gz
  • Dernière modification: 19/01/2012 17:17
  • de dani