docker / for-win

Bug reports for Docker Desktop for Windows
https://www.docker.com/products/docker#/windows
1.86k stars 289 forks source link

Docker build never finishes when installing libepoxy with vcpkg and Docker consumes a lot of CPU even after restart #7699

Open magjac opened 4 years ago

magjac commented 4 years ago

Expected behavior

  1. Docker build finishes.
  2. If killed, should not continue to run and consume CPU
  3. If computer is restarted, should not continue to run and consume CPU

Actual behavior

  1. Never finishes (waited more than 24h once)
  2. When killed with Ctrl-C, continues to run and consume CPU
  3. After restart of computer, continues to run and consume CPU.

Information

Steps to reproduce the behavior

  1. docker build --rm -t graphviz:my-tag -m 2GB --isolation=hyperv .
  2. Dockerfile:
# escape=`

FROM mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019

# Restore the default Windows shell for correct batch processing.
SHELL ["cmd", "/S", "/C"]

ADD https://chocolatey.org/install.ps1 C:\TEMP\install.ps1
RUN powershell C:\TEMP\install.ps1 -Wait `
&& del C:\TEMP\install.ps1

RUN choco install -y -v visualstudio2019-workload-vctools

RUN choco install --no-progress -y git
RUN git clone https://github.com/microsoft/vcpkg.git `
&& cd vcpkg `
&& bootstrap-vcpkg.bat

RUN vcpkg\vcpkg install libepoxy
  1. Press Ctrl-C after waiting several hours
  2. Open task manager with Ctrl-Alt.Delete and watch most CPU intensive process. It's Docker dockerd -> Docker Engine running at ~30%
  3. Restart computer
  4. Open task manager with Ctrl-Alt.Delete and watch most CPU intensive process. It's Docker dockerd -> Docker Engine running at ~30%
magjac commented 4 years ago

Log from build before pressing Ctrl-C:

Sending build context to Docker daemon  47.62kB

Step 1/8 : FROM mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019
 ---> be6035551084
Step 2/8 : SHELL ["cmd", "/S", "/C"]
 ---> Using cache
 ---> d4333c5f7327
Step 3/8 : ADD https://chocolatey.org/install.ps1 C:\TEMP\install.ps1

 ---> Using cache
 ---> 3e9098c41b65
Step 4/8 : RUN powershell C:\TEMP\install.ps1 -Wait && del C:\TEMP\install.ps1
 ---> Using cache
 ---> 3d3cd81572cf
Step 5/8 : RUN choco install -y -v visualstudio2019-workload-vctools
 ---> Running in edb40c3a878f
Chocolatey v0.10.15

Installing the following packages:

visualstudio2019-workload-vctools

By installing you accept licenses for the packages.

[NuGet] Attempting to resolve dependency 'chocolatey-visualstudio.extension (≥ 1.8.0)'.

Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 0%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 2%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 4%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 6%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 8%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 10%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 12%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 14%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 16%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 18%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 20%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 22%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 24%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 26%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 28%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 30%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 31%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 33%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 35%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 37%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 39%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 41%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 43%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 45%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 47%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 49%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 51%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 53%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 55%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 57%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 59%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 60%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 62%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 64%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 66%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 68%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 70%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 72%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 74%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 76%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 78%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 84%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 84%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 90%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 90%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 91%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 97%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 97%
Progress: Downloading chocolatey-visualstudio.extension 1.8.1... 100%

Progress: Downloading visualstudio2019-workload-vctools 1.0.0... 9%
Progress: Downloading visualstudio2019-workload-vctools 1.0.0... 30%
Progress: Downloading visualstudio2019-workload-vctools 1.0.0... 50%
Progress: Downloading visualstudio2019-workload-vctools 1.0.0... 71%
Progress: Downloading visualstudio2019-workload-vctools 1.0.0... 91%
Progress: Downloading visualstudio2019-workload-vctools 1.0.0... 100%

[NuGet] Attempting to resolve dependency 'vcredist140 (≥ 14.16.27027.1)'.

Progress: Downloading vcredist140 14.26.28720.3... 7%
Progress: Downloading vcredist140 14.26.28720.3... 24%
Progress: Downloading vcredist140 14.26.28720.3... 41%
Progress: Downloading vcredist140 14.26.28720.3... 57%
Progress: Downloading vcredist140 14.26.28720.3... 74%
Progress: Downloading vcredist140 14.26.28720.3... 91%
Progress: Downloading vcredist140 14.26.28720.3... 100%

[NuGet] Attempting to resolve dependency 'chocolatey-core.extension (≥ 1.3.3)'.

Progress: Downloading chocolatey-core.extension 1.3.5.1... 4%
Progress: Downloading chocolatey-core.extension 1.3.5.1... 14%
Progress: Downloading chocolatey-core.extension 1.3.5.1... 23%
Progress: Downloading chocolatey-core.extension 1.3.5.1... 33%
Progress: Downloading chocolatey-core.extension 1.3.5.1... 42%
Progress: Downloading chocolatey-core.extension 1.3.5.1... 52%
Progress: Downloading chocolatey-core.extension 1.3.5.1... 61%
Progress: Downloading chocolatey-core.extension 1.3.5.1... 71%
Progress: Downloading chocolatey-core.extension 1.3.5.1... 80%
Progress: Downloading chocolatey-core.extension 1.3.5.1... 90%
Progress: Downloading chocolatey-core.extension 1.3.5.1... 99%
Progress: Downloading chocolatey-core.extension 1.3.5.1... 100%

[NuGet] Attempting to resolve dependency 'KB3033929 (≥ 1.0.3)'.

Progress: Downloading KB3033929 1.0.5... 13%
Progress: Downloading KB3033929 1.0.5... 42%
Progress: Downloading KB3033929 1.0.5... 70%
Progress: Downloading KB3033929 1.0.5... 99%
Progress: Downloading KB3033929 1.0.5... 100%

[NuGet] Attempting to resolve dependency 'chocolatey-windowsupdate.extension (≥ 1.0.4)'.

Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 2%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 8%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 14%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 20%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 26%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 32%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 38%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 44%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 50%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 56%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 61%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 67%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 73%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 79%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 85%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 91%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 97%
Progress: Downloading chocolatey-windowsupdate.extension 1.0.4... 100%

[NuGet] Attempting to resolve dependency 'KB3035131 (≥ 1.0.3)'.

Progress: Downloading KB3035131 1.0.3... 11%
Progress: Downloading KB3035131 1.0.3... 34%
Progress: Downloading KB3035131 1.0.3... 58%
Progress: Downloading KB3035131 1.0.3... 81%
Progress: Downloading KB3035131 1.0.3... 100%

[NuGet] Attempting to resolve dependency 'KB2919355 (≥ 1.0.20160915)'.

Progress: Downloading KB2919355 1.0.20160915... 13%
Progress: Downloading KB2919355 1.0.20160915... 41%
Progress: Downloading KB2919355 1.0.20160915... 69%
Progress: Downloading KB2919355 1.0.20160915... 97%
Progress: Downloading KB2919355 1.0.20160915... 100%

[NuGet] Attempting to resolve dependency 'KB2919442 (≥ 1.0.20160915)'.

Progress: Downloading KB2919442 1.0.20160915... 14%
Progress: Downloading KB2919442 1.0.20160915... 45%
Progress: Downloading KB2919442 1.0.20160915... 75%
Progress: Downloading KB2919442 1.0.20160915... 100%

[NuGet] Attempting to resolve dependency 'kb2999226 (≥ 1.0.20170509)'.

Progress: Downloading KB2999226 1.0.20181019... 9%
Progress: Downloading KB2999226 1.0.20181019... 30%
Progress: Downloading KB2999226 1.0.20181019... 51%
Progress: Downloading KB2999226 1.0.20181019... 72%
Progress: Downloading KB2999226 1.0.20181019... 93%
Progress: Downloading KB2999226 1.0.20181019... 100%

[NuGet] Attempting to resolve dependency 'visualstudio-installer (≥ 2.0.0)'.

Progress: Downloading visualstudio-installer 2.0.1... 15%
Progress: Downloading visualstudio-installer 2.0.1... 48%
Progress: Downloading visualstudio-installer 2.0.1... 81%
Progress: Downloading visualstudio-installer 2.0.1... 100%

[NuGet] Attempting to resolve dependency 'visualstudio2019buildtools (≥ 16.0.0.0)'.

Progress: Downloading visualstudio2019buildtools 16.6.1.0... 8%
Progress: Downloading visualstudio2019buildtools 16.6.1.0... 25%
Progress: Downloading visualstudio2019buildtools 16.6.1.0... 42%
Progress: Downloading visualstudio2019buildtools 16.6.1.0... 60%
Progress: Downloading visualstudio2019buildtools 16.6.1.0... 77%
Progress: Downloading visualstudio2019buildtools 16.6.1.0... 94%
Progress: Downloading visualstudio2019buildtools 16.6.1.0... 100%

[NuGet] Attempting to resolve dependency 'dotnetfx (≥ 4.7.2)'.

Progress: Downloading dotnetfx 4.8.0.20190930... 12%
Progress: Downloading dotnetfx 4.8.0.20190930... 38%
Progress: Downloading dotnetfx 4.8.0.20190930... 64%
Progress: Downloading dotnetfx 4.8.0.20190930... 90%
Progress: Downloading dotnetfx 4.8.0.20190930... 100%

[NuGet] Attempting to resolve dependency 'chocolatey-dotnetfx.extension (≥ 1.0.1)'.

Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 6%
Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 19%
Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 32%
Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 46%
Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 59%
Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 72%
Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 85%
Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 99%
Progress: Downloading chocolatey-dotnetfx.extension 1.0.1... 100%

[NuGet] Installing 'chocolatey-visualstudio.extension 1.8.1'.

[NuGet] Successfully installed 'chocolatey-visualstudio.extension 1.8.1'.

chocolatey-visualstudio.extension v1.8.1 [Approved]

chocolatey-visualstudio.extension package files install completed. Performing other installation steps.

 Installed/updated chocolatey-visualstudio extensions.

 The install of chocolatey-visualstudio.extension was successful.

  Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio'

[NuGet] Installing 'chocolatey-core.extension 1.3.5.1'.

[NuGet] Successfully installed 'chocolatey-core.extension 1.3.5.1'.

chocolatey-core.extension v1.3.5.1 [Approved]

chocolatey-core.extension package files install completed. Performing other installation steps.

 Installed/updated chocolatey-core extensions.

 The install of chocolatey-core.extension was successful.

  Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-core'

[NuGet] Installing 'chocolatey-windowsupdate.extension 1.0.4'.

[NuGet] Successfully installed 'chocolatey-windowsupdate.extension 1.0.4'.

chocolatey-windowsupdate.extension v1.0.4 [Approved]

chocolatey-windowsupdate.extension package files install completed. Performing other installation steps.

 Installed/updated chocolatey-windowsupdate extensions.

 The install of chocolatey-windowsupdate.extension was successful.

  Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate'

[NuGet] Installing 'KB3035131 1.0.3'.

[NuGet] Successfully installed 'KB3035131 1.0.3'.

KB3035131 v1.0.3 [Approved]

kb3035131 package files install completed. Performing other installation steps.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Format-FileSize'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-ChecksumValid'.

VERBOSE: Importing function 'Get-ChocolateyUnzip'.

VERBOSE: Importing function 'Get-ChocolateyWebFile'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-EnvironmentVariable'.

VERBOSE: Importing function 'Get-EnvironmentVariableNames'.

VERBOSE: Importing function 'Get-FtpFile'.

VERBOSE: Importing function 'Get-OSArchitectureWidth'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.

VERBOSE: Importing function 'Get-ToolsLocation'.

VERBOSE: Importing function 'Get-UACEnabled'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-VirusCheckValid'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Get-WebFile'.

VERBOSE: Importing function 'Get-WebFileName'.

VERBOSE: Importing function 'Get-WebHeaders'.

VERBOSE: Importing function 'Install-BinFile'.

VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.

VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.

VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.

VERBOSE: Importing function 'Install-ChocolateyPackage'.

VERBOSE: Importing function 'Install-ChocolateyPath'.

VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Importing function 'Install-ChocolateyShortcut'.

VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.

VERBOSE: Importing function 'Install-ChocolateyZipPackage'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Install-Vsix'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Set-EnvironmentVariable'.

VERBOSE: Importing function 'Set-PowerShellExitCode'.

VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Importing function 'Test-ProcessAdminRights'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Uninstall-BinFile'.

VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.

VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Update-SessionEnvironment'.

VERBOSE: Importing function 'Write-ChocolateyFailure'.

VERBOSE: Importing function 'Write-ChocolateySuccess'.

VERBOSE: Importing function 'Write-FileUpdateLog'.

VERBOSE: Importing function 'Write-FunctionCallLogMessage'.

VERBOSE: Importing alias 'Add-BinFile'.

VERBOSE: Importing alias 'Generate-BinFile'.

VERBOSE: Importing alias 'Get-InstallRegistryKey'.

VERBOSE: Importing alias 'Get-OSBitness'.

VERBOSE: Importing alias 'Get-ProcessorBits'.

VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.

VERBOSE: Importing alias 'refreshenv'.

VERBOSE: Importing alias 'Remove-BinFile'.

VERBOSE: Importing alias 'Start-ChocolateyProcess'.

VERBOSE: Obtaining operating system information

VERBOSE: Operating system: Microsoft, version 10.0.17763, product type 'client'

VERBOSE: Locating MSU rules for this operating system

VERBOSE: No MSU rules defined for this operating system

Skipping installation because update KB3035131 does not apply to this operating system (Microsoft).

 The install of kb3035131 was successful.

  Software install location not explicitly set, could be in package or

  default install location if installer.

[NuGet] Installing 'KB3033929 1.0.5'.

[NuGet] Successfully installed 'KB3033929 1.0.5'.

KB3033929 v1.0.5 [Approved]

kb3033929 package files install completed. Performing other installation steps.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Format-FileSize'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-ChecksumValid'.

VERBOSE: Importing function 'Get-ChocolateyUnzip'.

VERBOSE: Importing function 'Get-ChocolateyWebFile'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-EnvironmentVariable'.

VERBOSE: Importing function 'Get-EnvironmentVariableNames'.

VERBOSE: Importing function 'Get-FtpFile'.

VERBOSE: Importing function 'Get-OSArchitectureWidth'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.

VERBOSE: Importing function 'Get-ToolsLocation'.

VERBOSE: Importing function 'Get-UACEnabled'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-VirusCheckValid'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Get-WebFile'.

VERBOSE: Importing function 'Get-WebFileName'.

VERBOSE: Importing function 'Get-WebHeaders'.

VERBOSE: Importing function 'Install-BinFile'.

VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.

VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.

VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.

VERBOSE: Importing function 'Install-ChocolateyPackage'.

VERBOSE: Importing function 'Install-ChocolateyPath'.

VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Importing function 'Install-ChocolateyShortcut'.

VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.

VERBOSE: Importing function 'Install-ChocolateyZipPackage'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Install-Vsix'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Set-EnvironmentVariable'.

VERBOSE: Importing function 'Set-PowerShellExitCode'.

VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Importing function 'Test-ProcessAdminRights'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Uninstall-BinFile'.

VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.

VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Update-SessionEnvironment'.

VERBOSE: Importing function 'Write-ChocolateyFailure'.

VERBOSE: Importing function 'Write-ChocolateySuccess'.

VERBOSE: Importing function 'Write-FileUpdateLog'.

VERBOSE: Importing function 'Write-FunctionCallLogMessage'.

VERBOSE: Importing alias 'Add-BinFile'.

VERBOSE: Importing alias 'Generate-BinFile'.

VERBOSE: Importing alias 'Get-InstallRegistryKey'.

VERBOSE: Importing alias 'Get-OSBitness'.

VERBOSE: Importing alias 'Get-ProcessorBits'.

VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.

VERBOSE: Importing alias 'refreshenv'.

VERBOSE: Importing alias 'Remove-BinFile'.

VERBOSE: Importing alias 'Start-ChocolateyProcess'.

VERBOSE: Obtaining operating system information

VERBOSE: Operating system: Microsoft, version 10.0.17763, product type 'client'

VERBOSE: Locating MSU rules for this operating system

VERBOSE: No MSU rules defined for this operating system

Skipping installation because update KB3033929 does not apply to this operating system (Microsoft).

 The install of kb3033929 was successful.

  Software install location not explicitly set, could be in package or

  default install location if installer.

[NuGet] Installing 'KB2919442 1.0.20160915'.

[NuGet] Successfully installed 'KB2919442 1.0.20160915'.

KB2919442 v1.0.20160915 [Approved]

kb2919442 package files install completed. Performing other installation steps.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Format-FileSize'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-ChecksumValid'.

VERBOSE: Importing function 'Get-ChocolateyUnzip'.

VERBOSE: Importing function 'Get-ChocolateyWebFile'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-EnvironmentVariable'.

VERBOSE: Importing function 'Get-EnvironmentVariableNames'.

VERBOSE: Importing function 'Get-FtpFile'.

VERBOSE: Importing function 'Get-OSArchitectureWidth'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.

VERBOSE: Importing function 'Get-ToolsLocation'.

VERBOSE: Importing function 'Get-UACEnabled'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-VirusCheckValid'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Get-WebFile'.

VERBOSE: Importing function 'Get-WebFileName'.

VERBOSE: Importing function 'Get-WebHeaders'.

VERBOSE: Importing function 'Install-BinFile'.

VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.

VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.

VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.

VERBOSE: Importing function 'Install-ChocolateyPackage'.

VERBOSE: Importing function 'Install-ChocolateyPath'.

VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Importing function 'Install-ChocolateyShortcut'.

VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.

VERBOSE: Importing function 'Install-ChocolateyZipPackage'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Install-Vsix'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Set-EnvironmentVariable'.

VERBOSE: Importing function 'Set-PowerShellExitCode'.

VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Importing function 'Test-ProcessAdminRights'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Uninstall-BinFile'.

VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.

VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Update-SessionEnvironment'.

VERBOSE: Importing function 'Write-ChocolateyFailure'.

VERBOSE: Importing function 'Write-ChocolateySuccess'.

VERBOSE: Importing function 'Write-FileUpdateLog'.

VERBOSE: Importing function 'Write-FunctionCallLogMessage'.

VERBOSE: Importing alias 'Add-BinFile'.

VERBOSE: Importing alias 'Generate-BinFile'.

VERBOSE: Importing alias 'Get-InstallRegistryKey'.

VERBOSE: Importing alias 'Get-OSBitness'.

VERBOSE: Importing alias 'Get-ProcessorBits'.

VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.

VERBOSE: Importing alias 'refreshenv'.

VERBOSE: Importing alias 'Remove-BinFile'.

VERBOSE: Importing alias 'Start-ChocolateyProcess'.

Skipping installation because this hotfix only applies to Windows 8.1 and Windows Server 2012 R2.

 The install of kb2919442 was successful.

  Software install location not explicitly set, could be in package or

  default install location if installer.

[NuGet] Installing 'KB2919355 1.0.20160915'.

[NuGet] Successfully installed 'KB2919355 1.0.20160915'.

KB2919355 v1.0.20160915 [Approved]

kb2919355 package files install completed. Performing other installation steps.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Format-FileSize'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-ChecksumValid'.

VERBOSE: Importing function 'Get-ChocolateyUnzip'.

VERBOSE: Importing function 'Get-ChocolateyWebFile'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-EnvironmentVariable'.

VERBOSE: Importing function 'Get-EnvironmentVariableNames'.

VERBOSE: Importing function 'Get-FtpFile'.

VERBOSE: Importing function 'Get-OSArchitectureWidth'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.

VERBOSE: Importing function 'Get-ToolsLocation'.

VERBOSE: Importing function 'Get-UACEnabled'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-VirusCheckValid'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Get-WebFile'.

VERBOSE: Importing function 'Get-WebFileName'.

VERBOSE: Importing function 'Get-WebHeaders'.

VERBOSE: Importing function 'Install-BinFile'.

VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.

VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.

VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.

VERBOSE: Importing function 'Install-ChocolateyPackage'.

VERBOSE: Importing function 'Install-ChocolateyPath'.

VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Importing function 'Install-ChocolateyShortcut'.

VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.

VERBOSE: Importing function 'Install-ChocolateyZipPackage'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Install-Vsix'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Set-EnvironmentVariable'.

VERBOSE: Importing function 'Set-PowerShellExitCode'.

VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Importing function 'Test-ProcessAdminRights'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Uninstall-BinFile'.

VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.

VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Update-SessionEnvironment'.

VERBOSE: Importing function 'Write-ChocolateyFailure'.

VERBOSE: Importing function 'Write-ChocolateySuccess'.

VERBOSE: Importing function 'Write-FileUpdateLog'.

VERBOSE: Importing function 'Write-FunctionCallLogMessage'.

VERBOSE: Importing alias 'Add-BinFile'.

VERBOSE: Importing alias 'Generate-BinFile'.

VERBOSE: Importing alias 'Get-InstallRegistryKey'.

VERBOSE: Importing alias 'Get-OSBitness'.

VERBOSE: Importing alias 'Get-ProcessorBits'.

VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.

VERBOSE: Importing alias 'refreshenv'.

VERBOSE: Importing alias 'Remove-BinFile'.

VERBOSE: Importing alias 'Start-ChocolateyProcess'.

Skipping installation because this hotfix only applies to Windows 8.1 and Windows Server 2012 R2.

 The install of kb2919355 was successful.

  Software install location not explicitly set, could be in package or

  default install location if installer.

[NuGet] Installing 'KB2999226 1.0.20181019'.

[NuGet] Successfully installed 'KB2999226 1.0.20181019'.

KB2999226 v1.0.20181019 [Approved] - Possibly broken

kb2999226 package files install completed. Performing other installation steps.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Format-FileSize'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-ChecksumValid'.

VERBOSE: Importing function 'Get-ChocolateyUnzip'.

VERBOSE: Importing function 'Get-ChocolateyWebFile'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-EnvironmentVariable'.

VERBOSE: Importing function 'Get-EnvironmentVariableNames'.

VERBOSE: Importing function 'Get-FtpFile'.

VERBOSE: Importing function 'Get-OSArchitectureWidth'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.

VERBOSE: Importing function 'Get-ToolsLocation'.

VERBOSE: Importing function 'Get-UACEnabled'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-VirusCheckValid'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Get-WebFile'.

VERBOSE: Importing function 'Get-WebFileName'.

VERBOSE: Importing function 'Get-WebHeaders'.

VERBOSE: Importing function 'Install-BinFile'.

VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.

VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.

VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.

VERBOSE: Importing function 'Install-ChocolateyPackage'.

VERBOSE: Importing function 'Install-ChocolateyPath'.

VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Importing function 'Install-ChocolateyShortcut'.

VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.

VERBOSE: Importing function 'Install-ChocolateyZipPackage'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Install-Vsix'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Set-EnvironmentVariable'.

VERBOSE: Importing function 'Set-PowerShellExitCode'.

VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Importing function 'Test-ProcessAdminRights'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Uninstall-BinFile'.

VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.

VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Update-SessionEnvironment'.

VERBOSE: Importing function 'Write-ChocolateyFailure'.

VERBOSE: Importing function 'Write-ChocolateySuccess'.

VERBOSE: Importing function 'Write-FileUpdateLog'.

VERBOSE: Importing function 'Write-FunctionCallLogMessage'.

VERBOSE: Importing alias 'Add-BinFile'.

VERBOSE: Importing alias 'Generate-BinFile'.

VERBOSE: Importing alias 'Get-InstallRegistryKey'.

VERBOSE: Importing alias 'Get-OSBitness'.

VERBOSE: Importing alias 'Get-ProcessorBits'.

VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.

VERBOSE: Importing alias 'refreshenv'.

VERBOSE: Importing alias 'Remove-BinFile'.

VERBOSE: Importing alias 'Start-ChocolateyProcess'.

VERBOSE: Obtaining operating system information

VERBOSE: Operating system: Microsoft, version 10.0.17763, product type 'client'

VERBOSE: Locating MSU rules for this operating system

VERBOSE: No MSU rules defined for this operating system

Skipping installation because update KB2999226 does not apply to this operating system (Microsoft).

 The install of kb2999226 was successful.

  Software install location not explicitly set, could be in package or

  default install location if installer.

[NuGet] Installing 'vcredist140 14.26.28720.3'.

[NuGet] Successfully installed 'vcredist140 14.26.28720.3'.

vcredist140 v14.26.28720.3 [Approved]

vcredist140 package files install completed. Performing other installation steps.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Format-FileSize'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-ChecksumValid'.

VERBOSE: Importing function 'Get-ChocolateyUnzip'.

VERBOSE: Importing function 'Get-ChocolateyWebFile'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-EnvironmentVariable'.

VERBOSE: Importing function 'Get-EnvironmentVariableNames'.

VERBOSE: Importing function 'Get-FtpFile'.

VERBOSE: Importing function 'Get-OSArchitectureWidth'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.

VERBOSE: Importing function 'Get-ToolsLocation'.

VERBOSE: Importing function 'Get-UACEnabled'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-VirusCheckValid'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Get-WebFile'.

VERBOSE: Importing function 'Get-WebFileName'.

VERBOSE: Importing function 'Get-WebHeaders'.

VERBOSE: Importing function 'Install-BinFile'.

VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.

VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.

VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.

VERBOSE: Importing function 'Install-ChocolateyPackage'.

VERBOSE: Importing function 'Install-ChocolateyPath'.

VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Importing function 'Install-ChocolateyShortcut'.

VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.

VERBOSE: Importing function 'Install-ChocolateyZipPackage'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Install-Vsix'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Set-EnvironmentVariable'.

VERBOSE: Importing function 'Set-PowerShellExitCode'.

VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Importing function 'Test-ProcessAdminRights'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Uninstall-BinFile'.

VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.

VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Update-SessionEnvironment'.

VERBOSE: Importing function 'Write-ChocolateyFailure'.

VERBOSE: Importing function 'Write-ChocolateySuccess'.

VERBOSE: Importing function 'Write-FileUpdateLog'.

VERBOSE: Importing function 'Write-FunctionCallLogMessage'.

VERBOSE: Importing alias 'Add-BinFile'.

VERBOSE: Importing alias 'Generate-BinFile'.

VERBOSE: Importing alias 'Get-InstallRegistryKey'.

VERBOSE: Importing alias 'Get-OSBitness'.

VERBOSE: Importing alias 'Get-ProcessorBits'.

VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.

VERBOSE: Importing alias 'refreshenv'.

VERBOSE: Importing alias 'Remove-BinFile'.

VERBOSE: Importing alias 'Start-ChocolateyProcess'.

VERBOSE: Checking Service Pack requirements

VERBOSE: Analyzing servicing information in the registry

VERBOSE: Version of installed runtime for architecture x86 in the registry: 14.26.28808

VERBOSE: Version of installed runtime for architecture x64 in the registry: 14.26.28808

VERBOSE: Version number of runtime installed by this package: 14.26.28720

VERBOSE: Runtime for architecture x86 applicable: True; version in registry: [14.26.28808]; should install: False

WARNING: Skipping installation of runtime for architecture x86 version 14.26.28720 because a newer version (14.26.28808) is already installed.

VERBOSE: Runtime for architecture x64 applicable: True; version in registry: [14.26.28808]; should install: False

WARNING: Skipping installation of runtime for architecture x64 version 14.26.28720 because a newer version (14.26.28808) is already installed.

 The install of vcredist140 was successful.

  Software install location not explicitly set, could be in package or

  default install location if installer.

[NuGet] Installing 'visualstudio-installer 2.0.1'.

[NuGet] Successfully installed 'visualstudio-installer 2.0.1'.

visualstudio-installer v2.0.1 [Approved]

visualstudio-installer package files install completed. Performing other installation steps.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Format-FileSize'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-ChecksumValid'.

VERBOSE: Importing function 'Get-ChocolateyUnzip'.

VERBOSE: Importing function 'Get-ChocolateyWebFile'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-EnvironmentVariable'.

VERBOSE: Importing function 'Get-EnvironmentVariableNames'.

VERBOSE: Importing function 'Get-FtpFile'.

VERBOSE: Importing function 'Get-OSArchitectureWidth'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.

VERBOSE: Importing function 'Get-ToolsLocation'.

VERBOSE: Importing function 'Get-UACEnabled'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-VirusCheckValid'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Get-WebFile'.

VERBOSE: Importing function 'Get-WebFileName'.

VERBOSE: Importing function 'Get-WebHeaders'.

VERBOSE: Importing function 'Install-BinFile'.

VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.

VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.

VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.

VERBOSE: Importing function 'Install-ChocolateyPackage'.

VERBOSE: Importing function 'Install-ChocolateyPath'.

VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Importing function 'Install-ChocolateyShortcut'.

VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.

VERBOSE: Importing function 'Install-ChocolateyZipPackage'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Install-Vsix'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Set-EnvironmentVariable'.

VERBOSE: Importing function 'Set-PowerShellExitCode'.

VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Importing function 'Test-ProcessAdminRights'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Uninstall-BinFile'.

VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.

VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Update-SessionEnvironment'.

VERBOSE: Importing function 'Write-ChocolateyFailure'.

VERBOSE: Importing function 'Write-ChocolateySuccess'.

VERBOSE: Importing function 'Write-FileUpdateLog'.

VERBOSE: Importing function 'Write-FunctionCallLogMessage'.

VERBOSE: Importing alias 'Add-BinFile'.

VERBOSE: Importing alias 'Generate-BinFile'.

VERBOSE: Importing alias 'Get-InstallRegistryKey'.

VERBOSE: Importing alias 'Get-OSBitness'.

VERBOSE: Importing alias 'Get-ProcessorBits'.

VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.

VERBOSE: Importing alias 'refreshenv'.

VERBOSE: Importing alias 'Remove-BinFile'.

VERBOSE: Importing alias 'Start-ChocolateyProcess'.

 The install of visualstudio-installer was successful.

  Software install location not explicitly set, could be in package or

  default install location if installer.

[NuGet] Installing 'chocolatey-dotnetfx.extension 1.0.1'.

[NuGet] Successfully installed 'chocolatey-dotnetfx.extension 1.0.1'.

chocolatey-dotnetfx.extension v1.0.1 [Approved]

chocolatey-dotnetfx.extension package files install completed. Performing other installation steps.

 Installed/updated chocolatey-dotnetfx extensions.

 The install of chocolatey-dotnetfx.extension was successful.

  Software installed to 'C:\ProgramData\chocolatey\extensions\chocolatey-dotnetfx'

[NuGet] Installing 'dotnetfx 4.8.0.20190930'.

[NuGet] Successfully installed 'dotnetfx 4.8.0.20190930'.

dotnetfx v4.8.0.20190930 [Approved]

dotnetfx package files install completed. Performing other installation steps.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-dotnetfx\chocolatey-dotnetfx.psm1'.

VERBOSE: Exporting function 'Install-DotNetFramework'.

VERBOSE: Exporting function 'Install-DotNetDevPack'.

VERBOSE: Importing function 'Install-DotNetDevPack'.

VERBOSE: Importing function 'Install-DotNetFramework'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Exporting function 'Install-DotNetDevPack'.

VERBOSE: Exporting function 'Install-DotNetFramework'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Format-FileSize'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-ChecksumValid'.

VERBOSE: Importing function 'Get-ChocolateyUnzip'.

VERBOSE: Importing function 'Get-ChocolateyWebFile'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-EnvironmentVariable'.

VERBOSE: Importing function 'Get-EnvironmentVariableNames'.

VERBOSE: Importing function 'Get-FtpFile'.

VERBOSE: Importing function 'Get-OSArchitectureWidth'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.

VERBOSE: Importing function 'Get-ToolsLocation'.

VERBOSE: Importing function 'Get-UACEnabled'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-VirusCheckValid'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Get-WebFile'.

VERBOSE: Importing function 'Get-WebFileName'.

VERBOSE: Importing function 'Get-WebHeaders'.

VERBOSE: Importing function 'Install-BinFile'.

VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.

VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.

VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.

VERBOSE: Importing function 'Install-ChocolateyPackage'.

VERBOSE: Importing function 'Install-ChocolateyPath'.

VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Importing function 'Install-ChocolateyShortcut'.

VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.

VERBOSE: Importing function 'Install-ChocolateyZipPackage'.

VERBOSE: Importing function 'Install-DotNetDevPack'.

VERBOSE: Importing function 'Install-DotNetFramework'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Install-Vsix'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Set-EnvironmentVariable'.

VERBOSE: Importing function 'Set-PowerShellExitCode'.

VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Importing function 'Test-ProcessAdminRights'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Uninstall-BinFile'.

VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.

VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Update-SessionEnvironment'.

VERBOSE: Importing function 'Write-ChocolateyFailure'.

VERBOSE: Importing function 'Write-ChocolateySuccess'.

VERBOSE: Importing function 'Write-FileUpdateLog'.

VERBOSE: Importing function 'Write-FunctionCallLogMessage'.

VERBOSE: Importing alias 'Add-BinFile'.

VERBOSE: Importing alias 'Generate-BinFile'.

VERBOSE: Importing alias 'Get-InstallRegistryKey'.

VERBOSE: Importing alias 'Get-OSBitness'.

VERBOSE: Importing alias 'Get-ProcessorBits'.

VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.

VERBOSE: Importing alias 'refreshenv'.

VERBOSE: Importing alias 'Remove-BinFile'.

VERBOSE: Importing alias 'Start-ChocolateyProcess'.

Microsoft .NET Framework 4.8 or later is already installed.

 The install of dotnetfx was successful.

  Software install location not explicitly set, could be in package or

  default install location if installer.

[NuGet] Installing 'visualstudio2019buildtools 16.6.1.0'.

[NuGet] Successfully installed 'visualstudio2019buildtools 16.6.1.0'.

visualstudio2019buildtools v16.6.1.0 [Approved]

visualstudio2019buildtools package files install completed. Performing other installation steps.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-dotnetfx\chocolatey-dotnetfx.psm1'.

VERBOSE: Exporting function 'Install-DotNetFramework'.

VERBOSE: Exporting function 'Install-DotNetDevPack'.

VERBOSE: Importing function 'Install-DotNetDevPack'.

VERBOSE: Importing function 'Install-DotNetFramework'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Exporting function 'Install-DotNetDevPack'.

VERBOSE: Exporting function 'Install-DotNetFramework'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Format-FileSize'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-ChecksumValid'.

VERBOSE: Importing function 'Get-ChocolateyUnzip'.

VERBOSE: Importing function 'Get-ChocolateyWebFile'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-EnvironmentVariable'.

VERBOSE: Importing function 'Get-EnvironmentVariableNames'.

VERBOSE: Importing function 'Get-FtpFile'.

VERBOSE: Importing function 'Get-OSArchitectureWidth'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.

VERBOSE: Importing function 'Get-ToolsLocation'.

VERBOSE: Importing function 'Get-UACEnabled'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-VirusCheckValid'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Get-WebFile'.

VERBOSE: Importing function 'Get-WebFileName'.

VERBOSE: Importing function 'Get-WebHeaders'.

VERBOSE: Importing function 'Install-BinFile'.

VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.

VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.

VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.

VERBOSE: Importing function 'Install-ChocolateyPackage'.

VERBOSE: Importing function 'Install-ChocolateyPath'.

VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Importing function 'Install-ChocolateyShortcut'.

VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.

VERBOSE: Importing function 'Install-ChocolateyZipPackage'.

VERBOSE: Importing function 'Install-DotNetDevPack'.

VERBOSE: Importing function 'Install-DotNetFramework'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Install-Vsix'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Set-EnvironmentVariable'.

VERBOSE: Importing function 'Set-PowerShellExitCode'.

VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Importing function 'Test-ProcessAdminRights'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Uninstall-BinFile'.

VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.

VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Update-SessionEnvironment'.

VERBOSE: Importing function 'Write-ChocolateyFailure'.

VERBOSE: Importing function 'Write-ChocolateySuccess'.

VERBOSE: Importing function 'Write-FileUpdateLog'.

VERBOSE: Importing function 'Write-FunctionCallLogMessage'.

VERBOSE: Importing alias 'Add-BinFile'.

VERBOSE: Importing alias 'Generate-BinFile'.

VERBOSE: Importing alias 'Get-InstallRegistryKey'.

VERBOSE: Importing alias 'Get-OSBitness'.

VERBOSE: Importing alias 'Get-ProcessorBits'.

VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.

VERBOSE: Importing alias 'refreshenv'.

VERBOSE: Importing alias 'Remove-BinFile'.

VERBOSE: Importing alias 'Start-ChocolateyProcess'.

VERBOSE: Found 1 installed Visual Studio product(s) with ChannelId = VisualStudio.16.Release and ProductId = Microsoft.VisualStudio.Product.BuildTools

VERBOSE: Visual Studio Installer is not present.

VERBOSE: Trying to determine the required installer and engine version from the manifests

VERBOSE: Obtaining the manifest file for url 'https://aka.ms/vs/16/release/channel' (channel manifest)

VERBOSE: Local cached file 'C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\chocolatey-visualstudio.extension\ChannelManifest_-602808024.man' does not exist

VERBOSE: Downloading the manifest file (channel manifest)

Downloading channel manifest 

  from 'https://aka.ms/vs/16/release/channel'

Progress: 86% - Saving 112 KB of 128.81 KB
Progress: 100% - Completed download of C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\chocolatey-visualstudio.extension\ChannelManifest_-602808024.man (128.81 KB).

Download of ChannelManifest_-602808024.man (128.81 KB) completed.

VERBOSE: Reading the manifest file (channel manifest)

VERBOSE: Parsing the manifest file (channel manifest)

VERBOSE: Required installer version determined from the channel manifest: '2.6.2037.624'

VERBOSE: Manifest url determined from the channel manifest: 'https://download.visualstudio.microsoft.com/download/pr/c10c95d2-4fba-4858-a1aa-c3b4951c244b/05df3f9c96e406a8bd3ffb0048667ec717309fd1ff02277c55a05ad79590f0a3/VisualStudio.vsman' (checksum: '05df3f9c96e406a8bd3ffb0048667ec717309fd1ff02277c55a05ad79590f0a3', type: 'sha256')

VERBOSE: Obtaining the manifest file for url 'https://download.visualstudio.microsoft.com/download/pr/c10c95d2-4fba-4858-a1aa-c3b4951c244b/05df3f9c96e406a8bd3ffb0048667ec717309fd1ff02277c55a05ad79590f0a3/VisualStudio.vsman' (catalog manifest)

VERBOSE: Local cached file 'C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\chocolatey-visualstudio.extension\Catalog_-271884496.man' does not exist

VERBOSE: Downloading the manifest file (catalog manifest)

Downloading catalog manifest 

  from 'https://download.visualstudio.microsoft.com/download/pr/c10c95d2-4fba-4858-a1aa-c3b4951c244b/05df3f9c96e406a8bd3ffb0048667ec717309fd1ff02277c55a05ad79590f0a3/VisualStudio.vsman'

Progress: 1% - Saving 128 KB of 8.87 MB
Progress: 2% - Saving 271.99 KB of 8.87 MB
Progress: 4% - Saving 416 KB of 8.87 MB
Progress: 6% - Saving 575.99 KB of 8.87 MB
Progress: 7% - Saving 720 KB of 8.87 MB
Progress: 9% - Saving 879.99 KB of 8.87 MB
Progress: 11% - Saving 1023.99 KB of 8.87 MB
Progress: 12% - Saving 1.14 MB of 8.87 MB
Progress: 14% - Saving 1.3 MB of 8.87 MB
Progress: 16% - Saving 1.44 MB of 8.87 MB
Progress: 17% - Saving 1.59 MB of 8.87 MB
Progress: 19% - Saving 1.73 MB of 8.87 MB
Progress: 21% - Saving 1.89 MB of 8.87 MB
Progress: 22% - Saving 2.03 MB of 8.87 MB
Progress: 24% - Saving 2.17 MB of 8.87 MB
Progress: 26% - Saving 2.33 MB of 8.87 MB
Progress: 27% - Saving 2.47 MB of 8.87 MB
Progress: 29% - Saving 2.62 MB of 8.87 MB
Progress: 31% - Saving 2.77 MB of 8.87 MB
Progress: 32% - Saving 2.91 MB of 8.87 MB
Progress: 34% - Saving 3.06 MB of 8.87 MB
Progress: 36% - Saving 3.2 MB of 8.87 MB
Progress: 37% - Saving 3.36 MB of 8.87 MB
Progress: 39% - Saving 3.5 MB of 8.87 MB
Progress: 41% - Saving 3.64 MB of 8.87 MB
Progress: 42% - Saving 3.8 MB of 8.87 MB
Progress: 44% - Saving 3.94 MB of 8.87 MB
Progress: 46% - Saving 4.09 MB of 8.87 MB
Progress: 47% - Saving 4.23 MB of 8.87 MB
Progress: 49% - Saving 4.39 MB of 8.87 MB
Progress: 51% - Saving 4.53 MB of 8.87 MB
Progress: 52% - Saving 4.67 MB of 8.87 MB
Progress: 54% - Saving 4.83 MB of 8.87 MB
Progress: 56% - Saving 4.97 MB of 8.87 MB
Progress: 57% - Saving 5.12 MB of 8.87 MB
Progress: 59% - Saving 5.27 MB of 8.87 MB
Progress: 60% - Saving 5.41 MB of 8.87 MB
Progress: 62% - Saving 5.56 MB of 8.87 MB
Progress: 64% - Saving 5.7 MB of 8.87 MB
Progress: 66% - Saving 5.86 MB of 8.87 MB
Progress: 67% - Saving 6 MB of 8.87 MB
Progress: 69% - Saving 6.14 MB of 8.87 MB
Progress: 71% - Saving 6.3 MB of 8.87 MB
Progress: 72% - Saving 6.44 MB of 8.87 MB
Progress: 74% - Saving 6.59 MB of 8.87 MB
Progress: 75% - Saving 6.73 MB of 8.87 MB
Progress: 77% - Saving 6.89 MB of 8.87 MB
Progress: 79% - Saving 7.03 MB of 8.87 MB
Progress: 80% - Saving 7.17 MB of 8.87 MB
Progress: 82% - Saving 7.33 MB of 8.87 MB
Progress: 84% - Saving 7.47 MB of 8.87 MB
Progress: 85% - Saving 7.62 MB of 8.87 MB
Progress: 87% - Saving 7.77 MB of 8.87 MB
Progress: 89% - Saving 7.91 MB of 8.87 MB
Progress: 90% - Saving 8.06 MB of 8.87 MB
Progress: 92% - Saving 8.2 MB of 8.87 MB
Progress: 94% - Saving 8.36 MB of 8.87 MB
Progress: 95% - Saving 8.5 MB of 8.87 MB
Progress: 97% - Saving 8.64 MB of 8.87 MB
Progress: 99% - Saving 8.8 MB of 8.87 MB
Progress: 100% - Completed download of C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\chocolatey-visualstudio.extension\Catalog_-271884496.man (8.87 MB).

Download of Catalog_-271884496.man (8.87 MB) completed.

VERBOSE: Reading the manifest file (catalog manifest)

VERBOSE: Parsing the manifest file (catalog manifest)

VERBOSE: Required engine version determined from the component manifest: '2.6.2111.5687'

VERBOSE: Visual Studio Installer is not present.

VERBOSE: Visual Studio Installer is not present.

VERBOSE: Emptying the VS Installer channel cache: 'C:\Users\ContainerAdministrator\AppData\Local\Microsoft\VisualStudio\Packages\_Channels'

VERBOSE: Downloading the installer executable

Downloading visualstudio2019buildtools 

  from 'https://download.visualstudio.microsoft.com/download/pr/17a0244e-301e-4801-a919-f630bc21177d/9821a63671d5768de1920147a2637f0e079c3b1804266c1383f61bb95e2cc18b/vs_BuildTools.exe'

Progress: 9% - Saving 128 KB of 1.34 MB
Progress: 19% - Saving 271.99 KB of 1.34 MB
Progress: 30% - Saving 416 KB of 1.34 MB
Progress: 41% - Saving 575.99 KB of 1.34 MB
Progress: 52% - Saving 720 KB of 1.34 MB
Progress: 64% - Saving 879.99 KB of 1.34 MB
Progress: 74% - Saving 1023.99 KB of 1.34 MB
Progress: 85% - Saving 1.14 MB of 1.34 MB
Progress: 96% - Saving 1.3 MB of 1.34 MB
Progress: 100% - Completed download of C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\visualstudio2019buildtools\16.6.1.0\vs_BuildTools.exe (1.34 MB).

Download of vs_BuildTools.exe (1.34 MB) completed.

Hashes match.

Installing visualstudio2019buildtools...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1028\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\2052\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1055\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1046\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1042\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1029\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1036\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\3082\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1040\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1031\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1045\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1041\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1049\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\HelpFile\1033\help.html...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\vs_setup_bootstrapper.exe...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\Microsoft.Diagnostics.Tracing.EventSource.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\Microsoft.VisualStudio.RemoteControl.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\Microsoft.VisualStudio.Setup.Common.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\Microsoft.VisualStudio.Setup.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\Microsoft.VisualStudio.Setup.Download.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\Microsoft.VisualStudio.Telemetry.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\Microsoft.VisualStudio.Utilities.Internal.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\Newtonsoft.Json.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\zh-Hant\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\cs\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\tr\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\es\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\ru\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\pt-BR\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\zh-Hans\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\pl\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\de\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\fr\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\ja\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\it\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\ko\vs_setup_bootstrapper.resources.dll...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\vs_setup_bootstrapper.config...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\vs_setup_bootstrapper.exe.config...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\detection.json...

Preparing: C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\1e4da0ba489ff3631e8372f3975652\vs_bootstrapper_d15\vs_setup_bootstrapper.json...

visualstudio2019buildtools has been installed.

VERBOSE: Visual Studio product: [installPath = 'C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools'] is now at version 16.6.30309.148.

 The install of visualstudio2019buildtools was successful.

  Software install location not explicitly set, could be in package or

  default install location if installer.

[NuGet] Installing 'visualstudio2019-workload-vctools 1.0.0'.

[NuGet] Successfully installed 'visualstudio2019-workload-vctools 1.0.0'.

visualstudio2019-workload-vctools v1.0.0 [Approved]

visualstudio2019-workload-vctools package files install completed. Performing other installation steps.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-dotnetfx\chocolatey-dotnetfx.psm1'.

VERBOSE: Exporting function 'Install-DotNetFramework'.

VERBOSE: Exporting function 'Install-DotNetDevPack'.

VERBOSE: Importing function 'Install-DotNetDevPack'.

VERBOSE: Importing function 'Install-DotNetFramework'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Exporting function 'Format-FileSize'.

VERBOSE: Exporting function 'Get-ChecksumValid'.

VERBOSE: Exporting function 'Get-ChocolateyUnzip'.

VERBOSE: Exporting function 'Get-ChocolateyWebFile'.

VERBOSE: Exporting function 'Get-EnvironmentVariable'.

VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.

VERBOSE: Exporting function 'Get-FtpFile'.

VERBOSE: Exporting function 'Get-OSArchitectureWidth'.

VERBOSE: Exporting function 'Get-PackageParameters'.

VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.

VERBOSE: Exporting function 'Get-ToolsLocation'.

VERBOSE: Exporting function 'Get-UACEnabled'.

VERBOSE: Exporting function 'Get-UninstallRegistryKey'.

VERBOSE: Exporting function 'Get-VirusCheckValid'.

VERBOSE: Exporting function 'Get-WebFile'.

VERBOSE: Exporting function 'Get-WebFileName'.

VERBOSE: Exporting function 'Get-WebHeaders'.

VERBOSE: Exporting function 'Install-BinFile'.

VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.

VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.

VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPackage'.

VERBOSE: Exporting function 'Install-ChocolateyPath'.

VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Exporting function 'Install-ChocolateyShortcut'.

VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.

VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Install-Vsix'.

VERBOSE: Exporting function 'Set-EnvironmentVariable'.

VERBOSE: Exporting function 'Set-PowerShellExitCode'.

VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Exporting function 'Test-ProcessAdminRights'.

VERBOSE: Exporting function 'Uninstall-BinFile'.

VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.

VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Exporting function 'Update-SessionEnvironment'.

VERBOSE: Exporting function 'Write-ChocolateyFailure'.

VERBOSE: Exporting function 'Write-ChocolateySuccess'.

VERBOSE: Exporting function 'Write-FileUpdateLog'.

VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.

VERBOSE: Exporting function 'Get-AppInstallLocation'.

VERBOSE: Exporting function 'Get-AvailableDriveLetter'.

VERBOSE: Exporting function 'Get-EffectiveProxy'.

VERBOSE: Exporting function 'Get-PackageCacheLocation'.

VERBOSE: Exporting function 'Get-WebContent'.

VERBOSE: Exporting function 'Register-Application'.

VERBOSE: Exporting function 'Remove-Process'.

VERBOSE: Exporting function 'Install-DotNetDevPack'.

VERBOSE: Exporting function 'Install-DotNetFramework'.

VERBOSE: Exporting function 'Add-VisualStudioComponent'.

VERBOSE: Exporting function 'Add-VisualStudioWorkload'.

VERBOSE: Exporting function 'Get-VisualStudioInstaller'.

VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Exporting function 'Get-VisualStudioInstance'.

VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Exporting function 'Install-VisualStudio'.

VERBOSE: Exporting function 'Install-VisualStudioInstaller'.

VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Remove-VisualStudioComponent'.

VERBOSE: Exporting function 'Remove-VisualStudioProduct'.

VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.

VERBOSE: Exporting function 'Uninstall-VisualStudio'.

VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Exporting function 'Install-WindowsUpdate'.

VERBOSE: Exporting function 'Test-WindowsUpdate'.

VERBOSE: Exporting alias 'Get-ProcessorBits'.

VERBOSE: Exporting alias 'Get-OSBitness'.

VERBOSE: Exporting alias 'Get-InstallRegistryKey'.

VERBOSE: Exporting alias 'Generate-BinFile'.

VERBOSE: Exporting alias 'Add-BinFile'.

VERBOSE: Exporting alias 'Start-ChocolateyProcess'.

VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.

VERBOSE: Exporting alias 'Remove-BinFile'.

VERBOSE: Exporting alias 'refreshenv'.

VERBOSE: Importing function 'Add-VisualStudioComponent'.

VERBOSE: Importing function 'Add-VisualStudioWorkload'.

VERBOSE: Importing function 'Format-FileSize'.

VERBOSE: Importing function 'Get-AppInstallLocation'.

VERBOSE: Importing function 'Get-AvailableDriveLetter'.

VERBOSE: Importing function 'Get-ChecksumValid'.

VERBOSE: Importing function 'Get-ChocolateyUnzip'.

VERBOSE: Importing function 'Get-ChocolateyWebFile'.

VERBOSE: Importing function 'Get-EffectiveProxy'.

VERBOSE: Importing function 'Get-EnvironmentVariable'.

VERBOSE: Importing function 'Get-EnvironmentVariableNames'.

VERBOSE: Importing function 'Get-FtpFile'.

VERBOSE: Importing function 'Get-OSArchitectureWidth'.

VERBOSE: Importing function 'Get-PackageCacheLocation'.

VERBOSE: Importing function 'Get-PackageParameters'.

VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.

VERBOSE: Importing function 'Get-ToolsLocation'.

VERBOSE: Importing function 'Get-UACEnabled'.

VERBOSE: Importing function 'Get-UninstallRegistryKey'.

VERBOSE: Importing function 'Get-VirusCheckValid'.

VERBOSE: Importing function 'Get-VisualStudioInstaller'.

VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.

VERBOSE: Importing function 'Get-VisualStudioInstance'.

VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.

VERBOSE: Importing function 'Get-WebContent'.

VERBOSE: Importing function 'Get-WebFile'.

VERBOSE: Importing function 'Get-WebFileName'.

VERBOSE: Importing function 'Get-WebHeaders'.

VERBOSE: Importing function 'Install-BinFile'.

VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.

VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.

VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.

VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.

VERBOSE: Importing function 'Install-ChocolateyPackage'.

VERBOSE: Importing function 'Install-ChocolateyPath'.

VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.

VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.

VERBOSE: Importing function 'Install-ChocolateyShortcut'.

VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.

VERBOSE: Importing function 'Install-ChocolateyZipPackage'.

VERBOSE: Importing function 'Install-DotNetDevPack'.

VERBOSE: Importing function 'Install-DotNetFramework'.

VERBOSE: Importing function 'Install-VisualStudio'.

VERBOSE: Importing function 'Install-VisualStudioInstaller'.

VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Install-Vsix'.

VERBOSE: Importing function 'Install-WindowsUpdate'.

VERBOSE: Importing function 'Register-Application'.

VERBOSE: Importing function 'Remove-Process'.

VERBOSE: Importing function 'Remove-VisualStudioComponent'.

VERBOSE: Importing function 'Remove-VisualStudioProduct'.

VERBOSE: Importing function 'Remove-VisualStudioWorkload'.

VERBOSE: Importing function 'Set-EnvironmentVariable'.

VERBOSE: Importing function 'Set-PowerShellExitCode'.

VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.

VERBOSE: Importing function 'Test-ProcessAdminRights'.

VERBOSE: Importing function 'Test-WindowsUpdate'.

VERBOSE: Importing function 'Uninstall-BinFile'.

VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.

VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.

VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.

VERBOSE: Importing function 'Uninstall-VisualStudio'.

VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.

VERBOSE: Importing function 'Update-SessionEnvironment'.

VERBOSE: Importing function 'Write-ChocolateyFailure'.

VERBOSE: Importing function 'Write-ChocolateySuccess'.

VERBOSE: Importing function 'Write-FileUpdateLog'.

VERBOSE: Importing function 'Write-FunctionCallLogMessage'.

VERBOSE: Importing alias 'Add-BinFile'.

VERBOSE: Importing alias 'Generate-BinFile'.

VERBOSE: Importing alias 'Get-InstallRegistryKey'.

VERBOSE: Importing alias 'Get-OSBitness'.

VERBOSE: Importing alias 'Get-ProcessorBits'.

VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.

VERBOSE: Importing alias 'refreshenv'.

VERBOSE: Importing alias 'Remove-BinFile'.

VERBOSE: Importing alias 'Start-ChocolateyProcess'.

VERBOSE: Product at path 'C:\Program Files (x86)\Microsoft Visual Studio\2019\TestAgent' will not be modified because it does not support package(s): Microsoft.VisualStudio.Workload.VCTools

VERBOSE: Visual Studio Installer version 2.6.2037.624 (engine version 2.6.2111.5687) is present (C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe).

VERBOSE: Trying to determine the required installer and engine version from the manifests

VERBOSE: Obtaining the manifest file for url 'https://aka.ms/vs/16/release/channel' (channel manifest)

VERBOSE: Found cached file 'C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\chocolatey-visualstudio.extension\ChannelManifest_-602808024.man' last updated on 2020-07-16 12:22:52 UTC - less than one day ago (now is 2020-07-16 12:24:57 UTC)

VERBOSE: Reading the manifest file (channel manifest)

VERBOSE: Parsing the manifest file (channel manifest)

VERBOSE: Required installer version determined from the channel manifest: '2.6.2037.624'

VERBOSE: Manifest url determined from the channel manifest: 'https://download.visualstudio.microsoft.com/download/pr/c10c95d2-4fba-4858-a1aa-c3b4951c244b/05df3f9c96e406a8bd3ffb0048667ec717309fd1ff02277c55a05ad79590f0a3/VisualStudio.vsman' (checksum: '05df3f9c96e406a8bd3ffb0048667ec717309fd1ff02277c55a05ad79590f0a3', type: 'sha256')

VERBOSE: Obtaining the manifest file for url 'https://download.visualstudio.microsoft.com/download/pr/c10c95d2-4fba-4858-a1aa-c3b4951c244b/05df3f9c96e406a8bd3ffb0048667ec717309fd1ff02277c55a05ad79590f0a3/VisualStudio.vsman' (catalog manifest)

VERBOSE: Found cached file 'C:\Users\ContainerAdministrator\AppData\Local\Temp\chocolatey\chocolatey-visualstudio.extension\Catalog_-271884496.man' last updated on 2020-07-16 12:23:03 UTC - less than one day ago (now is 2020-07-16 12:24:57 UTC)

VERBOSE: Reading the manifest file (catalog manifest)

VERBOSE: Parsing the manifest file (catalog manifest)

VERBOSE: Required engine version determined from the component manifest: '2.6.2111.5687'

VERBOSE: Visual Studio Installer version 2.6.2037.624 (engine version 2.6.2111.5687) is present (C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe).

VERBOSE: Visual Studio Installer version 2.6.2037.624 (engine version 2.6.2111.5687) is present (C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe).

VERBOSE: Emptying the VS Installer channel cache: 'C:\Users\ContainerAdministrator\AppData\Local\Microsoft\VisualStudio\Packages\_Channels'

VERBOSE: Using a local installer executable: C:\Program Files (x86)\Microsoft Visual Studio\Installer\vs_installer.exe

Installing visualstudio2019-workload-vctools...

visualstudio2019-workload-vctools has been installed.

  visualstudio2019-workload-vctools may be able to be automatically uninstalled.

 The install of visualstudio2019-workload-vctools was successful.

  Software install location not explicitly set, could be in package or

  default install location if installer.

Chocolatey installed 14/14 packages. 

 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Installed:

 - kb2919355 v1.0.20160915

 - kb3033929 v1.0.5

 - chocolatey-core.extension v1.3.5.1

 - kb2999226 v1.0.20181019

 - visualstudio2019-workload-vctools v1.0.0

 - dotnetfx v4.8.0.20190930

 - chocolatey-visualstudio.extension v1.8.1

 - visualstudio2019buildtools v16.6.1.0

 - kb2919442 v1.0.20160915

 - visualstudio-installer v2.0.1

 - vcredist140 v14.26.28720.3

 - chocolatey-dotnetfx.extension v1.0.1

 - kb3035131 v1.0.3

 - chocolatey-windowsupdate.extension v1.0.4

Did you know the proceeds of Pro (and some proceeds from other

 licensed editions) go into bettering the community infrastructure?

 Your support ensures an active community, keeps Chocolatey tip top,

 plus it nets you some awesome features!

 https://chocolatey.org/compare

Removing intermediate container edb40c3a878f
 ---> 5bc8740fba8c
Step 6/8 : RUN choco install --no-progress -y git
 ---> Running in 8a591bc48495
Chocolatey v0.10.15

Installing the following packages:

git

By installing you accept licenses for the packages.

git.install v2.27.0 [Approved]

git.install package files install completed. Performing other installation steps.

Using Git LFS

Installing 64-bit git.install...

git.install has been installed.

git.install installed to 'C:\Program Files\Git'

  git.install can be automatically uninstalled.

Environment Vars (like PATH) have changed. Close/reopen your shell to

 see the changes (or in powershell/cmd.exe just type `refreshenv`).

 The install of git.install was successful.

  Software installed to 'C:\Program Files\Git\'

git v2.27.0 [Approved]

git package files install completed. Performing other installation steps.

 The install of git was successful.

  Software install location not explicitly set, could be in package or

  default install location if installer.

Chocolatey installed 2/2 packages. 

 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Removing intermediate container 8a591bc48495
 ---> 9f77bbd46803
Step 7/8 : RUN git clone https://github.com/microsoft/vcpkg.git && cd vcpkg && bootstrap-vcpkg.bat
 ---> Running in 346f27470cad
Cloning into 'vcpkg'...
Updating files:  82% (4199/5069)
Updating files:  83% (4208/5069)
Updating files:  84% (4258/5069)
Updating files:  85% (4309/5069)
Updating files:  86% (4360/5069)
Updating files:  87% (4411/5069)
Updating files:  88% (4461/5069)
Updating files:  89% (4512/5069)
Updating files:  90% (4563/5069)
Updating files:  91% (4613/5069)
Updating files:  92% (4664/5069)
Updating files:  93% (4715/5069)
Updating files:  94% (4765/5069)
Updating files:  95% (4816/5069)
Updating files:  96% (4867/5069)
Updating files:  97% (4917/5069)
Updating files:  98% (4968/5069)
Updating files:  99% (5019/5069)
Updating files: 100% (5069/5069)
Updating files: 100% (5069/5069), done.

Building vcpkg.exe ...

  pch.cpp

  archives.cpp

  checks.cpp

  chrono.cpp

  cofffilereader.cpp

  downloads.cpp

  enums.cpp

  files.cpp

  hash.cpp

  json.cpp

  machinetype.cpp

  parse.cpp

  strings.cpp

  stringview.cpp

  system.cpp

  system.print.cpp

  system.process.cpp

  unicode.cpp

  binarycaching.cpp

  binaryparagraph.cpp

  build.cpp

  buildenvironment.cpp

  cmakevars.cpp

  commands.autocomplete.cpp

  commands.buildexternal.cpp

  commands.cache.cpp

  commands.ci.cpp

  commands.ciclean.cpp

  commands.contact.cpp

  commands.cpp

  commands.create.cpp

  commands.dependinfo.cpp

  commands.edit.cpp

  commands.env.cpp

  commands.exportifw.cpp

  commands.format-manifest.cpp

  commands.integrate.cpp

  commands.list.cpp

  commands.owns.cpp

  commands.porthistory.cpp

  commands.portsdiff.cpp

  commands.search.cpp

  commands.setinstalled.cpp

  commands.upgrade.cpp

  commands.version.cpp

  commands.xvsinstances.cpp

  dependencies.cpp

  export.cpp

  export.chocolatey.cpp

  export.prefab.cpp

  globalstate.cpp

  help.cpp

  input.cpp

  install.cpp

  platform-expression.cpp

  metrics.cpp

  packagespec.cpp

  paragraphparseresult.cpp

  paragraphs.cpp

  portfileprovider.cpp

  postbuildlint.buildtype.cpp

  postbuildlint.cpp

  remove.cpp

  sourceparagraph.cpp

  statusparagraph.cpp

  statusparagraphs.cpp

  tools.cpp

  triplet.cpp

  update.cpp

  userconfig.cpp

  vcpkgcmdarguments.cpp

  vcpkglib.cpp

  vcpkgpaths.cpp

  versiont.cpp

  visualstudio.cpp

  vcpkglib.vcxproj -> C:\vcpkg\toolsrc\msbuild.x86.release\vcpkglib.lib

  vcpkg.cpp

  Generating code

  Previous IPDB not found, fall back to full compilation.

  All 19080 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.

  Finished generating code

  vcpkg.vcxproj -> C:\vcpkg\toolsrc\msbuild.x86.release\vcpkg.exe

  vcpkgmetricsuploader.cpp

  Generating code

  Previous IPDB not found, fall back to full compilation.

  All 8998 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.

  Finished generating code

  vcpkgmetricsuploader.vcxproj -> C:\vcpkg\toolsrc\msbuild.x86.release\vcpkgmetricsuploader.exe

Building vcpkg.exe... done.

Telemetry
---------
vcpkg collects usage data in order to help us improve your experience.
The data collected by Microsoft is anonymous.
You can opt-out of telemetry by re-running the bootstrap-vcpkg script with -disableMetrics,
passing --disable-metrics to vcpkg on the command line,
or by setting the VCPKG_DISABLE_METRICS environment variable.

Read more about vcpkg telemetry at docs/about/privacy.md
Removing intermediate container 346f27470cad
 ---> 81da529f70b6
Step 8/8 : RUN vcpkg\vcpkg install libepoxy
 ---> Running in fb37da53fd47
Computing installation plan...

A suitable version of cmake was not found (required v3.17.2). Downloading portable cmake v3.17.2...

Downloading cmake...

  https://github.com/Kitware/CMake/releases/download/v3.17.2/cmake-3.17.2-win32-x86.zip -> C:\vcpkg\downloads\cmake-3.17.2-win32-x86.zip

Extracting cmake...

A suitable version of 7zip was not found (required v18.1.0). Downloading portable 7zip v18.1.0...

Downloading 7zip...

  https://www.nuget.org/api/v2/package/7-Zip.CommandLine/18.1.0 -> C:\vcpkg\downloads\7-zip.commandline.18.1.0.nupkg

Extracting 7zip...

A suitable version of nuget was not found (required v5.5.1). Downloading portable nuget v5.5.1...

Downloading nuget...

  https://dist.nuget.org/win-x86-commandline/v5.5.1/nuget.exe -> C:\vcpkg\downloads\22ea847d-nuget.exe

The following packages will be built and installed:

    libepoxy[core]:x86-windows

  * tool-meson[core]:x86-windows

Additional packages (*) will be modified to complete this operation.

Detecting compiler hash for triplet x86-windows...

A suitable version of powershell-core was not found (required v6.2.1). Downloading portable powershell-core v6.2.1...

Downloading powershell-core...

  https://github.com/PowerShell/PowerShell/releases/download/v6.2.1/PowerShell-6.2.1-win-x86.zip -> C:\vcpkg\downloads\PowerShell-6.2.1-win-x86.zip

Extracting powershell-core...

Starting package 1/2: tool-meson:x86-windows

Building package tool-meson[core]:x86-windows...

Could not locate cached archive: C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives\fe\fe257f20fc1c075d89cdf3e9c948fd652c942b29.zip

-- Performing post-build validation

-- Performing post-build validation done

Stored binary cache: C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives\fe\fe257f20fc1c075d89cdf3e9c948fd652c942b29.zip

Building package tool-meson[core]:x86-windows... done

Installing package tool-meson[core]:x86-windows...

Installing package tool-meson[core]:x86-windows... done

Elapsed time for package tool-meson:x86-windows: 208.7 ms

Starting package 2/2: libepoxy:x86-windows

Building package libepoxy[core]:x86-windows...

Could not locate cached archive: C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives\f7\f743ec00b235ca7fd37812284b7d2e09d89b368a.zip

-- Downloading https://github.com/anholt/libepoxy/archive/1.5.4.tar.gz...

-- Extracting source C:/vcpkg/downloads/anholt-libepoxy-1.5.4.tar.gz

-- Applying patch libepoxy-1.5.4_Add_call_convention_to_mock_function.patch

-- Using source at C:/vcpkg/buildtrees/libepoxy/src/1.5.4-337c486045.clean

-- Downloading https://www.python.org/ftp/python/3.8.3/python-3.8.3-embed-win32.zip...

-- Downloading https://github.com/mesonbuild/meson/archive/0.54.2.zip...

cmake -E tar: warning: skipping symbolic link "meson-0.54.2/test cases/common/227 fs module/a_symlink" -> "meson.build".

-- Acquiring MSYS2...

-- Downloading https://sourceforge.net/projects/msys2/files/Base/x86_64/msys2-base-x86_64-20190524.tar.xz/download...

gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created

gpg: no ultimately trusted keys found

gpg: starting migration from earlier GnuPG versions

gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent

gpg: migration succeeded

gpg: Generating pacman keyring master key...

gpg: key E7062B8B66BA877D marked as ultimately trusted

gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created

gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/6EDA690C24A05C44DC3365C1E7062B8B66BA877D.rev'

gpg: Done

==> Updating trust database...

gpg: marginals needed: 3  completes needed: 1  trust model: pgp

gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u

==> Appending keys from msys2.gpg...

==> Locally signing trusted keys in keyring...

  -> Locally signing key D55E7A6D7CE9BA1587C0ACACF40D263ECA25678A...

  -> Locally signing key 123D4D51A1793859C2BE916BBBE514E53E0D0813...

  -> Locally signing key B91BCF3303284BF90CC043CA9F418C233E652008...

  -> Locally signing key 9DD0D4217D75A33B896159E6DA7EF2ABAEEA755C...

==> Importing owner trust values...

gpg: setting ownertrust to 4

gpg: setting ownertrust to 4

gpg: setting ownertrust to 4

gpg: inserting ownertrust of 4

==> Updating trust database...

gpg: marginals needed: 3  completes needed: 1  trust model: pgp

gpg: depth: 0  valid:   1  signed:   4  trust: 0-, 0q, 0n, 0m, 0f, 1u

gpg: depth: 1  valid:   4  signed:   3  trust: 0-, 0q, 0n, 4m, 0f, 0u

gpg: depth: 2  valid:   3  signed:   0  trust: 3-, 0q, 0n, 0m, 0f, 0u

:: Synchronizing package databases...

downloading mingw32.db...

downloading mingw32.db.sig...

downloading mingw64.db...

downloading mingw64.db.sig...

downloading msys.db...

downloading msys.db.sig...

resolving dependencies...

looking for conflicting packages...

Packages (3) libzstd-1.4.5-2  zstd-1.4.5-2  pacman-5.2.2-1

Total Download Size:    11.31 MiB

Total Installed Size:   34.03 MiB

Net Upgrade Size:      -12.57 MiB

:: Proceed with installation? [Y/n] 

:: Retrieving packages...

downloading libzstd-1.4.5-2-x86_64.pkg.tar.xz...

downloading zstd-1.4.5-2-x86_64.pkg.tar.xz...

downloading pacman-5.2.2-1-x86_64.pkg.tar.xz...

error: failed retrieving file 'pacman-5.2.2-1-x86_64.pkg.tar.xz' from repo.msys2.org : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds

downloading pacman-5.2.2-1-x86_64.pkg.tar.xz...

checking keyring...

checking package integrity...

loading package files...

checking for file conflicts...

checking available disk space...

:: Processing package changes...

installing libzstd...

installing zstd...

upgrading pacman...

checking dependencies...

Packages (2) rebase-4.4.4-1  dash-0.5.10.2-1

Total Removed Size:  1.12 MiB

:: Do you want to remove these packages? [Y/n] 

:: Processing package changes...

removing rebase...

removing dash...

:: Synchronizing package databases...

 mingw32 is up to date

 mingw64 is up to date

 msys is up to date

:: Starting core system upgrade...

warning: resolving dependencies...

terminate other MSYS2 programs before proceeding

looking for conflicting packages...

Packages (5) bash-4.4.023-2  filesystem-2020.02-4  mintty-1~3.2.0-1  msys2-runtime-3.1.5-3  pacman-mirrors-20200329-1

Total Download Size:    5.31 MiB

Total Installed Size:  24.31 MiB

Net Upgrade Size:       1.19 MiB

:: Proceed with installation? [Y/n] 

:: Retrieving packages...

downloading msys2-runtime-3.1.5-3-x86_64.pkg.tar.xz...

downloading bash-4.4.023-2-x86_64.pkg.tar.xz...

downloading filesystem-2020.02-4-x86_64.pkg.tar.xz...

downloading mintty-1~3.2.0-1-x86_64.pkg.tar.xz...

downloading pacman-mirrors-20200329-1-any.pkg.tar.xz...

checking keyring...

checking package integrity...

loading package files...

checking for file conflicts...

checking available disk space...

:: Processing package changes...

upgrading msys2-runtime...

upgrading bash...

upgrading filesystem...

upgrading mintty...

upgrading pacman-mirrors...

:: To complete this update all MSYS2 processes including this terminal will be closed. Confirm to proceed [Y/n] warning: terminating MSYS2 processes failed

-- Acquiring MSYS2... OK

-- Acquiring MSYS Packages...

-- Acquiring MSYS Packages... OK

-- Configuring x86-windows-dbg

-- Configuring x86-windows-dbg done

-- Configuring x86-windows-rel

-- Configuring x86-windows-rel done

-- Package x86-windows-rel

-- Package x86-windows-dbg

-- Warning: Could not find a matching pdb file for:

    C:/vcpkg/packages/libepoxy_x86-windows/debug/bin/epoxy-0.dll

-- Installing: C:/vcpkg/packages/libepoxy_x86-windows/share/libepoxy/copyright

-- Performing post-build validation

-- Performing post-build validation done

Stored binary cache: C:\Users\ContainerAdministrator\AppData\Local\vcpkg\archives\f7\f743ec00b235ca7fd37812284b7d2e09d89b368a.zip

Building package libepoxy[core]:x86-windows... done

Installing package libepoxy[core]:x86-windows...

Installing package libepoxy[core]:x86-windows... done

Elapsed time for package libepoxy:x86-windows: 3.159 min

Total elapsed time: 3.897 min
magjac commented 4 years ago
Annotation 2020-07-16 171753
magjac commented 4 years ago

After Ctrl-C:

image

docker-robott commented 4 years ago

Issues go stale after 90 days of inactivity. Mark the issue as fresh with /remove-lifecycle stale comment. Stale issues will be closed after an additional 30 days of inactivity.

Prevent issues from auto-closing with an /lifecycle frozen comment.

If this issue is safe to close now please do so.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. /lifecycle stale

magjac commented 4 years ago

/remove-lifecycle stale

magjac commented 4 years ago

/lifecycle frozen

magjac commented 4 years ago

If a human ever reads this, please note that this problem makes Docker unusable for the Windows builds of the Graphviz project.

ReinhardBiegelIntech commented 4 years ago

As I see MSYS being involved here, may be #8910 is related?