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

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Dernière révision Les deux révisions suivantes
tuto:gestion_de_parc:wpkg:flash [26/06/2012 09:09]
dani
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 10: Ligne 10:
     * 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 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]]     * 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="9"
- 
- 
              reboot="false"              reboot="false"
- 
- 
              priority="10">              priority="10">
- + 
         <variable name="PKG_VERSION" value="11.3.300.257" />         <variable name="PKG_VERSION" value="11.3.300.257" />
- 
- 
         <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">
- 
- 
             <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