Google Chrome

PowerShell script to silently install the latest version of Google Chrome.

Overview

Dev Insight: This script can be used as a template for performing basic download and installation of other simple msi installers.

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

Prerequisites: This script has no prerequisites.


Script

Examples

.\InstallGoogleChrome.ps1

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


Parameters

This script has no parameters.

Last updated