24
edits
Changes
Added 10.1rc7 for vurnability fix CVE-2010-1297
This is a silent installer for Adobe Flash Player.
To use these installers on your network, you will need to [http://www.adobe.com/products/players/fpsh_distribution1.html get a licence] but this is a simple free process.
== Adobe Flash Player 10.1 for Internet Explorer with Win64bit check==
<source lang="xml">
<package
id="flashplayer_ie"
name="Adobe Flash Player 10.1 for IE"
revision="1015364"
reboot="false"
priority="10">
<check type="uninstall" condition="exists" path="Adobe Flash Player 10 ActiveX" />
<check type="logical" condition="or">
<check type="file" condition="versionequalto" path="%SYSTEMROOT%\system32\Macromed\Flash\Flash10h.ocx" value="10.1.53.64"/>
<check type="file" condition="versionequalto" path="%SYSTEMROOT%\SysWOW64\Macromed\Flash\Flash10h.ocx" value="10.1.53.64"/>
</check>
<install cmd='%SOFTWARE%\flash\uninstall_flash_player.exe /s'><exit code='any' /></install>
<install cmd='taskkill /f /im iexplore.exe'><exit code='0' /><exit code='1' /><exit code='128' /></install>
<install cmd='%SOFTWARE%\flash\flashplayer10_1_rc7_activex_060210.exe /install' />
<upgrade cmd='%SOFTWARE%\flash\uninstall_flash_player.exe /s'><exit code='any' /></upgrade>
<upgrade cmd='taskkill /f /im iexplore.exe'><exit code='0' /><exit code='1' /><exit code='128' /></upgrade>
<upgrade cmd='%SOFTWARE%\flash\flashplayer10_1_rc7_activex_060210.exe /install' />
<remove cmd='%COMSPEC% /C if exist "%SYSTEMROOT%\system32\Macromed\Flash\uninstall_activeX.exe" "%SYSTEMROOT%\system32\Macromed\Flash\uninstall_activeX.exe" /S'/>
<remove cmd='%COMSPEC% /C if exist "%SYSTEMROOT%\SysWOW64\Macromed\Flash\uninstall_activeX.exe" "%SYSTEMROOT%\SysWOW64\Macromed\Flash\uninstall_activeX.exe" /S'/>
</package>
</source>
== Adobe Flash Player 10 for Internet Explorer with Win64bit check==