Ceci est une ancienne révision du document !


Plugin Flash

Depuis la version 11.3, les version 32 et 63bits sont packagées en un seul binaire.

flash.xml
<?xml version="1.0" encoding="UTF-8"?> 
 
 
<packages>
 
 
    <package id="flash"
 
 
             name="Adobe Flash Player"
 
 
             revision="9"
 
 
             reboot="false"
 
 
             priority="10">
 
 
        <variable name="PKG_VERSION" value="11.3.300.257" />
 
 
        <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 .+ Plugin.*" value="%PKG_VERSION%" />
 
 
        <install include="remove" />
 
 
        <install cmd='"%PKG_SOURCE%\install_flash_player_11_active_x.exe" /install' />
 
 
        <install cmd='"%PKG_SOURCE%\install_flash_player_11_plugin.exe" /install' />
 
 
        <upgrade include="install" />
 
 
        <remove cmd="taskkill /F /IM Firefox.exe">
 
 
            <exit code="0" />
 
 
            <exit code="128" />
 
 
            <exit code="1" />
 
 
        </remove>
 
 
        <remove cmd="taskkill /F /IM iexplore.exe">
 
 
            <exit code="0" />
 
 
            <exit code="128" />
 
 
            <exit code="1" />
 
 
        </remove>
 
 
        <remove architecture="x86" cmd='"%PKG_SOURCE%\uninstall_flash_player_32bit.exe" -uninstall'>
 
 
            <exit code="any" />
 
 
        </remove>
 
 
        <remove architecture="x64" cmd='"%PKG_SOURCE%\uninstall_flash_player_64bit.exe" -uninstall'>
 
 
            <exit code="any" />
 
 
        </remove>
 
 
    </package>
 
 
</packages>
  • tuto/gestion_de_parc/wpkg/flash.1340694563.txt.gz
  • Dernière modification: 26/06/2012 09:09
  • de dani