Created
August 4, 2018 21:54
-
-
Save atiq-cs/bf3a28c82af8a4e74801df9d1586be8a to your computer and use it in GitHub Desktop.
No matter what CL option we are trying install is going to default location
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS > choco install googlechrome -ia "'INSTALLFOLDER=D:\PFiles_x64\choco\chrome'" -y | |
Chocolatey v0.10.11 | |
Installing the following packages: | |
googlechrome | |
By installing you accept licenses for the packages. | |
Progress: Downloading GoogleChrome 68.0.3440.8400... 100% | |
GoogleChrome v68.0.3440.8400 [Approved] | |
googlechrome package files install completed. Performing other installation steps. | |
WARNING: Unable to find the architecture of the installed Google Chrome application | |
Downloading googlechrome 64 bit | |
from 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' | |
Progress: 100% - Completed download of C:\Users\Atiq\AppData\Local\Temp\chocolatey\GoogleChrome\68.0.3440.8400\googlechromestandaloneenterprise64.msi (50.04 MB). | |
Download of googlechromestandaloneenterprise64.msi (50.04 MB) completed. | |
Hashes match. | |
Installing googlechrome... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment