Downloads:
2,115,634
Downloads of v 74.0.3729.169:
6,115
Last Update:
23 May 2019
Package Maintainer(s):
Software Author(s):
- The Chromium Authors
Tags:
chromium admin google cross-platform foss chrome browserChromium
This is not the latest version of Chromium available.
- 1
- 2
- 3
74.0.3729.169 | Updated: 23 May 2019
Downloads:
2,115,634
Downloads of v 74.0.3729.169:
6,115
Maintainer(s):
Software Author(s):
- The Chromium Authors
Chromium 74.0.3729.169
This is not the latest version of Chromium available.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Passed
Verification Testing Passed
DetailsScan Testing Resulted in Flagged:
This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.
We recommend clicking the "Details" link to make your own decision on installing this package.
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Chromium, run the following command from the command line or from PowerShell:
To upgrade Chromium, run the following command from the command line or from PowerShell:
To uninstall Chromium, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download chromium --internalize --version=74.0.3729.169 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade chromium -y --source="'INTERNAL REPO URL'" --version="'74.0.3729.169'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade chromium -y --source="'INTERNAL REPO URL'" --version="'74.0.3729.169'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install chromium
win_chocolatey:
name: chromium
version: '74.0.3729.169'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'chromium' do
action :install
source 'INTERNAL REPO URL'
version '74.0.3729.169'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller chromium
{
Name = "chromium"
Version = "74.0.3729.169"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'chromium':
ensure => '74.0.3729.169',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 23 May 2019.
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all Internet users to experience the web. This site contains design documents, architecture overviews, testing information, and more to help you learn to build and work with the Chromium source code.
Notes
- This package installs by default to the
%programfiles(x86)%
instead of%localappdata%\Chromium
. - If you have installed this package in the past to the
%localappdata%\Chromium
location it will continue to be installed in this location.
// Copyright 2015 The Chromium Authors. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:
//
// * Redistributions of source code must retain the above copyright
// notice, this list of conditions and the following disclaimer.
// * Redistributions in binary form must reproduce the above
// copyright notice, this list of conditions and the following disclaimer
// in the documentation and/or other materials provided with the
// distribution.
// * Neither the name of Google Inc. nor the names of its
// contributors may be used to endorse or promote products derived from
// this software without specific prior written permission.
//
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from the listed download
location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors may differ from the used mirror below)
and can be verified by doing the following:
1. Download the following:
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v74.0.3729.169-r638880-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v74.0.3729.169-r638880-win64/chromium-sync.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:
checksum type: sha256
checksum32: 50D6448879C688FA9044FA4751A3D57766DDB0835B46A0463B46B5BBFCB7004C
checksum64: 2AC77B2FCCD314E8C62E0F6005F5B7920771266C030506A0C24D17101B7B6D52
The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
$registry = Get-UninstallRegistryKey -SoftwareName "chromium*"
$file = $registry.UninstallString
$Arg_chk = ($file -match "--system-level")
$chromiumArgs = @{$true = "--uninstall --system-level"; $false = "--uninstall"}[ $Arg_chk ]
$silentArgs = @{$true = '--uninstall --system-level --force-uninstall'; $false = '--uninstall --force-uninstall'}[ $Arg_chk ]
$myfile = $file -replace ( $chromiumArgs )
# All arguments for the Uninstallation of this package
$packageArgs = @{
PackageName = 'Chromium'
FileType = 'exe'
SilentArgs = $silentArgs
validExitCodes = @(0, 19, 21)
File = $myfile
}
# Now to Uninstall the Package
Uninstall-ChocolateyPackage @packageArgs
# This at the moment does not remove the libs\Chromium folder
md5: 7BE5AF36D6C5338F8CE021A43539FB0E | sha1: 63EBBA08EAE382C6A03038E09772FF10E5078882 | sha256: 50D6448879C688FA9044FA4751A3D57766DDB0835B46A0463B46B5BBFCB7004C | sha512: 081775B0C36120F6B1FA53ACFE2027743A263476D7CA6D28DFC4FAB2BFD8AD730E36A533F086FC920F5042456555034F8093F483ED65687E486C154C518C791B
md5: 95088FA2D3DA2B7789587CB38D393AB6 | sha1: 5FC676335B00203157E00B58F75CFB993EC5545D | sha256: 2AC77B2FCCD314E8C62E0F6005F5B7920771266C030506A0C24D17101B7B6D52 | sha512: AA79C38C023FDAD57219E597200332308D906CD7D6C14D9B0190B03BE1E2F1DAD161749BBDDF1E9D36BFC946440660364B851E6E78445C3E61A7E8625C3D2A54
function Get-CompareVersion {
param(
[string]$version,
[string]$notation,
[string]$package
)
$vorgehen = $true;
$packver = @{$true = $version; $false = ($version -replace($notation,""))}[ ( $version -notmatch $notation ) ]
[array]$key = Get-UninstallRegistryKey -SoftwareName "$package*"
if ($packver -eq ( $key.Version )) {
$vorgehen = $false
}
return $vorgehen
}
Log in or click on link to see number of positives.
- chromium.74.0.3729.169.nupkg (0d772ff60772) - ## / 62
- chromium_x32.exe (50d6448879c6) - ## / 71
- chromium_x64.exe (2ac77b2fccd3) - ## / 70
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.