> For the complete documentation index, see [llms.txt](https://scripts.aaronjstevenson.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://scripts.aaronjstevenson.com/software/installers/google-chrome.md).

# Google Chrome

## Overview

{% hint style="info" %}
**Dev Insight:** This script can be used as a template for performing basic download and installation of other simple msi installers.
{% endhint %}

This script downloads and installs the latest version of Google Chrome.

{% embed url="<https://chromeenterprise.google/browser/download/>" %}

**Prerequisites:** This script has no prerequisites.&#x20;

***

## Script

{% @github-files/github-code-block url="<https://github.com/wise-io/scripts/blob/main/scripts/InstallGoogleChrome.ps1>" %}

## Examples

```powershell
.\InstallGoogleChrome.ps1
```

This example downloads and installs the latest version of Google Chrome.

***

## Parameters

This script has no parameters.
