Changes

Jump to: navigation, search

Flash Player

3,143 bytes added, 13:46, 6 September 2012
no edit summary
** [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)]
 
==Adobe Flash Player 11.4.402.265 ==
* Uninstaller Download: http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
* Installer Download: http://www.adobe.com/special/products/flashplayer/fp_distribution3.html
 
Package written to keep in-line with previously documented working solutions which should give you the ability to just download the latest and update version number to make the jump to future versions.
 
This package requires wpkg.js 1.2.1-RC20 or higher
 
<source lang="xml">
 
<package id="AdobeFlashPlayer"
name="Adobe Flash Player"
revision="%PKG_VERSION%"
reboot="false"
priority="10">
 
<variable name="PKG_VERSION" value="11.4.402.265" />
<variable name="shortversion" value="11_4_402_265" />
<variable name="PKG_SOURCE" value="%SOFTWARE%\Adobe\FlashPlayer\%PKG_VERSION%" />
 
<variable name="PKG_DESTINATION" value="%SystemRoot%\System32\Macromed\Flash"/>
<variable name="PKG_DESTINATION" value="%SystemRoot%\SysWOW64\Macromed\Flash" architecture="x64"/>
<variable name="PKG_DESTINATION_X64" value="%SystemRoot%\System32\Macromed\Flash"/>
<variable name="PKG_FILE_ACTIVEX" value=""Flash32_%shortversion%.ocx"" />
<variable name="PKG_FILE_PLUGIN" value="NPSWF32_%shortversion%.dll" />
<variable name="PKG_FILE_ACTIVEX_X64" value="Flash64_%shortversion%.ocx" />
<variable name="PKG_FILE_PLUGIN_X64" value="NPSWF64_%shortversion%.dll" />
<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="file" condition="versiongreaterorequal" path="%PKG_DESTINATION%\%PKG_FILE_ACTIVEX%"
 
value="%PKG_VERSION%" />
<check type="file" condition="versiongreaterorequal" path="%PKG_DESTINATION%\%PKG_FILE_PLUGIN%"
 
value="%PKG_VERSION%" />
<check type="file" condition="versiongreaterorequal" path="%PKG_DESTINATION_X64%\%PKG_FILE_ACTIVEX_X64%"
 
value="%PKG_VERSION%" architecture="x64" />
<check type="file" condition="versiongreaterorequal" path="%PKG_DESTINATION_X64%\%PKG_FILE_PLUGIN_X64%"
 
value="%PKG_VERSION%" architecture="x64" />
<install include="remove" />
<install architecture="x86" cmd='"%PKG_SOURCE%\install_flash_player_11_active_x_32bit.exe" /install ' />
<install architecture="x86" cmd='"%PKG_SOURCE%\install_flash_player_11_plugin_32bit.exe" /install ' />
<install architecture="x64" cmd='"%PKG_SOURCE%\install_flash_player_11_active_x_64bit.exe" /install ' />
<install architecture="x64" cmd='"%PKG_SOURCE%\install_flash_player_11_plugin_64bit.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>
 
==Adobe Flash Player 11.3.300.268 ==
Anonymous user

Navigation menu