Chrome Beta Standalone Installer

0 views
Skip to first unread message

Ariano Waiker

unread,
Jul 31, 2024, 2:01:23 AM7/31/24
to prinormicro

Right after running the script, I didn't check to see if the executables are running fine, because I was assuming there wouldn't be a problem with them. So, after letting the script pile up Chrome versions, just a few days ago I got a big surprise when I tried installing an older version of Chrome. None of the files downloaded by the script worked. Each time I'd try running them, I'd get "unknown installer error".

chrome beta standalone installer


DOWNLOADhttps://8budimonsi.blogspot.com/?tgs=2zU0od



That got me curios about why isn't it working, so I accessed in Chrome and that got me a perfectly working exe. The strange thing is both exes downloaded through Chrome and curl had the same sha 512 hash.As I was puzzled, I tried wget and a powershell script.

Thanks to @John Seerden, I then used his powershell script, which downloaded a googlechromestandaloneenterprise64.msi working executable.Seeing this, I replaced googlechromestandaloneenterprise64.msi URL in his script with , but still got that error.

After some googling, I got across this post, which states something about getting an untagged installer, which I think has been downloaded through a 3rd party program like curl or wget, which ended in prompting "unknown installer error".

Is it there any way I could download perfectly fine running Chrome executables through a script or is it there any way to fix the broken executables?I would prefer to not resort to something like headless Chrome.

I then ran the resulting exe (patched exe, having version 86.0.4240.111 64 bits) in a fresh Windows 7 virtual machine (VM), and this time it installed correctly. For testing purposes, I turned off the network, and, when going to the 3 dotted menu in Chrome > Help > About Chrome, indeed, Chrome was the old version. After that, I turned on network and it had been updating to the latest version, 87.0.4280.66 64 bits, running with no problems.

Even though ChromeStandaloneSetup64_valid_Copy_latest_version.exe (valid exe) came with a Zone Identifier Alternate Data Stream (ADS), unlike the broken exe, the resulting exe coming out the broken exe, lacking ADS, it ran perfectly fine in the VM. Regarding ADS, I downloaded the same valid Chrome exe twice (87.0.4280.66 64 bits) and I noticed the ADS had the same exact value.

Next thing I did was going to -random-data-from-regexp and generating a random appguid and iid (using hexadecimal values, because that's what I noticed it was being used in those fields) using this pattern:

So, since the appguid and iid were coming from a later version of Chrome (appguid and iid taken from 87.0.4280.66 and inserted into 86.0.4240.111), I assume, installation will finish successfully only if the appguid and iid contained in the exe itself, through computation during instalation, will yield a result that matches a value stored somewhere in the exe, or a value that also gets computed during installation. I say this, because when I installed the resulting valid standalone Chrome exe coming from the broken exe, the network was turned off, and there was no prior installation of Chrome on that system. Or maybe those two values are somehow tied to the operating system.

I conclusion, I think I'll end up modifing the URLs in the batch file with those appguid and iid, unless I decide to take a closer look at the URLs of the upcoming releases of Chrome to get an even better idea of how all of this is working.

Simply installing gsutil gives you immediate read and/or write access topublic data. Authenticating to the Cloud Storage service gives you readand/or write access to protected data that has been shared with you. Enablingbilling gives you the ability to create and manage your own buckets.

If you plan to use composite objects, you need to install compiledcrcmod. On Windows, this is only available for 32-bit Python. For moreinformation on crcmod, install gsutil and see the help topic by using thecommand gsutil help crc32c.

The gcloud CLI is available in package format for installation on Debian and Ubuntu systems. This package contains the gcloud, gcloud alpha, gcloud beta, gsutil, and bq commands only. It doesn't include kubectl or the App Engine extensions required to deploy an application using gcloud commands. If you want these components, you must install them separately.

The gcloud CLI is available in package format for installation on Red Hat Enterprise Linux 7, 8, and 9; Fedora 33 and 34; and CentOS 7 and 8 systems. This package contains the gcloud, gcloud alpha, gcloud beta, gsutil, and bq commands only. It doesn't include kubectl or the App Engine extensions required to deploy an application using gcloud commands, which can be installed separately as described later in this section.

Downgrading gcloud CLI versionsIf you'd like to revert to a specific version of the gcloud CLI, where VERSION isof the form 123.0.0, run: sudo dnf downgrade google-cloud-cli-VERSIONThe ten most recent releases will always be available in the repository.NOTE: For releases prior to 371.0.0, the package name is google-cloud-sdk

If you're using a screen reader, check the Turn on screen reader mode checkbox. This option configures gcloud to use status trackers instead of unicode spinners, display progress as a percentage, and flatten tables. For more information, see the Accessibility features guide.

Google Cloud CLI requires Python; supported versions are Python 3.8 to 3.12. By default, the Windows version of Google Cloud CLI comes bundled with Python 3. To use Google Cloud CLI your operating system must be able to run a supported version of Python.

The installer installs all necessary dependencies, including the needed Python version. While Google Cloud CLI installs and manages Python 3 by default, you can use an existing Python installation if necessary by unchecking the option to Install Bundled Python. See gcloud topic startup to learn how to use an existing Python installation.

After installation is complete, the installer gives you the option to create Start Menu and Desktop shortcuts, start the Google Cloud CLI shell, and configure the gcloud CLI. Make sure that you leave the options to start the shell and configure your installation selected. The installer starts a terminal window and runs the gcloud init command.

In order to access protected data or write to a protected bucket, you needto set up credentials (authenticate). For example, if someone else has created aCloud Storage account and uploaded data that is only accessible to youor other specific individuals, you must set up your credentials to theCloud Storage service to be able to access this data.

When using gsutil as part of the Google Cloud CLI, OAuth2 is used toauthenticate and authorize access to your Cloud Storage resources. Toestablish access, run the command gcloud init and follow theinstructions provided in the command line, which include logging into your useraccount. Note that you likely already performed this setup if you followed theinstallation steps above. If you ran gcloud init previously,when you run the command again you are asked if you want to re-initialize theconfiguration or create a new one. For more information, seeInitialize the Google Cloud CLI.

If you try to authenticate gsutil using the gcloud init command, but are stillnot able to access the expected buckets or objects, your system might have boththe legacy, stand-alone version of gsutil and the Google Cloud CLI-bundledversion of gsutil installed on it. Run the command gsutil version -l and checkthe value for using cloud sdk. If False, your system is using thestand-alone version of gsutil when you run commands. It's recommended that youremove the stand-alone version of gsutil from your system; however, you canalternatively authenticate using gsutil config -a or gsutil config -e.

You may also want to enable mutual TLS (mTLS). When mTLS is enabled on yourdevice, your device attempts to connect tostorage.mtls.googleapis.com. Before the connection is allowed,Cloud Storage verifies the certificate on your device.

The simplest way to to obtain a certificate is through Google Cloud CLI.You can set one manually in the .boto file by setting the followingvalues under "Credentials":

  1. use_client_certificate: A flag controlling whether or not to use mTLS.
  2. cert_provider_command: A shell command that prints a certificate to stdout for gsutil to read.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Google only provides an online setup file for Google Chrome which installs the latest version of Google Chrome. It happens frequently that a user upgrades to a new version of Google Chrome and gets upset by an unpleasant feature, a missing option or an annoying bug. Therefore, some users want to roll back to an older version of Google Chrome to preserve a useful feature, option or support some legacy technology. However, is it really wise to use an out-dated verison of Google Chrome? The answer is NO since out-dated browsers usually come with security issues. A better solution to the problem is to use Slimjet browser, which runs on the latest Blink engine while offering more flexibity, features and options compared with Google Chrome. With Slimjet, we give users more choices to tune their browser to their own personal preference instead of forcing a majority style on everyone. Slimjet also integrates more features internally in the most efficient way so that you don't have to spend time dealing with unstable and resource-consuming third-party plugins. Best of all, Slimjet syncs all your Chrome data and settings via your Google account and is compatible with your favorite Chrome extensions. There is absolutely no learning curve for you to switch from Chrome to Slimjet. Give Slimjet a try now and you will never look back!

For users who insist on using an old version of Google Chrome and becoming vulnerable to security issues, you can find the right version of Google Chrome to download for your platform in the following sections.

93ddb68554
Reply all
Reply to author
Forward
0 new messages