tuto:gestion_de_parc:wpkg:flash

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="28"
             reboot="false"
             priority="10">
 
        <variable name="PKG_VERSION" value="11.9.900.170" />
        <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 cmd='"%PKG_SOURCE%\uninstall_flash_player.exe" -uninstall' >
            <exit code="any" />
        </remove>
    </package>
</packages>
  • tuto/gestion_de_parc/wpkg/flash.txt
  • Dernière modification: 18/12/2013 13:30
  • de dani