Last active
July 13, 2020 18:51
-
-
Save matthewcosgrove/a3d4ab531c019431b2578ddac4e16625 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| # https://docs.vmware.com/en/VMware-Horizon-Client-for-Windows/4.6/com.vmware.horizon.windows-client-46-install/GUID-AFB637E0-9395-4A71-8103-7D6DF0103295.html | |
| # INSTALLDIR | |
| # The path and folder in which Horizon Client is installed. For example: | |
| # INSTALLDIR=""D:\abc\my folder"" | |
| # default is %ProgramFiles%VMware\VMware Horizon View Client | |
| # The sets of double quotes that enclose the path enable the installer to interpret the space as a valid part of the path. | |
| # RUN ON CMD.exe with Admin | |
| choco install vmware-horizon-client -ia "INSTALLDIR=""D:\installs\VMWare""" | |
| choco install git.install -ia "/DIR="D:\installs\Git"" | |
| choco install virtualbox -ia "INSTALLDIR=""D:\installs\VirtualBox""" | |
| # "choco install vscode -ia" Not possible with VSCode which is a .exe not an msi without a documented flag | |
| # Use portable instead. See https://code.visualstudio.com/docs/editor/portable | |
| # Put in D:\installs\VSCode\VSCode-win32-x64-1.47.0 | |
| choco install kubernetes-helm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment