Adobe Flash Player 11.3.300.265:

← Older revision

Revision as of 13:33, 25 July 2012

(One intermediate revision by one user not shown)

Line 17:

Line 17:

 

** [http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_32bit.exe Cleanup Tool (32-bit)]

 

** [http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_32bit.exe Cleanup Tool (32-bit)]

 

** [http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_64bit.exe Cleanup Tool (64-bit)]

 

** [http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player_64bit.exe Cleanup Tool (64-bit)]

 

+

 

+

==Adobe Flash Player 11.3.300.265 ==

 

+

 

+

* Download the installer (works for 32 and 64 bit): http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html

 

+

* Package works with winxpsp3 and win 7 64 bit, other constellations not tested by me

 

+

 

+

 

+

 

+

<source lang="xml">

 

+

<?xml version="1.0" encoding="UTF-8"?>

 

+

 

+

 

+

<packages>

 

+

 

+

 

+

<package

 

+

id="flash"

 

+

            name="Adobe Flash Player"

 

+

            revision="14"

 

+

            reboot="false"

 

+

            priority="10">

 

+

 

+

        <variable name="version" value="11.3.300.265" />

 

+

 

+

        <check type="uninstall" condition="versiongreaterorequal" path="Adobe Flash Player .+ ActiveX.*" value="%version%" />

 

+

        <check type="uninstall" condition="versiongreaterorequal" path="Adobe Flash Player .+ Plugin.*"  value="%version%" />

 

+

 

+

 

+

        <install include="remove" />

 

+

        <install cmd='"%Software%\Flash\%version%\install_flash_player_11_active_x.exe" /install' />

 

+

        <install cmd='"%Software%\Flash\%version%\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='"%Software%\Flash\%version%\uninstall_flash_player.exe" -uninstall' />

 

+

   

 

+

 

+

    </package>

 

+

 

+

</packages>

 

+

</source>

 

 

 

==Adobe Flash Player 11.3==

 

==Adobe Flash Player 11.3==

Show more