17
edits
Changes
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>