Google Chrome 43.0.2357.124 Enterprise
Log In or Register to download the BES file, and more.

0 Votes

Description

Google has released a new version of the Chrome browser (43.0.2357.124). The listed computers have an older version of Google Chrome installed. Follow the link for the enterprise edition of 'Google Chrome 43.0.2357.124' download on this page.

Important Note: This Fixlet will detect the existence of an outdated Google Chrome for both the consumer edition and the enterprise edition. Installing the enterprise edition of Google Chrome may not uninstall nor update the consumer edition. Additionally, problems may occur when installing the enterprise edition of Google Chrome on a computer that already has the consumer edition present. BigFix recommends that the consumer edition of Google Chrome is uninstalled before installing the enterprise edition. Fixlet message "Google Chrome - Consumer Edition Installed" (ID 14011003) can be used to uninstall the consumer edition of Google Chrome.

Important Note: If this Fixlet is still relevant after installing the latest enterprise edition of Google Chrome, the issue is most likely that the computer has an outdated consumer edition installed. Fixlet message "Google Chrome - Consumer Edition Installed" (ID 14011003) can be used to detect this condition.


Property Details

ID6088
StatusQA - Ready for Production Level Testing
TitleGoogle Chrome 43.0.2357.124 Enterprise
DomainBESC
CategoryAudit
Download Size43520677
SourceGoogle
Source ID<Unspecified>
Source SeverityCritical
Source Release Date6/9/2015 12:00:00 AM
CVENamesCVE-2015-1235; CVE-2015-1236; CVE-2015-1237; CVE-2015-1238; CVE-2015-1240; CVE-2015-1241; CVE-2015-1242; CVE-2015-1244; CVE-2015-1245; CVE-2015-1246; CVE-2015-1247; CVE-2015-1248; CVE-2015-1249
SANSIDN/A
KeywordsGoogle Chrome Enterprise 43.0.2357.124
Added by on 6/12/2015 12:29:28 PM
Last Modified by on 6/12/2015 12:31:06 PM
Counters 7343 Views / 20 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 365 fixlets   * Results in a true/false
Show indented relevance
(if( name of operating system starts with "Win" ) then platform id of operating system != 3 else false) AND (if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
Used in 257 fixlets and 9 analyses   * Results in a true/false
Show indented relevance
name of operating system as lowercase starts with "win"
Used in 16 fixlets   * Results in a true/false
Show indented relevance
version of client >= "7"
Used in 103 fixlets   * Results in a true/false
Show indented relevance
not exists values "PROCESSOR_ARCHITECTURE" whose (it as string as lowercase = "ia64") of keys "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" of registry
Used in 3 fixlets   * Results in a true/false
Show indented relevance
exists regapp "chrome.exe"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
(exists key whose ((value "name" of it as string = "Google %c5%a9%b7%d2" or value "name" of it as string = "Google Chrome") and value "pv" of it as string as version < "43.0.2357.124") of keys "HKEY_LOCAL_MACHINE\Software\Google\Update\Clients" of registry) OR (exists key whose ((value "name" of it as string = "Google %c5%a9%b7%d2" or value "name" of it as string = "Google Chrome") and value "pv" of it as string as version < "43.0.2357.124") of keys "Software\Google\Update\Clients" of current user keys (logged on users) of registry)

Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
prefetch GoogleChromeStandaloneEnterprise.msi sha1:646aee678d0882e410920fbfd9a35979812cf3da size:43520677 "https://dl.google.com/tag/s/appguid={8A69D345-D564-463C-AFF1-A69D9E530F96}&iid={00000000-0000-0000-0000-000000000000}&lang=en&browser=3&usagestats=0&appname=Google%2520Chrome&needsadmin=prefers/edgedl/chrome/install/GoogleChromeStandaloneEnterprise.msi" sha256:bdb10695f615715512e5ac39def0a361

waithidden taskkill /F /IM chrome.exe

//Uninstall Older Versions
If {exists keys whose (value "Displayname" of it as string as lowercase contains "google chrome" ) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry}
waithidden "{pathname of system folder & "\msiexec.exe"}" /X{name of key whose (value "DisplayName" of it as string as lowercase contains "google chrome" and name of it starts with "{") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of registry} /QN REBOOT=ReallySuppress
endif

waithidden "{pathname of system folder & "\msiexec.exe"}" /i "{(pathname of client folder of current site) & "\__Download\GoogleChromeStandaloneEnterprise.msi"}" /qn /norestart
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
mgraepel -
The joys of inherited content. I stand corrected, this does require an uninstall. Thank you for calling that out.
jgstew -
Then why does the above actionscript uninstall chrome before installing the new version?
mgraepel -
Nope, just install over the top and everyone's happy.
jgstew -
Is is necessary to uninstall old versions of chrome first?