Changes

Jump to: navigation, search

Flash Player

417 bytes removed, 22:25, 15 October 2008
Let's not make these pages more complicated than they need to be. It's assumed WPKG is running at startup so we don't need to kill firefox as it won't be running
</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" />
</install>
</source>
And of course:
<source lang="xml">
<upgrade cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="128" />
</upgrade>
</source>
 
== Adobe Flash Player 10 for Internet Explorer ==
577
edits

Navigation menu