Changes

Jump to: navigation, search

Flash Player

261 bytes added, 08:57, 14 April 2008
m
Adobe Flash Player 9.0.124.0 for Firefox
<remove cmd='%WINDIR%\system32\Macromed\Flash\uninstall_plugin.exe /S'/>
</package>
</source>
 
It's good to kill Firefox application process before installing, since the installer won't work with browser running. To do this add to code:
<source lang="xml">
<install cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="128" />
</source>

Navigation menu