Changes

Jump to: navigation, search

Flash Player

1,963 bytes added, 06:17, 14 June 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.3==
 
Starting with Flash Player 11.3, Adobe have combined x86 and x64 in to the same installer.
 
<source lang="xml">
<package
id="adobe_flashplayer"
name="Adobe Flash Player"
revision="%version%"
reboot="false"
priority="50">
<variable name="version" value="11.3.300.257" />
<variable name="version1" value="11_3_300_257" />
<variable name="shortversion" value="11.3.300.257" />
<variable name="shortversion1" value="11_3_300_257" />
<variable name="PKG_DESTINATION" value="%SystemRoot%\System32\Macromed\Flash"/>
<variable name="PKG_DESTINATION_X64" value="%SystemRoot%\System32\Macromed\Flash"/>
<variable name="PKG_FILE_ACTIVEX" value="Flash32_%shortversion1%.ocx" />
<variable name="PKG_FILE_PLUGIN" value="NPSWF32_%shortversion1%.dll" />
<variable name="PKG_FILE_ACTIVEX" value="Flash64_%shortversion1%.ocx" architecture="x64" />
<variable name="PKG_FILE_PLUGIN" value="NPSWF64_%shortversion1%.dll" architecture="x64" />
 
<check type="file" condition="versiongreaterorequal" path="%PKG_DESTINATION%\%PKG_FILE_ACTIVEX%" value="%version%" />
<check type="file" condition="versiongreaterorequal" path="%PKG_DESTINATION%\%PKG_FILE_PLUGIN%" value="%version%" />
 
<install cmd='"%SOFTWARE%\Adobe\Flash\install_flash_player.exe" /install ' />
<install cmd='"%SOFTWARE%\Adobe\Flash\install_flash_player_ax.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='"%SOFTWARE%\Adobe\Flash\uninstall_flash_player_32bit.exe" -uninstall' >
<exit code="any" />
</remove>
<remove architecture="x64" cmd='"%SOFTWARE%\Adobe\Flash\uninstall_flash_player_64bit.exe" -uninstall' >
<exit code="any" />
</remove>
</package>
</source>
== Adobe Flash Player 11.2 ==
Anonymous user

Navigation menu