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
Dernière révision Les deux révisions suivantes
tuto:gestion_de_parc:wpkg:flash [19/01/2012 17:17]
dani créée
tuto:gestion_de_parc:wpkg:flash [13/07/2012 10:11]
dani Page moved from wpkg:flash to tuto:gestion_de_parc:wpkg:flash
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 32 bits: [[http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_32bit.exe|http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_32bit.exe]] 
 +    * Téléchargez l'outil de suppression 64 bits [[http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_64bit.exe|http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_64bit.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+     <package id="flash
-        xsi:noNamespaceSchemaLocation="../xsd/packages.xsd" >+             name="Adobe Flash Player" 
 +             revision="9" 
 +             reboot="false" 
 +             priority="10">
    
-    <package id="flash" +        <variable name="PKG_VERSION" value="11.3.300.257" /> 
-            name="Adobe Flash Player" +        <variable name="PKG_SOURCE" value="%SOFTWARE%\flash" />
-            revision="1" +
-            reboot="false" +
-            priority="10">         +
-        <variable name="PKG_VERSION"          value="11.1.102.55" /> +
-        <variable name="PKG_SOURCE"           value="%SOFTWARE%\flash\%PKG_VERSION%" /> +
-        <variable name="PKG_DESTINATION"      value="%SystemRoot%\System32\Macromed\Flash"/> +
-        <variable name="PKG_DESTINATION"      value="%SystemRoot%\SysWOW64\Macromed\Flash" architecture="x64"/> +
-        <variable name="PKG_DESTINATION_X64"  value="%SystemRoot%\System32\Macromed\Flash"/> +
-        <variable name="PKG_FILE_ACTIVEX"     value="Flash11e.ocx" /> +
-        <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 .+ ActiveX.*" value="%PKG_VERSION%" /> 
-        <check type="uninstall" condition="versiongreaterorequal" path="Adobe Flash Player .+ Plugin.*"               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>
-        <remove architecture="x86" cmd='"%PKG_SOURCE%\uninstall_flash_player_32bit.exe" -uninstall' >+        <remove architecture="x86" cmd='"%PKG_SOURCE%\uninstall_flash_player_32bit.exe" -uninstall'>
             <exit code="any" />             <exit code="any" />
         </remove>         </remove>
-        <remove architecture="x64" cmd='"%PKG_SOURCE%\uninstall_flash_player_64bit.exe" -uninstall' >+        <remove architecture="x64" cmd='"%PKG_SOURCE%\uninstall_flash_player_64bit.exe" -uninstall'>
             <exit code="any" />             <exit code="any" />
         </remove>         </remove>
 + 
     </package>     </package>
 </packages> </packages>
 </file> </file>
 +
  • tuto/gestion_de_parc/wpkg/flash.txt
  • Dernière modification: 18/12/2013 13:30
  • de dani