Changes

Jump to: navigation, search

Firefox

1,070 bytes added, 08:16, 23 July 2012
Firefox 12.0 series (For current versions of WPKG)
=== Firefox 12.0 series (For current versions of WPKG) ===
same as <package id="firefox" name="Mozilla Firefox " revision="%version%" reboot="false" priority="10 installation"> <variable name="version" value="12" /> <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 include="install" /> <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>'''Bold text'''
=== Firefox 11.0 series (For current versions of WPKG) ===
Anonymous user

Navigation menu