Changes
no edit summary
== Adobe Flash Player 10 for Internet Explorer with 64bit check==
<source lang="xml">
<package
id="flashplayer_ie"
name="Adobe Flash Player 10 for IE"
revision="3"
reboot="false"
priority="10">
<check type="logical" condition="or">
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="Adobe Flash Player 10 ActiveX" />
<check type="file" condition="versiongreaterorequal" path="%SYSTEMROOT%\system32\Macromed\Flash\Flash10a.ocx" value="10.0.12.36"/>
</check>
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="Adobe Flash Player 10 ActiveX" />
<check type="file" condition="versiongreaterorequal" path="%SYSTEMROOT%\SysWOW64\Macromed\Flash\Flash10a.ocx" value="10.0.12.36"/>
</check>
</check>
<install cmd='%SOFTWARE%\flash\install_Flash_player_10_active_x.exe /S' />
<upgrade cmd='%SOFTWARE%\flash\install_flash_player_10_active_x.exe /S' />
<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 Mozilla/Opera with 64bit check==
<source lang="xml">
<package
id="flashplayer_mozilla"
name="Adobe Flash Player 10 for Mozilla/Opera"
revision="2"
reboot="false"
priority="10">
<check type="logical" condition="or">
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="Adobe Flash Player 10 Plugin" />
<check type="file" condition="versiongreaterorequal" path="%SYSTEMROOT%\system32\Macromed\Flash\NPSWF32.dll" value="10.0.12.36" />
</check>
<check type="logical" condition="and">
<check type="uninstall" condition="exists" path="Adobe Flash Player 10 Plugin" />
<check type="file" condition="versiongreaterorequal" path="%SYSTEMROOT%\SysWOW64\Macromed\Flash\NPSWF32.dll" value="10.0.12.36" />
</check>
</check>
<install cmd='%SOFTWARE%\flash\install_flash_player.exe /S' />
<upgrade cmd='%SOFTWARE%\flash\install_flash_player.exe /S' />
<remove cmd='%COMSPEC% /C if exist "%SYSTEMROOT%\system32\Macromed\Flash\uninstall_plugin.exe" "%SYSTEMROOT%\system32\Macromed\Flash\uninstall_plugin.exe" /S'/>
<remove cmd='%COMSPEC% /C if exist "%SYSTEMROOT%\SysWOW64\Macromed\Flash\uninstall_plugin.exe" "%SYSTEMROOT%\SysWOW64\Macromed\Flash\uninstall_plugin.exe" /S'/>
</package>
</source>
== Adobe Flash Player 10 for Firefox ==