Skip to content

Instantly share code, notes, and snippets.

@ErikLevin
Created August 17, 2023 11:39
Show Gist options
  • Save ErikLevin/60756ed9a36339e338677b00c77f505f to your computer and use it in GitHub Desktop.
Save ErikLevin/60756ed9a36339e338677b00c77f505f to your computer and use it in GitHub Desktop.
Chocolatey Windows Terminal install error
2023-08-17 13:26:46,181 29904 [DEBUG] - Setting installer args for microsoft-windows-terminal
2023-08-17 13:26:46,182 29904 [DEBUG] - Setting package parameters for microsoft-windows-terminal
2023-08-17 13:26:46,182 29904 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1':
2023-08-17 13:26:46,188 29904 [DEBUG] - $ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileName = "$toolsDir\Microsoft.WindowsTerminal_1.17.11461.0_8wekyb3d8bbwe.msixbundle"
$version = "1.17.11461.0"
$PreRelease = "False"
$WindowsVersion=[Environment]::OSVersion.Version
if ($WindowsVersion.Major -ne "10") {
throw "This package requires Windows 10."
}
#The .msixbundle format is not supported on Windows 10 version 1709 and 1803. https://docs.microsoft.com/en-us/windows/msix/msix-1709-and-1803-support
$IsCorrectBuild=[Environment]::OSVersion.Version.Build
if ($IsCorrectBuild -lt "18362") {
throw "This package requires at least Windows 10 version 1903/OS build 18362.x."
}
$AppxPackageName = "Microsoft.WindowsTerminal"
if ($PreRelease -match "True") {
$AppxPackageName += "Preview"
}
[version]$AppxVer = (Get-AppxPackage -Name $AppxPackageName -AllUsers -PackageTypeFilter Bundle).Version
if ($AppxVer -gt [version]$version) {
# you can't install an older version of an installed appx package, you'd need to remove it first
Write-Warning "The installed $version version is newer than this package version, it may have autoupdated on your current OS..."
} elseif ($AppxVer -Match [version]$version) {
if($env:ChocolateyForce) {
# you can't install the same version of an appx package, you need to remove it first
Write-Host Removing already installed version first.
Remove-AppxPackage -AllUsers -Package (Get-AppxPackage -Name $AppxPackageName -AllUsers -PackageTypeFilter Bundle)
} else {
Write-Host The $version version of Windows-Terminal is already installed. If you want to reinstall use --force
return
}
}
Add-ProvisionedAppPackage -Online -SkipLicense -PackagePath $fileName
2023-08-17 13:26:46,195 29904 [DEBUG] - Calling built-in PowerShell host with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = '';[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::SystemDefault; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '' -preRunHookScripts $null -postRunHookScripts $null']
2023-08-17 13:26:46,213 29904 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=en-US, PublicKeyToken=31bf3856ad364e35, requested by ''
2023-08-17 13:26:46,986 29904 [DEBUG] - Host version is 5.1.19041.1, PowerShell Version is '5.1.19041.3031' and CLR Version is '4.0.30319.42000'.
2023-08-17 13:26:47,669 29904 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2023-08-17 13:26:47,670 29904 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2023-08-17 13:26:47,672 29904 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyConfigValue'.
2023-08-17 13:26:47,672 29904 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2023-08-17 13:26:47,673 29904 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2023-08-17 13:26:47,674 29904 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2023-08-17 13:26:47,675 29904 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2023-08-17 13:26:47,676 29904 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2023-08-17 13:26:47,677 29904 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2023-08-17 13:26:47,678 29904 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2023-08-17 13:26:47,679 29904 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2023-08-17 13:26:47,680 29904 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2023-08-17 13:26:47,680 29904 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2023-08-17 13:26:47,681 29904 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2023-08-17 13:26:47,682 29904 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2023-08-17 13:26:47,683 29904 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2023-08-17 13:26:47,683 29904 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2023-08-17 13:26:47,684 29904 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2023-08-17 13:26:47,685 29904 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2023-08-17 13:26:47,686 29904 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2023-08-17 13:26:47,686 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2023-08-17 13:26:47,687 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2023-08-17 13:26:47,688 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2023-08-17 13:26:47,689 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2023-08-17 13:26:47,689 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2023-08-17 13:26:47,690 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2023-08-17 13:26:47,691 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2023-08-17 13:26:47,692 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2023-08-17 13:26:47,693 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2023-08-17 13:26:47,693 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2023-08-17 13:26:47,694 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2023-08-17 13:26:47,695 29904 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2023-08-17 13:26:47,696 29904 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2023-08-17 13:26:47,696 29904 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2023-08-17 13:26:47,697 29904 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2023-08-17 13:26:47,698 29904 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2023-08-17 13:26:47,699 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2023-08-17 13:26:47,699 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2023-08-17 13:26:47,700 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2023-08-17 13:26:47,701 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2023-08-17 13:26:47,702 29904 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2023-08-17 13:26:47,703 29904 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2023-08-17 13:26:47,704 29904 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2023-08-17 13:26:47,705 29904 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2023-08-17 13:26:47,705 29904 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2023-08-17 13:26:47,706 29904 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2023-08-17 13:26:47,707 29904 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2023-08-17 13:26:47,708 29904 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2023-08-17 13:26:47,709 29904 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2023-08-17 13:26:47,710 29904 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2023-08-17 13:26:47,711 29904 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2023-08-17 13:26:47,718 29904 [DEBUG] - Loading community extensions
2023-08-17 13:26:47,724 29904 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-compatibility\chocolatey-compatibility.psm1'
2023-08-17 13:26:47,725 29904 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-compatibility\chocolatey-compatibility.psm1'.
2023-08-17 13:26:47,751 29904 [DEBUG] - Function 'Get-PackageParameters' exists, ignoring export.
2023-08-17 13:26:47,753 29904 [DEBUG] - Function 'Get-UninstallRegistryKey' exists, ignoring export.
2023-08-17 13:26:47,754 29904 [DEBUG] - Exporting function 'Install-ChocolateyDesktopLink' for backwards compatibility
2023-08-17 13:26:47,758 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2023-08-17 13:26:47,760 29904 [DEBUG] - Exporting function 'Write-ChocolateyFailure' for backwards compatibility
2023-08-17 13:26:47,772 29904 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2023-08-17 13:26:47,774 29904 [DEBUG] - Exporting function 'Write-ChocolateySuccess' for backwards compatibility
2023-08-17 13:26:47,778 29904 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2023-08-17 13:26:47,779 29904 [DEBUG] - Exporting function 'Write-FileUpdateLog' for backwards compatibility
2023-08-17 13:26:47,782 29904 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2023-08-17 13:26:47,783 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2023-08-17 13:26:47,784 29904 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2023-08-17 13:26:47,785 29904 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2023-08-17 13:26:47,786 29904 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2023-08-17 13:26:47,787 29904 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2023-08-17 13:26:47,791 29904 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2023-08-17 13:26:47,852 29904 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2023-08-17 13:26:47,853 29904 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2023-08-17 13:26:47,854 29904 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2023-08-17 13:26:47,855 29904 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2023-08-17 13:26:47,856 29904 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2023-08-17 13:26:47,857 29904 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2023-08-17 13:26:47,858 29904 [INFO ] - VERBOSE: Exporting function 'Remove-Process'.
2023-08-17 13:26:47,859 29904 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2023-08-17 13:26:47,860 29904 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2023-08-17 13:26:47,861 29904 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2023-08-17 13:26:47,862 29904 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2023-08-17 13:26:47,863 29904 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2023-08-17 13:26:47,863 29904 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2023-08-17 13:26:47,864 29904 [INFO ] - VERBOSE: Importing function 'Remove-Process'.
2023-08-17 13:26:47,865 29904 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-dotnetfx\chocolatey-dotnetfx.psm1'
2023-08-17 13:26:47,866 29904 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-dotnetfx\chocolatey-dotnetfx.psm1'.
2023-08-17 13:26:47,921 29904 [INFO ] - VERBOSE: Exporting function 'Install-DotNetFramework'.
2023-08-17 13:26:47,922 29904 [INFO ] - VERBOSE: Exporting function 'Install-DotNetDevPack'.
2023-08-17 13:26:47,923 29904 [INFO ] - VERBOSE: Importing function 'Install-DotNetDevPack'.
2023-08-17 13:26:47,924 29904 [INFO ] - VERBOSE: Importing function 'Install-DotNetFramework'.
2023-08-17 13:26:47,926 29904 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-misc-helpers\chocolatey-misc-helpers.psm1'
2023-08-17 13:26:47,927 29904 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-misc-helpers\chocolatey-misc-helpers.psm1'.
2023-08-17 13:26:47,993 29904 [INFO ] - VERBOSE: Exporting function 'Enable-AutoPin'.
2023-08-17 13:26:47,994 29904 [INFO ] - VERBOSE: Exporting function 'Show-Patreon'.
2023-08-17 13:26:47,995 29904 [INFO ] - VERBOSE: Exporting function 'Show-PayPal'.
2023-08-17 13:26:47,996 29904 [INFO ] - VERBOSE: Exporting function 'Show-ToastMessage'.
2023-08-17 13:26:47,997 29904 [INFO ] - VERBOSE: Exporting function 'Start-CheckandStop'.
2023-08-17 13:26:47,997 29904 [INFO ] - VERBOSE: Exporting function 'Start-CheckandThrow'.
2023-08-17 13:26:47,998 29904 [INFO ] - VERBOSE: Exporting function 'Start-WaitandStop'.
2023-08-17 13:26:47,999 29904 [INFO ] - VERBOSE: Exporting function 'Start-WaitandStopActual'.
2023-08-17 13:26:48,000 29904 [INFO ] - VERBOSE: Exporting function 'Test-Dependency'.
2023-08-17 13:26:48,000 29904 [INFO ] - VERBOSE: Exporting function 'Test-URL'.
2023-08-17 13:26:48,001 29904 [INFO ] - VERBOSE: Importing function 'Enable-AutoPin'.
2023-08-17 13:26:48,002 29904 [INFO ] - VERBOSE: Importing function 'Show-Patreon'.
2023-08-17 13:26:48,003 29904 [INFO ] - VERBOSE: Importing function 'Show-PayPal'.
2023-08-17 13:26:48,004 29904 [INFO ] - VERBOSE: Importing function 'Show-ToastMessage'.
2023-08-17 13:26:48,004 29904 [INFO ] - VERBOSE: Importing function 'Start-CheckandStop'.
2023-08-17 13:26:48,005 29904 [INFO ] - VERBOSE: Importing function 'Start-CheckandThrow'.
2023-08-17 13:26:48,006 29904 [INFO ] - VERBOSE: Importing function 'Start-WaitandStop'.
2023-08-17 13:26:48,007 29904 [INFO ] - VERBOSE: Importing function 'Start-WaitandStopActual'.
2023-08-17 13:26:48,008 29904 [INFO ] - VERBOSE: Importing function 'Test-Dependency'.
2023-08-17 13:26:48,009 29904 [INFO ] - VERBOSE: Importing function 'Test-URL'.
2023-08-17 13:26:48,011 29904 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'
2023-08-17 13:26:48,012 29904 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.
2023-08-17 13:26:48,425 29904 [INFO ] - VERBOSE: Exporting function 'Add-VisualStudioComponent'.
2023-08-17 13:26:48,427 29904 [INFO ] - VERBOSE: Exporting function 'Add-VisualStudioWorkload'.
2023-08-17 13:26:48,428 29904 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstaller'.
2023-08-17 13:26:48,429 29904 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.
2023-08-17 13:26:48,430 29904 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstance'.
2023-08-17 13:26:48,430 29904 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.
2023-08-17 13:26:48,431 29904 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudio'.
2023-08-17 13:26:48,432 29904 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudioInstaller'.
2023-08-17 13:26:48,432 29904 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.
2023-08-17 13:26:48,433 29904 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioComponent'.
2023-08-17 13:26:48,434 29904 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioProduct'.
2023-08-17 13:26:48,434 29904 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.
2023-08-17 13:26:48,435 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-VisualStudio'.
2023-08-17 13:26:48,436 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.
2023-08-17 13:26:48,437 29904 [INFO ] - VERBOSE: Importing function 'Add-VisualStudioComponent'.
2023-08-17 13:26:48,438 29904 [INFO ] - VERBOSE: Importing function 'Add-VisualStudioWorkload'.
2023-08-17 13:26:48,439 29904 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstaller'.
2023-08-17 13:26:48,440 29904 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.
2023-08-17 13:26:48,440 29904 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstance'.
2023-08-17 13:26:48,441 29904 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.
2023-08-17 13:26:48,442 29904 [INFO ] - VERBOSE: Importing function 'Install-VisualStudio'.
2023-08-17 13:26:48,443 29904 [INFO ] - VERBOSE: Importing function 'Install-VisualStudioInstaller'.
2023-08-17 13:26:48,444 29904 [INFO ] - VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.
2023-08-17 13:26:48,445 29904 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioComponent'.
2023-08-17 13:26:48,446 29904 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioProduct'.
2023-08-17 13:26:48,447 29904 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioWorkload'.
2023-08-17 13:26:48,447 29904 [INFO ] - VERBOSE: Importing function 'Uninstall-VisualStudio'.
2023-08-17 13:26:48,448 29904 [INFO ] - VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.
2023-08-17 13:26:48,450 29904 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
2023-08-17 13:26:48,451 29904 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
2023-08-17 13:26:48,535 29904 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2023-08-17 13:26:48,536 29904 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2023-08-17 13:26:48,537 29904 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2023-08-17 13:26:48,538 29904 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2023-08-17 13:26:48,539 29904 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2023-08-17 13:26:48,540 29904 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2023-08-17 13:26:48,540 29904 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyConfigValue'.
2023-08-17 13:26:48,541 29904 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2023-08-17 13:26:48,542 29904 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2023-08-17 13:26:48,544 29904 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2023-08-17 13:26:48,545 29904 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2023-08-17 13:26:48,546 29904 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2023-08-17 13:26:48,546 29904 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2023-08-17 13:26:48,547 29904 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2023-08-17 13:26:48,548 29904 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2023-08-17 13:26:48,548 29904 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2023-08-17 13:26:48,549 29904 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2023-08-17 13:26:48,550 29904 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2023-08-17 13:26:48,551 29904 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2023-08-17 13:26:48,552 29904 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2023-08-17 13:26:48,552 29904 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2023-08-17 13:26:48,553 29904 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2023-08-17 13:26:48,554 29904 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2023-08-17 13:26:48,555 29904 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2023-08-17 13:26:48,555 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2023-08-17 13:26:48,556 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2023-08-17 13:26:48,557 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2023-08-17 13:26:48,558 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2023-08-17 13:26:48,558 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2023-08-17 13:26:48,559 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2023-08-17 13:26:48,560 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2023-08-17 13:26:48,561 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2023-08-17 13:26:48,561 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2023-08-17 13:26:48,562 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2023-08-17 13:26:48,563 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2023-08-17 13:26:48,563 29904 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2023-08-17 13:26:48,564 29904 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2023-08-17 13:26:48,565 29904 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2023-08-17 13:26:48,566 29904 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2023-08-17 13:26:48,566 29904 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2023-08-17 13:26:48,567 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2023-08-17 13:26:48,568 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2023-08-17 13:26:48,569 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2023-08-17 13:26:48,569 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2023-08-17 13:26:48,570 29904 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2023-08-17 13:26:48,571 29904 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2023-08-17 13:26:48,571 29904 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2023-08-17 13:26:48,572 29904 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2023-08-17 13:26:48,573 29904 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2023-08-17 13:26:48,574 29904 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2023-08-17 13:26:48,574 29904 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2023-08-17 13:26:48,575 29904 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2023-08-17 13:26:48,576 29904 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2023-08-17 13:26:48,576 29904 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2023-08-17 13:26:48,577 29904 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2023-08-17 13:26:48,578 29904 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2023-08-17 13:26:48,579 29904 [INFO ] - VERBOSE: Exporting function 'Remove-Process'.
2023-08-17 13:26:48,579 29904 [INFO ] - VERBOSE: Exporting function 'Install-DotNetDevPack'.
2023-08-17 13:26:48,580 29904 [INFO ] - VERBOSE: Exporting function 'Install-DotNetFramework'.
2023-08-17 13:26:48,581 29904 [INFO ] - VERBOSE: Exporting function 'Enable-AutoPin'.
2023-08-17 13:26:48,582 29904 [INFO ] - VERBOSE: Exporting function 'Show-Patreon'.
2023-08-17 13:26:48,582 29904 [INFO ] - VERBOSE: Exporting function 'Show-PayPal'.
2023-08-17 13:26:48,583 29904 [INFO ] - VERBOSE: Exporting function 'Show-ToastMessage'.
2023-08-17 13:26:48,584 29904 [INFO ] - VERBOSE: Exporting function 'Start-CheckandStop'.
2023-08-17 13:26:48,585 29904 [INFO ] - VERBOSE: Exporting function 'Start-CheckandThrow'.
2023-08-17 13:26:48,585 29904 [INFO ] - VERBOSE: Exporting function 'Start-WaitandStop'.
2023-08-17 13:26:48,586 29904 [INFO ] - VERBOSE: Exporting function 'Start-WaitandStopActual'.
2023-08-17 13:26:48,587 29904 [INFO ] - VERBOSE: Exporting function 'Test-Dependency'.
2023-08-17 13:26:48,587 29904 [INFO ] - VERBOSE: Exporting function 'Test-URL'.
2023-08-17 13:26:48,588 29904 [INFO ] - VERBOSE: Exporting function 'Add-VisualStudioComponent'.
2023-08-17 13:26:48,589 29904 [INFO ] - VERBOSE: Exporting function 'Add-VisualStudioWorkload'.
2023-08-17 13:26:48,590 29904 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstaller'.
2023-08-17 13:26:48,590 29904 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.
2023-08-17 13:26:48,591 29904 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstance'.
2023-08-17 13:26:48,592 29904 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.
2023-08-17 13:26:48,593 29904 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudio'.
2023-08-17 13:26:48,593 29904 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudioInstaller'.
2023-08-17 13:26:48,594 29904 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.
2023-08-17 13:26:48,595 29904 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioComponent'.
2023-08-17 13:26:48,596 29904 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioProduct'.
2023-08-17 13:26:48,596 29904 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.
2023-08-17 13:26:48,597 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-VisualStudio'.
2023-08-17 13:26:48,598 29904 [INFO ] - VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.
2023-08-17 13:26:48,599 29904 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2023-08-17 13:26:48,599 29904 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2023-08-17 13:26:48,600 29904 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2023-08-17 13:26:48,601 29904 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2023-08-17 13:26:48,602 29904 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2023-08-17 13:26:48,602 29904 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2023-08-17 13:26:48,603 29904 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2023-08-17 13:26:48,604 29904 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2023-08-17 13:26:48,605 29904 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2023-08-17 13:26:48,605 29904 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2023-08-17 13:26:48,606 29904 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2023-08-17 13:26:48,607 29904 [INFO ] - VERBOSE: Importing function 'Add-VisualStudioComponent'.
2023-08-17 13:26:48,608 29904 [INFO ] - VERBOSE: Importing function 'Add-VisualStudioWorkload'.
2023-08-17 13:26:48,609 29904 [INFO ] - VERBOSE: Importing function 'Enable-AutoPin'.
2023-08-17 13:26:48,610 29904 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2023-08-17 13:26:48,611 29904 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2023-08-17 13:26:48,612 29904 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2023-08-17 13:26:48,612 29904 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2023-08-17 13:26:48,613 29904 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyConfigValue'.
2023-08-17 13:26:48,614 29904 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyPath'.
2023-08-17 13:26:48,615 29904 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2023-08-17 13:26:48,615 29904 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2023-08-17 13:26:48,616 29904 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2023-08-17 13:26:48,617 29904 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2023-08-17 13:26:48,618 29904 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2023-08-17 13:26:48,618 29904 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2023-08-17 13:26:48,619 29904 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2023-08-17 13:26:48,620 29904 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2023-08-17 13:26:48,621 29904 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2023-08-17 13:26:48,621 29904 [INFO ] - VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.
2023-08-17 13:26:48,622 29904 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2023-08-17 13:26:48,623 29904 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2023-08-17 13:26:48,623 29904 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2023-08-17 13:26:48,624 29904 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2023-08-17 13:26:48,625 29904 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstaller'.
2023-08-17 13:26:48,626 29904 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.
2023-08-17 13:26:48,628 29904 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstance'.
2023-08-17 13:26:48,628 29904 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.
2023-08-17 13:26:48,629 29904 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2023-08-17 13:26:48,630 29904 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2023-08-17 13:26:48,631 29904 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2023-08-17 13:26:48,631 29904 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2023-08-17 13:26:48,632 29904 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2023-08-17 13:26:48,633 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2023-08-17 13:26:48,634 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2023-08-17 13:26:48,634 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2023-08-17 13:26:48,635 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2023-08-17 13:26:48,636 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2023-08-17 13:26:48,637 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2023-08-17 13:26:48,637 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2023-08-17 13:26:48,638 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2023-08-17 13:26:48,639 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2023-08-17 13:26:48,640 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2023-08-17 13:26:48,640 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2023-08-17 13:26:48,641 29904 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2023-08-17 13:26:48,642 29904 [INFO ] - VERBOSE: Importing function 'Install-DotNetDevPack'.
2023-08-17 13:26:48,643 29904 [INFO ] - VERBOSE: Importing function 'Install-DotNetFramework'.
2023-08-17 13:26:48,643 29904 [INFO ] - VERBOSE: Importing function 'Install-VisualStudio'.
2023-08-17 13:26:48,644 29904 [INFO ] - VERBOSE: Importing function 'Install-VisualStudioInstaller'.
2023-08-17 13:26:48,645 29904 [INFO ] - VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.
2023-08-17 13:26:48,646 29904 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2023-08-17 13:26:48,646 29904 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2023-08-17 13:26:48,647 29904 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2023-08-17 13:26:48,648 29904 [INFO ] - VERBOSE: Importing function 'Remove-Process'.
2023-08-17 13:26:48,648 29904 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioComponent'.
2023-08-17 13:26:48,649 29904 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioProduct'.
2023-08-17 13:26:48,650 29904 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioWorkload'.
2023-08-17 13:26:48,651 29904 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2023-08-17 13:26:48,652 29904 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2023-08-17 13:26:48,652 29904 [INFO ] - VERBOSE: Importing function 'Show-Patreon'.
2023-08-17 13:26:48,653 29904 [INFO ] - VERBOSE: Importing function 'Show-PayPal'.
2023-08-17 13:26:48,654 29904 [INFO ] - VERBOSE: Importing function 'Show-ToastMessage'.
2023-08-17 13:26:48,654 29904 [INFO ] - VERBOSE: Importing function 'Start-CheckandStop'.
2023-08-17 13:26:48,655 29904 [INFO ] - VERBOSE: Importing function 'Start-CheckandThrow'.
2023-08-17 13:26:48,656 29904 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2023-08-17 13:26:48,657 29904 [INFO ] - VERBOSE: Importing function 'Start-WaitandStop'.
2023-08-17 13:26:48,657 29904 [INFO ] - VERBOSE: Importing function 'Start-WaitandStopActual'.
2023-08-17 13:26:48,658 29904 [INFO ] - VERBOSE: Importing function 'Test-Dependency'.
2023-08-17 13:26:48,659 29904 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2023-08-17 13:26:48,661 29904 [INFO ] - VERBOSE: Importing function 'Test-URL'.
2023-08-17 13:26:48,661 29904 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2023-08-17 13:26:48,662 29904 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2023-08-17 13:26:48,663 29904 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2023-08-17 13:26:48,664 29904 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2023-08-17 13:26:48,664 29904 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2023-08-17 13:26:48,665 29904 [INFO ] - VERBOSE: Importing function 'Uninstall-VisualStudio'.
2023-08-17 13:26:48,666 29904 [INFO ] - VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.
2023-08-17 13:26:48,667 29904 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2023-08-17 13:26:48,667 29904 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2023-08-17 13:26:48,668 29904 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2023-08-17 13:26:48,669 29904 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2023-08-17 13:26:48,669 29904 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2023-08-17 13:26:48,670 29904 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2023-08-17 13:26:48,671 29904 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2023-08-17 13:26:48,672 29904 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2023-08-17 13:26:48,672 29904 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2023-08-17 13:26:48,673 29904 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2023-08-17 13:26:48,674 29904 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2023-08-17 13:26:48,675 29904 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2023-08-17 13:26:48,675 29904 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2023-08-17 13:26:48,676 29904 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2023-08-17 13:26:48,710 29904 [DEBUG] - ---------------------------Script Execution---------------------------
2023-08-17 13:26:48,713 29904 [DEBUG] - Running 'ChocolateyScriptRunner' for microsoft-windows-terminal v1.17.11461 with packageScript 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal', installArguments: '', packageParameters: '', preRunHookScripts: '', postRunHookScripts: '',
2023-08-17 13:26:48,719 29904 [DEBUG] - Running package script 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1'
2023-08-17 13:26:49,039 29904 [INFO ] - VERBOSE: Exporting function 'Get-AppxLastError'.
2023-08-17 13:26:49,040 29904 [INFO ] - VERBOSE: Exporting function 'Get-AppxLog'.
2023-08-17 13:26:49,041 29904 [INFO ] - VERBOSE: Exporting alias 'Add-AppPackage'.
2023-08-17 13:26:49,041 29904 [INFO ] - VERBOSE: Exporting alias 'Get-AppPackage'.
2023-08-17 13:26:49,042 29904 [INFO ] - VERBOSE: Exporting alias 'Get-AppPackageManifest'.
2023-08-17 13:26:49,043 29904 [INFO ] - VERBOSE: Exporting alias 'Remove-AppPackage'.
2023-08-17 13:26:49,044 29904 [INFO ] - VERBOSE: Exporting alias 'Get-AppPackageVolume'.
2023-08-17 13:26:49,045 29904 [INFO ] - VERBOSE: Exporting alias 'Add-AppPackageVolume'.
2023-08-17 13:26:49,046 29904 [INFO ] - VERBOSE: Exporting alias 'Remove-AppPackageVolume'.
2023-08-17 13:26:49,047 29904 [INFO ] - VERBOSE: Exporting alias 'Mount-AppPackageVolume'.
2023-08-17 13:26:49,047 29904 [INFO ] - VERBOSE: Exporting alias 'Dismount-AppPackageVolume'.
2023-08-17 13:26:49,048 29904 [INFO ] - VERBOSE: Exporting alias 'Move-AppPackage'.
2023-08-17 13:26:49,049 29904 [INFO ] - VERBOSE: Exporting alias 'Get-AppPacakgeDefaultVolume'.
2023-08-17 13:26:49,050 29904 [INFO ] - VERBOSE: Exporting alias 'Set-AppPackageDefaultVolume'.
2023-08-17 13:26:49,050 29904 [INFO ] - VERBOSE: Exporting alias 'Get-AppPackageLastError'.
2023-08-17 13:26:49,051 29904 [INFO ] - VERBOSE: Exporting alias 'Get-AppPackageLog'.
2023-08-17 13:26:49,458 29904 [ERROR] - ERROR: Cannot convert the "System.Object[]" value of type "System.Object[]" to type "System.Version".
2023-08-17 13:26:49,461 29904 [DEBUG] - Built-in PowerShell host called with ['[System.Threading.Thread]::CurrentThread.CurrentCulture = '';[System.Threading.Thread]::CurrentThread.CurrentUICulture = '';[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::SystemDefault; & import-module -name 'C:\ProgramData\chocolatey\helpers\chocolateyInstaller.psm1'; & 'C:\ProgramData\chocolatey\helpers\chocolateyScriptRunner.ps1' -packageScript 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1' -installArguments '' -packageParameters '' -preRunHookScripts $null -postRunHookScripts $null'] exited with '-1'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment