
6,966,801
Downloads
23,670
Downloads of v 43.0.3
12/28/2015
Last update
Bringing together all kinds of awesomeness to make browsing better for you.
This package installs Firefox in the first language which matches this list:
- Install arguments override parameter if present, e.g.
choco install Firefox -packageParameters "l=en-GB"
. To get a list of all available locales have a look at this file: https://releases.mozilla.org/pub/firefox/releases/latest/README.txt. - If Firefox is already installed: the same language as the already installed Firefox.
- The Windows system language where the Firefox package gets installed.
- If Firefox does not support the system language, it will fall back to “en-US”
Looking for Firefox Developer Edition? Install the firefox-dev package.
To install Mozilla Firefox, run the following command from the command line or from PowerShell:
C:\> choco install firefox
--version 43.0.3
To upgrade Mozilla Firefox, run the following command from the command line or from PowerShell:
C:\> choco upgrade firefox
--version 43.0.3
Files
Hide- tools\chocolateyInstall.ps1
Show
# This is the general install script for Mozilla products (Firefox and Thunderbird). # This file must be identical for all Choco packages for Mozilla products in this repository. $packageName = 'Firefox' $fileType = 'exe' $version = '43.0.3' $allLocalesListURL = 'https://www.mozilla.org/en-US/firefox/all/' # ---------------- Function definitions ------------------ function GetUninstallPath () { $regUninstallDir = 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\' $regUninstallDirWow64 = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\' $uninstallPaths = $(Get-ChildItem $regUninstallDir).Name if (Test-Path $regUninstallDirWow64) { $uninstallPaths += $(Get-ChildItem $regUninstallDirWow64).Name } $uninstallPath = $uninstallPaths -match "Mozilla Firefox [\d\.]+ \([^\s]+ [a-zA-Z\-]+\)" | Select -First 1 return $uninstallPath } function GetLocale() { $availableLocales = (New-Object System.Net.WebClient).DownloadString($allLocalesListURL) # --- Get locale from installArgs if specified $packageParameters = $env:chocolateyPackageParameters $packageParameters = if ($packageParameters -ne $null) { $packageParameters } else { "" } $argumentMap = ConvertFrom-StringData $packageParameters $localeFromPackageParameters = $argumentMap.Item('l') # --- # --- Get already installed locale if available $uninstallPath = GetUninstallPath($null) $alreadyInstalledLocale = $uninstallPath -replace ".+\s([a-zA-Z\-]+)\)", '$1' # --- # --- Other locales $systemLocaleAndCountry = (Get-Culture).Name $systemLocaleTwoLetter = (Get-Culture).TwoLetterISOLanguageName $fallbackLocale = 'en-US' # --- $locales = $localeFromPackageParameters, $alreadyInstalledLocale, ` $systemLocaleAndCountry, $systemLocaleTwoLetter, $fallbackLocale foreach ($locale in $locales) { $localeMatch = $availableLocales -match "os=win&lang=$locale`"" | Select -First 1 if ($localeMatch -and $locale -ne $null) { break } } return $locale } function AlreadyInstalled($version) { $uninstallEntry = $( "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla " + "Firefox ${version}*" ) $uninstallEntryWow64 = $( "HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\Mozilla " + "Firefox ${version}*" ) if ((Test-Path $uninstallEntry) -or (Test-Path $uninstallEntryWow64)) { return $true } return $false } function Get-32bitOnlyInstalled { $systemIs64bit = Get-ProcessorBits 64 if (-Not $systemIs64bit) { return $false } $registryPaths = @( 'HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall', 'HKLM:\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall' ) $installedVersions = Get-ChildItem $registryPaths | Where-Object { $_.Name -match 'Mozilla Firefox [\d\.]+ \(x(64|86)' } if ( $installedVersions -match 'x86' ` -and $installedVersions -notmatch 'x64' ` -and $systemIs64bit ) { return $true } } # ---------------------------------- $alreadyInstalled = AlreadyInstalled($version) if (Get-32bitOnlyInstalled) { Write-Host $( 'Detected the 32-bit version of Firefox on a 64-bit system. ' + 'This package will continue to install the 32-bit version of Firefox ' + 'unless the 32-bit version is uninstalled.' ) } if ($alreadyInstalled) { Write-Host $( "Firefox $version is already installed. " + 'No need to download an re-install again.' ) } else { $locale = GetLocale $url = "https://download.mozilla.org/?product=firefox-${version}&os=win&lang=${locale}" $url64 = "https://download.mozilla.org/?product=firefox-${version}-SSL&os=win64&lang=${locale}" $silentArgs = '-ms' if ((Get-32bitOnlyInstalled) -or (Get-ProcessorBits 32)) { Install-ChocolateyPackage $packageName $fileType $silentArgs $url } else { Install-ChocolateyPackage $packageName $fileType $silentArgs $url $url64 } }
Virus Scan Results
- Firefox.43.0.3.nupkg (94fa8465c311) - ## / 57 - Log in or click on link to see number of positives
- Firefox Setup 43.0.3.exe (6e92753b5c6e) - ## / 57 - Log in or click on link to see number of positives
- Firefox Setup 43.0.3.exe (2f0bde46c0e4) - ## / 56 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Mozilla Firefox 65.0.1 | 82520 | Sunday, February 17, 2019 | approved |
Mozilla Firefox 65.0 | 132503 | Tuesday, January 29, 2019 | approved |
Mozilla Firefox 64.0.2 | 123385 | Thursday, January 10, 2019 | approved |
Mozilla Firefox 64.0 | 144777 | Tuesday, December 11, 2018 | approved |
Mozilla Firefox 63.0.3 | 157281 | Friday, November 16, 2018 | approved |
Mozilla Firefox 63.0.1 | 144574 | Thursday, November 1, 2018 | approved |
Mozilla Firefox 63.0 | 103398 | Tuesday, October 23, 2018 | approved |
Mozilla Firefox 62.0.3 | 148919 | Wednesday, October 3, 2018 | approved |
Mozilla Firefox 62.0.2 | 103849 | Saturday, September 22, 2018 | approved |
Mozilla Firefox 62.0 | 149958 | Thursday, September 6, 2018 | approved |
Discussion for the Mozilla Firefox Package
Ground rules:
- This discussion is only about Mozilla Firefox and the Mozilla Firefox package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Mozilla Firefox, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.