Changes

Firefox

1,338 bytes added, 12:28, 9 November 2011
Firefox 7
Command-line options for the installer are documented [https://wiki.mozilla.org/Installer:Command_Line_Arguments here], which also describes how to use a config.ini file for basic configuration of the Firefox install.
 
=== Firefox 8 ===
 
Firefox 8 appears to be very similar to Firefox 7,6,5 and 4.
 
<package
id="firefox"
name="Mozilla Firefox"
revision="%version%"
reboot="false"
priority="10">
<variable name="version" value="8.0" />
<variable name="architecture" value="x86" />
<variable name="locale" value="en-GB" />
<check type="uninstall" condition="exists" path="Mozilla Firefox %version% (%architecture% %locale%)" />
<install cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="-1073741515" />
<exit code="128" />
</install>
<install cmd='"%SOFTWARE%\firefox\Firefox Setup %version%.exe" -ms' />
<upgrade cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="128" />
<exit code="-1073741515" />
</upgrade>
<upgrade cmd='"%SOFTWARE%\firefox\Firefox Setup %version%.exe" -ms' />
<remove cmd="taskkill /F /IM Firefox.exe">
<exit code="0" />
<exit code="128" />
<exit code="-1073741515" />
</remove>
<!-- for 32bit and 64bit System -->
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\Mozilla Firefox\uninstall\helper.exe" "%PROGRAMFILES%\Mozilla Firefox\uninstall\helper.exe" -ms' />
<remove cmd='%COMSPEC% /C if exist "%PROGRAMFILES(x86)%\Mozilla Firefox\uninstall\helper.exe" "%PROGRAMFILES(x86)%\Mozilla Firefox\uninstall\helper.exe" -ms' />
</package>
 
 
 
=== Firefox 7 ===
Anonymous user