Différences

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

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
tuto:gestion_de_parc:wpkg:flash [13/07/2012 10:11]
dani Page moved from wpkg:flash to tuto:gestion_de_parc:wpkg:flash
tuto:gestion_de_parc:wpkg:flash [18/12/2013 13:30] (Version actuelle)
dani
Ligne 8: Ligne 8:
       * l'exe d'installation activeX       * l'exe d'installation activeX
       * l'exe d'installation en tant que plugin       * l'exe d'installation en tant que plugin
-    * 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 ici [[http://download.macromedia.com/get/flashplayer/current/support/uninstall_flash_player.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/     * 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>
-     <package id="flash"+    <package id="flash"
              name="Adobe Flash Player"              name="Adobe Flash Player"
-             revision="9"+             revision="28"
              reboot="false"              reboot="false"
              priority="10">              priority="10">
-  + 
-        <variable name="PKG_VERSION" value="11.3.300.257" />+        <variable name="PKG_VERSION" value="11.9.900.170" />
         <variable name="PKG_SOURCE" value="%SOFTWARE%\flash" />         <variable name="PKG_SOURCE" value="%SOFTWARE%\flash" />
- +
         <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%" />
- +
         <install include="remove" />         <install include="remove" />
         <install cmd='"%PKG_SOURCE%\install_flash_player_11_active_x.exe" /install' />         <install cmd='"%PKG_SOURCE%\install_flash_player_11_active_x.exe" /install' />
         <install cmd='"%PKG_SOURCE%\install_flash_player_11_plugin.exe" /install' />         <install cmd='"%PKG_SOURCE%\install_flash_player_11_plugin.exe" /install' />
- +
         <upgrade include="install" />         <upgrade include="install" />
- 
  
         <remove cmd="taskkill /F /IM Firefox.exe">         <remove cmd="taskkill /F /IM Firefox.exe">
Ligne 45: Ligne 43:
             <exit code="1" />             <exit code="1" />
         </remove>         </remove>
-        <remove architecture="x86" cmd='"%PKG_SOURCE%\uninstall_flash_player_32bit.exe" -uninstall'>+        <remove cmd='"%PKG_SOURCE%\uninstall_flash_player.exe" -uninstall' >
             <exit code="any" />             <exit code="any" />
         </remove>         </remove>
-        <remove architecture="x64" cmd='"%PKG_SOURCE%\uninstall_flash_player_64bit.exe" -uninstall'> 
-            <exit code="any" /> 
-        </remove> 
-  
     </package>     </package>
 </packages> </packages>
 </file> </file>
- 
  • tuto/gestion_de_parc/wpkg/flash.1342167090.txt.gz
  • Dernière modification: 13/07/2012 10:11
  • de dani