Changes

Firefox

304 bytes added, 18:23, 17 November 2011
Installation: Trying to tidy up the messiness created by the additional Firefox 8 package
The section below called [[firefox#Adding_the_settings_to_your_package_definition]] contains the extra lines you'll need to supply Firefox with a specific configuration.
=== Firefox 8 all architectures ===!!!Needs wpkg.js (Requires WPKG 1.2.1-RC20 or higher !!!) === This package is for Firefox 8 but works the same for Firefox 7, 6, 5 and 4. This package works without modification for 32-bit and 64-bit architectures. 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
</source>
=== Firefox 8, (For current versions of WPKG) === This package is for Firefox 8 but works the same for Firefox 7, 6, 5, and 4 ===. This package works with 32-bit and 64-bit architectures but requires you alter the 'architecture' value for 64-bit systems.
Firefox 8 appears to be similar to Firefox 7,6,5 and 4.
<source lang="xml">
<package
priority="10">
<variable name="version" value="3.6.1724" />
<check
<package
id="firefox35"
name="Mozilla Firefox 3.5.819"
revision="1"
reboot="false"
priority="10">
<check type="uninstall" condition="exists" path="Mozilla Firefox (3.5.819)" />
<install cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="-1073741515" />
</install>
<install cmd='"%SOFTWARE%\Internet\firefox\Firefox Setup 3.5.819.exe" -ms' />
<upgrade cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="-1073741515" />
</upgrade>
<upgrade cmd='"%SOFTWARE%\Internet\firefox\Firefox Setup 3.5.819.exe" -ms' />
<remove cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
priority="10">
<check type="uninstall" condition="exists" path="Mozilla Firefox (3.0.1319)" />
<install cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="128" />
</install>
<install cmd='"%SOFTWARE%\Internet\firefox\Firefox Setup 3.0.1319.exe" /S' />
<upgrade cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="128" />
</upgrade>
<upgrade cmd='"%SOFTWARE%\Internet\firefox\Firefox Setup 3.0.1319.exe" /S' />
<remove cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<check type="uninstall" condition="exists" path="Mozilla Firefox (1.5)" />
<install cmd='"%SOFTWARE%\firefox\Firefox Setup 1.5.0.412.exe" -ms' /> <upgrade cmd='"%SOFTWARE%\firefox\Firefox Setup 1.5.0.412.exe" -ms' />
<remove cmd='"%PROGRAMFILES%\Mozilla Firefox\uninstall\uninstall.exe" -ms' />
577
edits