Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It is hard to find Microsoft.VCLibs.140.00.UWPDesktop #3097

Closed
shalev123d opened this issue Oct 6, 2019 · 56 comments · Fixed by #5661
Closed

It is hard to find Microsoft.VCLibs.140.00.UWPDesktop #3097

shalev123d opened this issue Oct 6, 2019 · 56 comments · Fixed by #5661
Assignees
Labels
Area-Build Issues pertaining to the build system, CI, infrastructure, meta Issue-Question For questions or discussion Product-Terminal The new Windows Terminal. Resolution-Fix-Committed Fix is checked in, but it might be 3-4 weeks until a release. Tracking-External This bug isn't resolved, but it's following an external workitem.
Milestone

Comments

@shalev123d
Copy link

Hi everyone,
After installing the suggested VClibs at - #2369
the installer still shows:
image
(They said to open a new issue report)

Best Regards

@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels Oct 6, 2019
@EmTschi
Copy link

EmTschi commented Oct 7, 2019

Build this App on your own and make an appx.
It creates also the dependencies (Microsoft.VCLibs.x64.14.00.appx, Microsoft.VCLibs.x64.14.00.Desktop.appx)

Extract the downloaded msixbundle File and copy the created dependencies (Microsoft.VCLibs.x64.14.00.appx, Microsoft.VCLibs.x64.14.00.Desktop.appx) in the same Folder as the CascadiaPackage_xxx_x64.msix is and install it.

On a new release you can reuse this dependencies. Only extract und copy the files.

@DHowett-MSFT
Copy link
Contributor

@bitcrazed I'm assigning this one to you per #2369 (comment)

The link you provided is to the desktop application redistributable, not the UWPDesktop redistributable.

@DHowett-MSFT DHowett-MSFT changed the title Microsoft.VCLibs.140.00.UWPDesktop It is hard to find Microsoft.VCLibs.140.00.UWPDesktop Oct 7, 2019
@EmTschi
Copy link

EmTschi commented Oct 8, 2019

Is there a reason why the dependencies are not in the Package?
The app installer needs always the dependencies, also if the dependencies are already installed...

@DHowett-MSFT
Copy link
Contributor

The dependencies are not in the package because the dependencies need to be able to be updated without us releasing an update.

@EmTschi
Copy link

EmTschi commented Oct 8, 2019

Thanks for the quick reply!
Is it possible to attach the dependencies as seperate download for those who has no access to the store?

@tebeco
Copy link

tebeco commented Oct 16, 2019

The dependencies are not in the package because the dependencies need to be able to be updated without us releasing an update.

@DHowett
i think i've seen FluentTerminal managing to handle that as they ship the dependencies respectively (aside the msixbundle) and an installation script that way the install script managed to properly install everything

it also fixes the part where the store could / update be able to install it later on

that seems like it would be the perfect way for users here.

@DHowett-MSFT DHowett-MSFT added Tracking-External This bug isn't resolved, but it's following an external workitem. Issue-Question For questions or discussion Product-Terminal The new Windows Terminal. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Oct 29, 2019
@damienleroy
Copy link

I've got the same issue on my side.
I think the project is too deeply connected to the windows store. It's depend of some package which is not accessible by everyone.
Is it possible to remove the dependance of the store ?

@tebeco
Copy link

tebeco commented Nov 13, 2019

@ leroyd
For now, in order to use it, I have to manually

  • build it from vs,
  • right click publish (shame)
  • generate my own certificate to sign it during publish
  • set a specific version, bad because it differs from official package
  • have to do it twice because there is a bug in the CascadiaPackage.??proj (because of the condition testing pfx existing before you need it so the first publish won’t sign the package ...)
  • ship it on a corpo shared server
  • ask user to activate DevMode
  • then manually run install.ps1

@DHowett-MSFT i’m very interested to know how that msbuild check can be fixed without running the assistant twice

Repro :
git clean -fdx > right click : publish
You’d see for example that the “bundle” combo of the wizard is set to “never” because the pfx check if it exists same for Signing

Also does the .vsconfig works on MsBuild tool 2019 ? So that I can build it from a CI ?

@bitcrazed
Copy link
Contributor

Thanks for your feedback on this everyone. It's very closely related to #3457 but will leave open for now since we're actively looking into several options here.

On the one hand, we'd like to reduce in-package dependencies so that we don't have to ship updates to the Terminal if, in this case, VC140 is updated. But on the other hand, it's not easy to find the correct out-of-package VC140 redist. We're exploring a few things right now. Stay tuned while we figure out some logistics.

@bitcrazed bitcrazed added the Area-Build Issues pertaining to the build system, CI, infrastructure, meta label Nov 13, 2019
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label Nov 13, 2019
@bitcrazed bitcrazed added this to the Terminal-1911 milestone Nov 13, 2019
@tebeco
Copy link

tebeco commented Nov 13, 2019

What about first before changing anything add an artifact here with the content of the output folder of the build

The exact same step I mentioned earlier but from your CI

  • Update will still not work
  • probably still require devMode
  • Some team does NOT have Visual Studio so they cannot build it
    It’s just the full folder output to zip and push to github
    This will not fix anything but until things are fixed that a good way to embrace users

As I mentioned in a previous comment this is what does FluentTerminal for the exact same issue
And so for it works great for them
another terminal ^^, that can be installed without store access

@bitcrazed
Copy link
Contributor

@tebeco Appreciate your thoughts here, but we're keen to try to minimize/avoid shipping others' dependencies and binaries for a variety of (predominantly servicing) reasons. We're discussing with several teams as I type and will update this thread with info once we've arrived at a workable solution.

@tebeco
Copy link

tebeco commented Nov 15, 2019

Thx a lot for the “insight view”
Will wait “patiently” here ^^
For now I’ll continue to do manual build for our teammates 😆

6F288C93-B88E-45C7-B1E3-4C1137ADB1B5

DHowett-MSFT pushed a commit that referenced this issue Apr 29, 2020
For our release builds, we're just going to integrate the UWPDesktop CRT
into our package and delete the package dependencies.  It's very
difficult for users who do not have access to the store to get our
dependency packages, and we want to be robust and deployable everywhere.
Since these libraries can be redistributed, it's easiest if we simply
redistribute them.

Our package grows by ~550kb per architecture (compressed) because of
this. I've added validation that we don't have both the libs _and_ the
dependencies in the same package.

Fixes #3097.
@ghost ghost added the In-PR This issue has a related PR label Apr 29, 2020
@DHowett-MSFT
Copy link
Contributor

In the interest of making Terminal easily accessible in environments where the store isn’t available, we’re going to ship our dependencies inside our package for now. We’ll revisit this once we have a better story.

This issue will close when the PR that integrates our dependencies merges (in a minute or so.)

@ghost ghost closed this as completed in #5661 Apr 30, 2020
@ghost ghost removed the In-PR This issue has a related PR label Apr 30, 2020
ghost pushed a commit that referenced this issue Apr 30, 2020
For our release builds, we're just going to integrate the UWPDesktop CRT
into our package and delete the package dependencies.  It's very
difficult for users who do not have access to the store to get our
dependency packages, and we want to be robust and deployable everywhere.
Since these libraries can be redistributed, it's easiest if we simply
redistribute them.

Our package grows by ~550kb per architecture (compressed) because of
this. I've added validation that we don't have both the libs _and_ the
dependencies in the same package.

Fixes #3097.

## Validation

The script does it!
@ghost ghost added the Resolution-Fix-Committed Fix is checked in, but it might be 3-4 weeks until a release. label Apr 30, 2020
@WSLUser
Copy link
Contributor

WSLUser commented May 4, 2020

@DHowett-MSFT It appears that ever since PR #5256 , The appx-Release bundle is no longer generated. Shipping the deps only helps when a release is published but what if we want to roll a custom build? We should be able to grab the appx. Visual Studio still shouldn't be required.

@DHowett-MSFT
Copy link
Contributor

DHowett-MSFT commented May 4, 2020

@WSLUser If you are sharp enough to roll a custom build, you're capable enough of finding and installing its dependencies. Also, we haven't changed how the CI pipelines publish app packages, and the build changes in the msbuild projects only impact builds with a specific flag turned on.

@DHowett-MSFT
Copy link
Contributor

5256 was made because we spent too much time rebuilding unchanged code for flavors that we've never picked up any regressions in. Our CI is not a contract. You are not supposed to rely on the availability of any bundles from our CI. It's not a contract.

@WSLUser
Copy link
Contributor

WSLUser commented May 4, 2020

Yes, and I did notice #5679 did publish an artifact, except the x64 build failed due to circular graph, so anybody not using x64 could grab it. That graph issue usually just requires a rebuild. Obviously no point to rebuild for that PR as it's for v1 but I was hoping to update my offline machine with the latest appx bundle now that the deps are shipped as part of it.

@ghost
Copy link

ghost commented May 5, 2020

🎉This issue was addressed in #5661, which has now been successfully released as Windows Terminal Release Candidate v0.11.1251.0 (1.0rc1).:tada:

Handy links:

@m-wilczynski
Copy link

m-wilczynski commented May 12, 2020

Seems to work now! <3

A minor inconvenience is that it will install successfully, but you need to wait few minutes (or launch Microsoft Store, can't be sure) for it to start working properly. When you click on the icon in Start Menu it will behave as if installation was still in progress (even progressbar is still present).

@rklec
Copy link

rklec commented Jun 21, 2022

Does this issue happen again? See #13345

@zadjii-msft
Copy link
Member

Leaving here for future folks. These are from the Release Notes:

Why are there so many packages? How do I choose?

This version of Windows Terminal is distributed in two bundles, one of which works on Windows 10-11 and the other of
which only works on Windows 11. The Windows 11 version is much smaller because we no longer need to work around a
platform issue related to our dependencies.

If you intend on using Terminal as an unpackaged application--that is, extracting the msix file--we recommend that
you use the Win10 bundle. You will need the Visual C++ runtime redistributable.

In addition, if you install the packaged version on either Windows 10 or Windows 11, it now depends on the Visual C++ Universal Runtime Package.

Despite these distributions having different version numbers, they are built from the same code and there is no
functional difference between them.

If you install the Windows 10 verison on Windows 11, it will probably automatically upgrade itself to the Windows 11
version. It turns out that it is impossible to have two bundles with the same version number, so it has to be this
way.

As with prior releases, you need to install Microsoft.VCLibs.UWPDesktop.140.00 or make sure it is installed prior to installing Terminal. If you are using Terminal unpackaged, you will need to make sure you have the systemwide "Microsoft Visual C++ Redistributable" installed, and choose the Win10 version of our msixbundle. Yeah, it's strange!

@curiousbytes
Copy link

@atom0s Thanks for the info. The store.rg-adguard.net seemed a bit shady to me, but I can confirm that process worked for me. To restate your solution and my path to resolution:

Problem:

choco install microsoft-windows-terminal would fail with errors about missing packages for Microsoft.VCLibs.140.00.UWPDesktop or Microsoft.VCLibs.140.00

Get-AppxPackage | where name -like "Microsoft.VC*" | select Name, Version, PackageFamilyName would show these packages but not with the latest/required versions

Solution:

  • Visit the somewhat shady feeling site: https://store.rg-adguard.net/ to download appx packages directly out of the microsoft store. The links generated are from microsoft.com domains.

  • Search by PackageFamilyName for Microsoft.VCLibs.140.00.UWPDesktop_8wekyb3d8bbwe

  • Search by PackageFamilyName for Microsoft.VCLibs.140.00_8wekyb3d8bbwe

  • run Add-AppxPackage -Path .\Microsoft.VCLibs.140.00.UWPDesktop_14.0.27810.0_x64__8wekyb3d8bbwe.appx

  • run Add-AppxPackage -Path .\Microsoft.VCLibs.140.00_14.0.27810.0_x64__8wekyb3d8bbwe.appx

  • run choco install microsoft-windows-terminal which now succeeds

yeap this still works just fine :)

@joaocc
Copy link

joaocc commented Dec 10, 2022

In case someone wants to install via official URL + chocolatey, please use the following (tested on Windows Server 2022):

$tempUwpASPX = Join-Path -Path $env:TEMP -ChildPath "Microsoft.VCLibs.x64.14.00.Desktop.appx"
Invoke-WebRequest -Uri "https://aka.ms/Microsoft.VCLibs.x64.14.00.Desktop.appx" -OutFile $tempUwpASPX
Add-AppxPackage -Path $tempUwpASPX
choco install -y microsoft-windows-terminal

Source of URLs is https://learn.microsoft.com/en-us/troubleshoot/developer/visualstudio/cpp/libraries/c-runtime-packages-desktop-bridge#how-to-install-and-update-desktop-framework-packages

@rklec
Copy link

rklec commented Jun 3, 2024

The issue PowerShell/PowerShell#13138 stays, however, on Windows 10... 🤷

$ Add-AppxPackage -Path $tempUwpASPX                                                                   
Add-AppxPackage: The 'Add-AppxPackage' command was found in the module 'Appx', but the module could not be loaded due to the following error: [Operation is not supported on this platform. (0x80131539)]
For more information, run 'Import-Module Appx'.
$ Import-Module Appx
Import-Module: Operation is not supported on this platform. (0x80131539)

@rklec
Copy link

rklec commented Jun 3, 2024

Ah okay the workaround to import it was possible, but well (file was already downloaded before via Invoke-WebRequest as shown above):

PowerShell 7.4.2
Loading personal and system profiles took 3198ms.
PS C:\Windows\System32> Import-Module -Name Appx -UseWindowsPowerShell
WARNING: Module Appx is loaded in Windows PowerShell using WinPSCompatSession remoting session; please note that all input and output of commands from this module will be deserialized objects. If you want to load this module into PowerShell please use 'Import-Module -SkipEditionCheck' syntax.
PS C:\Windows\System32> $tempUwpASPX = Join-Path -Path $env:TEMP -ChildPath "Microsoft.VCLibs.x64.14.00.Desktop.appx"
PS C:\Windows\System32> ^C
PS C:\Windows\System32> Add-AppxPackage -Path $tempUwpASPX
PS C:\Windows\System32> choco upgrade -y microsoft-windows-terminal
Chocolatey v2.2.2
Upgrading the following packages:
microsoft-windows-terminal
By upgrading, you accept licenses for the packages.

You have microsoft-windows-terminal v1.17.11461 installed. Version 1.20.11271 is available based on your source(s).
Progress: Downloading microsoft-windows-terminal 1.20.11271... 100%

microsoft-windows-terminal v1.20.11271 [Approved]
microsoft-windows-terminal package files upgrade completed. Performing other installation steps.
ERROR: Cannot convert the "System.Object[]" value of type "System.Object[]" to type "System.Version".
The upgrade of microsoft-windows-terminal was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1'.
 See log for details.

Chocolatey upgraded 0/1 packages. 1 packages failed.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Failures
 - microsoft-windows-terminal (exited -1) - Error while running 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1'.
 See log for details.

Log shows:

2024-06-03 16:52:14,872 15624 [INFO ] - [NuGet] Resolving dependency information took 0 ms
2024-06-03 16:52:16,604 15624 [DEBUG] - Running beforeModify step for 'microsoft-windows-terminal'
2024-06-03 16:52:16,610 15624 [DEBUG] - Backing up package files for 'microsoft-windows-terminal'
2024-06-03 16:52:16,644 15624 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal".
2024-06-03 16:52:16,646 15624 [DEBUG] - Moving C:\ProgramData\chocolatey\lib\microsoft-windows-terminal to C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal\1.17.11461
2024-06-03 16:52:16,649 15624 [DEBUG] - Moving 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal'
to 'C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal\1.17.11461'
2024-06-03 16:52:18,668 15624 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal".
2024-06-03 16:52:18,671 15624 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal\1.17.11461\microsoft-windows-terminal.nupkg"
to "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\microsoft-windows-terminal.nupkg".
2024-06-03 16:52:18,792 15624 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal\1.17.11461\microsoft-windows-terminal.nuspec"
to "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\microsoft-windows-terminal.nuspec".
2024-06-03 16:52:18,795 15624 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\legal".
2024-06-03 16:52:18,797 15624 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal\1.17.11461\legal\LICENSE.txt"
to "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\legal\LICENSE.txt".
2024-06-03 16:52:18,800 15624 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal\1.17.11461\legal\VERIFICATION.txt"
to "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\legal\VERIFICATION.txt".
2024-06-03 16:52:18,802 15624 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools".
2024-06-03 16:52:18,804 15624 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal\1.17.11461\tools\chocolateyInstall.ps1"
to "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1".
2024-06-03 16:52:18,807 15624 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal\1.17.11461\tools\chocolateyUninstall.ps1"
to "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyUninstall.ps1".
2024-06-03 16:52:18,809 15624 [DEBUG] - Attempting to copy "C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal\1.17.11461\tools\Microsoft.WindowsTerminal_1.17.11461.0_8wekyb3d8bbwe.msixbundle"
to "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\Microsoft.WindowsTerminal_1.17.11461.0_8wekyb3d8bbwe.msixbundle".
2024-06-03 16:52:20,448 15624 [DEBUG] - Deleting file C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1
2024-06-03 16:52:20,449 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1".
2024-06-03 16:52:20,453 15624 [DEBUG] - Deleting file C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyUninstall.ps1
2024-06-03 16:52:20,454 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyUninstall.ps1".
2024-06-03 16:52:20,460 15624 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal'
2024-06-03 16:52:20,505 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\microsoft-windows-terminal.nupkg'
 with checksum '83C744E6DFD576B8FF4307257CC8B184'
2024-06-03 16:52:20,506 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\microsoft-windows-terminal.nuspec'
 with checksum 'DAA9B55A7C0E8644AA9BCF5AF2E04A0A'
2024-06-03 16:52:20,508 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\legal\LICENSE.txt'
 with checksum 'B377DB62B5A030F560ED5BBCA25EA5BE'
2024-06-03 16:52:20,510 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\legal\VERIFICATION.txt'
 with checksum '4B3374D05B3D01573E163C2BAE73A9FD'
2024-06-03 16:52:20,554 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\Microsoft.WindowsTerminal_1.17.11461.0_8wekyb3d8bbwe.msixbundle'
 with checksum '424C8354E5D913DE7A0F48A2E4D5357B'
2024-06-03 16:52:20,558 15624 [DEBUG] - Ensuring removal of installation files.
2024-06-03 16:52:20,597 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\microsoft-windows-terminal.nupkg'
 with checksum '83C744E6DFD576B8FF4307257CC8B184'
2024-06-03 16:52:20,598 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\microsoft-windows-terminal.nupkg".
2024-06-03 16:52:20,602 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\microsoft-windows-terminal.nuspec'
 with checksum 'DAA9B55A7C0E8644AA9BCF5AF2E04A0A'
2024-06-03 16:52:20,603 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\microsoft-windows-terminal.nuspec".
2024-06-03 16:52:20,605 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\legal\LICENSE.txt'
 with checksum 'B377DB62B5A030F560ED5BBCA25EA5BE'
2024-06-03 16:52:20,606 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\legal\LICENSE.txt".
2024-06-03 16:52:20,608 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\legal\VERIFICATION.txt'
 with checksum '4B3374D05B3D01573E163C2BAE73A9FD'
2024-06-03 16:52:20,609 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\legal\VERIFICATION.txt".
2024-06-03 16:52:20,654 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\Microsoft.WindowsTerminal_1.17.11461.0_8wekyb3d8bbwe.msixbundle'
 with checksum '424C8354E5D913DE7A0F48A2E4D5357B'
2024-06-03 16:52:20,655 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\Microsoft.WindowsTerminal_1.17.11461.0_8wekyb3d8bbwe.msixbundle".
2024-06-03 16:52:20,662 15624 [DEBUG] - Attempting to delete directory "C:\ProgramData\chocolatey\lib\microsoft-windows-terminal".
2024-06-03 16:52:20,665 15624 [DEBUG] - Removing nupkg if it still exists.
2024-06-03 16:52:20,666 15624 [DEBUG] - Resolving resource DownloadResource for source https://chocolatey.org/api/v2/
2024-06-03 16:52:20,746 15624 [DEBUG] - Attempting to delete file "".
2024-06-03 16:52:20,757 15624 [INFO ] - [NuGet]   GET https://community.chocolatey.org/api/v2/package/microsoft-windows-terminal/1.20.11271
2024-06-03 16:52:23,281 15624 [INFO ] - [NuGet]   OK https://community.chocolatey.org/api/v2/package/microsoft-windows-terminal/1.20.11271 2522ms
2024-06-03 16:52:23,292 15624 [INFO ] - [NuGet] Acquiring lock for the installation of microsoft-windows-terminal 1.20.11271
2024-06-03 16:52:23,311 15624 [INFO ] - [NuGet] Acquired lock for the installation of microsoft-windows-terminal 1.20.11271
2024-06-03 16:52:59,465 15624 [INFO ] - [NuGet] Installed microsoft-windows-terminal 1.20.11271 from https://chocolatey.org/api/v2/ with content hash JXjzDFmEFWMe0RyqonllQpxs7i2sXIyfz0O3UifdcyithRz1HUed1Fflw413W2MiCvTxhJm6sg10UYjL5Pa63w==.
2024-06-03 16:52:59,531 15624 [INFO ] - [NuGet] Adding package 'microsoft-windows-terminal.1.20.11271 : vcredist140 (, )' to folder 'C:\ProgramData\chocolatey\lib'
2024-06-03 16:52:59,851 15624 [INFO ] - [NuGet] Added package 'microsoft-windows-terminal.1.20.11271 : vcredist140 (, )' to folder 'C:\ProgramData\chocolatey\lib'
2024-06-03 16:52:59,855 15624 [DEBUG] - Attempting to delete file "C:\Users\kruegerro\AppData\Local\Temp\chocolatey\ChocolateyScratch\microsoft-windows-terminal/1.20.11271\microsoft-windows-terminal.1.20.11271.nupkg".
2024-06-03 16:52:59,859 15624 [DEBUG] - Attempting to delete file "C:\Users\kruegerro\AppData\Local\Temp\chocolatey\ChocolateyScratch\microsoft-windows-terminal/1.20.11271\.nupkg.metadata".
2024-06-03 16:52:59,860 15624 [DEBUG] - Attempting to delete file "C:\Users\kruegerro\AppData\Local\Temp\chocolatey\ChocolateyScratch\microsoft-windows-terminal/1.20.11271\microsoft-windows-terminal.1.20.11271.nupkg.sha512".
2024-06-03 16:52:59,863 15624 [INFO ] - 
microsoft-windows-terminal v1.20.11271 [Approved]
2024-06-03 16:52:59,887 15624 [INFO ] - microsoft-windows-terminal package files upgrade completed. Performing other installation steps.
2024-06-03 16:53:00,191 15624 [DEBUG] - Setting installer args for microsoft-windows-terminal
2024-06-03 16:53:00,192 15624 [DEBUG] - Setting package parameters for microsoft-windows-terminal
2024-06-03 16:53:00,195 15624 [DEBUG] - Contents of 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1':
2024-06-03 16:53:00,203 15624 [DEBUG] - $ErrorActionPreference = 'Stop';

$toolsDir       = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileName       = "$toolsDir\Microsoft.WindowsTerminal_1.20.11271.0_8wekyb3d8bbwe.msixbundle"
$version        = "1.20.11271.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

2024-06-03 16:53:00,212 15624 [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']
2024-06-03 16:53:00,219 15624 [DEBUG] - Redirecting System.Management.Automation.resources, Version=3.0.0.0, Culture=de-DE, PublicKeyToken=31bf3856ad364e35, requested by ''
2024-06-03 16:53:00,877 15624 [DEBUG] - Host version is 5.1.19041.1, PowerShell Version is '5.1.19041.4291' and CLR Version is '4.0.30319.42000'.
2024-06-03 16:53:01,088 15624 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2024-06-03 16:53:01,090 15624 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2024-06-03 16:53:01,091 15624 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyConfigValue'.
2024-06-03 16:53:01,093 15624 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2024-06-03 16:53:01,094 15624 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2024-06-03 16:53:01,096 15624 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2024-06-03 16:53:01,097 15624 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2024-06-03 16:53:01,100 15624 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2024-06-03 16:53:01,101 15624 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2024-06-03 16:53:01,103 15624 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2024-06-03 16:53:01,104 15624 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2024-06-03 16:53:01,105 15624 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2024-06-03 16:53:01,107 15624 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2024-06-03 16:53:01,108 15624 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2024-06-03 16:53:01,110 15624 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2024-06-03 16:53:01,111 15624 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2024-06-03 16:53:01,113 15624 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2024-06-03 16:53:01,114 15624 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2024-06-03 16:53:01,116 15624 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2024-06-03 16:53:01,117 15624 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2024-06-03 16:53:01,119 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2024-06-03 16:53:01,120 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2024-06-03 16:53:01,122 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2024-06-03 16:53:01,123 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2024-06-03 16:53:01,124 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2024-06-03 16:53:01,126 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2024-06-03 16:53:01,127 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2024-06-03 16:53:01,129 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2024-06-03 16:53:01,131 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2024-06-03 16:53:01,133 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2024-06-03 16:53:01,135 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2024-06-03 16:53:01,136 15624 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2024-06-03 16:53:01,138 15624 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2024-06-03 16:53:01,139 15624 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2024-06-03 16:53:01,141 15624 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2024-06-03 16:53:01,142 15624 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2024-06-03 16:53:01,144 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2024-06-03 16:53:01,146 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-06-03 16:53:01,147 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2024-06-03 16:53:01,148 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2024-06-03 16:53:01,150 15624 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2024-06-03 16:53:01,151 15624 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2024-06-03 16:53:01,153 15624 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2024-06-03 16:53:01,154 15624 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2024-06-03 16:53:01,156 15624 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2024-06-03 16:53:01,157 15624 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2024-06-03 16:53:01,158 15624 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2024-06-03 16:53:01,160 15624 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2024-06-03 16:53:01,162 15624 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2024-06-03 16:53:01,164 15624 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2024-06-03 16:53:01,165 15624 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2024-06-03 16:53:01,172 15624 [DEBUG] - Loading community extensions
2024-06-03 16:53:01,179 15624 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-compatibility\chocolatey-compatibility.psm1'
2024-06-03 16:53:01,181 15624 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-compatibility\chocolatey-compatibility.psm1'.
2024-06-03 16:53:01,209 15624 [DEBUG] - Function 'Get-PackageParameters' exists, ignoring export.
2024-06-03 16:53:01,210 15624 [DEBUG] - Function 'Get-UninstallRegistryKey' exists, ignoring export.
2024-06-03 16:53:01,212 15624 [DEBUG] - Exporting function 'Install-ChocolateyDesktopLink' for backwards compatibility
2024-06-03 16:53:01,215 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2024-06-03 16:53:01,217 15624 [DEBUG] - Exporting function 'Write-ChocolateyFailure' for backwards compatibility
2024-06-03 16:53:01,220 15624 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2024-06-03 16:53:01,222 15624 [DEBUG] - Exporting function 'Write-ChocolateySuccess' for backwards compatibility
2024-06-03 16:53:01,225 15624 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2024-06-03 16:53:01,227 15624 [DEBUG] - Exporting function 'Write-FileUpdateLog' for backwards compatibility
2024-06-03 16:53:01,230 15624 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2024-06-03 16:53:01,232 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2024-06-03 16:53:01,233 15624 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2024-06-03 16:53:01,235 15624 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2024-06-03 16:53:01,236 15624 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2024-06-03 16:53:01,238 15624 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'
2024-06-03 16:53:01,240 15624 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-core\chocolatey-core.psm1'.
2024-06-03 16:53:01,284 15624 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2024-06-03 16:53:01,286 15624 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2024-06-03 16:53:01,288 15624 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2024-06-03 16:53:01,289 15624 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2024-06-03 16:53:01,291 15624 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2024-06-03 16:53:01,293 15624 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2024-06-03 16:53:01,295 15624 [INFO ] - VERBOSE: Exporting function 'Remove-Process'.
2024-06-03 16:53:01,297 15624 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2024-06-03 16:53:01,298 15624 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2024-06-03 16:53:01,300 15624 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2024-06-03 16:53:01,302 15624 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2024-06-03 16:53:01,304 15624 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2024-06-03 16:53:01,306 15624 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2024-06-03 16:53:01,308 15624 [INFO ] - VERBOSE: Importing function 'Remove-Process'.
2024-06-03 16:53:01,311 15624 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-dotnetfx\chocolatey-dotnetfx.psm1'
2024-06-03 16:53:01,312 15624 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-dotnetfx\chocolatey-dotnetfx.psm1'.
2024-06-03 16:53:01,331 15624 [INFO ] - VERBOSE: Exporting function 'Install-DotNetFramework'.
2024-06-03 16:53:01,333 15624 [INFO ] - VERBOSE: Exporting function 'Install-DotNetDevPack'.
2024-06-03 16:53:01,336 15624 [INFO ] - VERBOSE: Importing function 'Install-DotNetDevPack'.
2024-06-03 16:53:01,338 15624 [INFO ] - VERBOSE: Importing function 'Install-DotNetFramework'.
2024-06-03 16:53:01,340 15624 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-misc-helpers\chocolatey-misc-helpers.psm1'
2024-06-03 16:53:01,342 15624 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-misc-helpers\chocolatey-misc-helpers.psm1'.
2024-06-03 16:53:01,378 15624 [INFO ] - VERBOSE: Exporting function 'Enable-AutoPin'.
2024-06-03 16:53:01,379 15624 [INFO ] - VERBOSE: Exporting function 'Show-Patreon'.
2024-06-03 16:53:01,381 15624 [INFO ] - VERBOSE: Exporting function 'Show-PayPal'.
2024-06-03 16:53:01,383 15624 [INFO ] - VERBOSE: Exporting function 'Show-ToastMessage'.
2024-06-03 16:53:01,385 15624 [INFO ] - VERBOSE: Exporting function 'Start-CheckandStop'.
2024-06-03 16:53:01,386 15624 [INFO ] - VERBOSE: Exporting function 'Start-CheckandThrow'.
2024-06-03 16:53:01,388 15624 [INFO ] - VERBOSE: Exporting function 'Start-WaitandStop'.
2024-06-03 16:53:01,389 15624 [INFO ] - VERBOSE: Exporting function 'Start-WaitandStopActual'.
2024-06-03 16:53:01,390 15624 [INFO ] - VERBOSE: Exporting function 'Test-Dependency'.
2024-06-03 16:53:01,395 15624 [INFO ] - VERBOSE: Exporting function 'Test-URL'.
2024-06-03 16:53:01,397 15624 [INFO ] - VERBOSE: Importing function 'Enable-AutoPin'.
2024-06-03 16:53:01,398 15624 [INFO ] - VERBOSE: Importing function 'Show-Patreon'.
2024-06-03 16:53:01,400 15624 [INFO ] - VERBOSE: Importing function 'Show-PayPal'.
2024-06-03 16:53:01,401 15624 [INFO ] - VERBOSE: Importing function 'Show-ToastMessage'.
2024-06-03 16:53:01,403 15624 [INFO ] - VERBOSE: Importing function 'Start-CheckandStop'.
2024-06-03 16:53:01,404 15624 [INFO ] - VERBOSE: Importing function 'Start-CheckandThrow'.
2024-06-03 16:53:01,406 15624 [INFO ] - VERBOSE: Importing function 'Start-WaitandStop'.
2024-06-03 16:53:01,407 15624 [INFO ] - VERBOSE: Importing function 'Start-WaitandStopActual'.
2024-06-03 16:53:01,409 15624 [INFO ] - VERBOSE: Importing function 'Test-Dependency'.
2024-06-03 16:53:01,410 15624 [INFO ] - VERBOSE: Importing function 'Test-URL'.
2024-06-03 16:53:01,413 15624 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-os-dependency\chocolatey-os-dependency.psm1'
2024-06-03 16:53:01,414 15624 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-os-dependency\chocolatey-os-dependency.psm1'.
2024-06-03 16:53:01,422 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win11'.
2024-06-03 16:53:01,424 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win10'.
2024-06-03 16:53:01,425 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win81'.
2024-06-03 16:53:01,428 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win80'.
2024-06-03 16:53:01,429 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win8'.
2024-06-03 16:53:01,431 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win7'.
2024-06-03 16:53:01,432 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-WinMinimumBuild'.
2024-06-03 16:53:01,434 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-WinRequiredBuild'.
2024-06-03 16:53:01,436 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win10'.
2024-06-03 16:53:01,437 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win11'.
2024-06-03 16:53:01,438 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win7'.
2024-06-03 16:53:01,440 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win8'.
2024-06-03 16:53:01,441 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win80'.
2024-06-03 16:53:01,443 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win81'.
2024-06-03 16:53:01,445 15624 [INFO ] - VERBOSE: Importing function 'Confirm-WinMinimumBuild'.
2024-06-03 16:53:01,447 15624 [INFO ] - VERBOSE: Importing function 'Confirm-WinRequiredBuild'.
2024-06-03 16:53:01,449 15624 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'
2024-06-03 16:53:01,450 15624 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-visualstudio\chocolatey-visualstudio.extension.psm1'.
2024-06-03 16:53:01,601 15624 [INFO ] - VERBOSE: Exporting function 'Add-VisualStudioComponent'.
2024-06-03 16:53:01,602 15624 [INFO ] - VERBOSE: Exporting function 'Add-VisualStudioWorkload'.
2024-06-03 16:53:01,604 15624 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstaller'.
2024-06-03 16:53:01,606 15624 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.
2024-06-03 16:53:01,607 15624 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstance'.
2024-06-03 16:53:01,609 15624 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.
2024-06-03 16:53:01,610 15624 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudio'.
2024-06-03 16:53:01,612 15624 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudioInstaller'.
2024-06-03 16:53:01,614 15624 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.
2024-06-03 16:53:01,617 15624 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioComponent'.
2024-06-03 16:53:01,619 15624 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioProduct'.
2024-06-03 16:53:01,621 15624 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.
2024-06-03 16:53:01,623 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-VisualStudio'.
2024-06-03 16:53:01,625 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.
2024-06-03 16:53:01,627 15624 [INFO ] - VERBOSE: Importing function 'Add-VisualStudioComponent'.
2024-06-03 16:53:01,628 15624 [INFO ] - VERBOSE: Importing function 'Add-VisualStudioWorkload'.
2024-06-03 16:53:01,631 15624 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstaller'.
2024-06-03 16:53:01,632 15624 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.
2024-06-03 16:53:01,634 15624 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstance'.
2024-06-03 16:53:01,635 15624 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.
2024-06-03 16:53:01,637 15624 [INFO ] - VERBOSE: Importing function 'Install-VisualStudio'.
2024-06-03 16:53:01,638 15624 [INFO ] - VERBOSE: Importing function 'Install-VisualStudioInstaller'.
2024-06-03 16:53:01,640 15624 [INFO ] - VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.
2024-06-03 16:53:01,641 15624 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioComponent'.
2024-06-03 16:53:01,642 15624 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioProduct'.
2024-06-03 16:53:01,644 15624 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioWorkload'.
2024-06-03 16:53:01,646 15624 [INFO ] - VERBOSE: Importing function 'Uninstall-VisualStudio'.
2024-06-03 16:53:01,648 15624 [INFO ] - VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.
2024-06-03 16:53:01,651 15624 [DEBUG] - Importing 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'
2024-06-03 16:53:01,652 15624 [INFO ] - VERBOSE: Loading module from path 'C:\ProgramData\chocolatey\extensions\chocolatey-windowsupdate\chocolatey-windowsupdate.psm1'.
2024-06-03 16:53:01,689 15624 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2024-06-03 16:53:01,691 15624 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2024-06-03 16:53:01,694 15624 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2024-06-03 16:53:01,695 15624 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2024-06-03 16:53:01,697 15624 [INFO ] - VERBOSE: Exporting function 'Format-FileSize'.
2024-06-03 16:53:01,698 15624 [INFO ] - VERBOSE: Exporting function 'Get-ChecksumValid'.
2024-06-03 16:53:01,700 15624 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyConfigValue'.
2024-06-03 16:53:01,701 15624 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyPath'.
2024-06-03 16:53:01,703 15624 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyUnzip'.
2024-06-03 16:53:01,704 15624 [INFO ] - VERBOSE: Exporting function 'Get-ChocolateyWebFile'.
2024-06-03 16:53:01,706 15624 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariable'.
2024-06-03 16:53:01,708 15624 [INFO ] - VERBOSE: Exporting function 'Get-EnvironmentVariableNames'.
2024-06-03 16:53:01,709 15624 [INFO ] - VERBOSE: Exporting function 'Get-FtpFile'.
2024-06-03 16:53:01,711 15624 [INFO ] - VERBOSE: Exporting function 'Get-OSArchitectureWidth'.
2024-06-03 16:53:01,713 15624 [INFO ] - VERBOSE: Exporting function 'Get-PackageParameters'.
2024-06-03 16:53:01,714 15624 [INFO ] - VERBOSE: Exporting function 'Get-PackageParametersBuiltIn'.
2024-06-03 16:53:01,716 15624 [INFO ] - VERBOSE: Exporting function 'Get-ToolsLocation'.
2024-06-03 16:53:01,717 15624 [INFO ] - VERBOSE: Exporting function 'Get-UACEnabled'.
2024-06-03 16:53:01,719 15624 [INFO ] - VERBOSE: Exporting function 'Get-UninstallRegistryKey'.
2024-06-03 16:53:01,720 15624 [INFO ] - VERBOSE: Exporting function 'Get-VirusCheckValid'.
2024-06-03 16:53:01,722 15624 [INFO ] - VERBOSE: Exporting function 'Get-WebFile'.
2024-06-03 16:53:01,726 15624 [INFO ] - VERBOSE: Exporting function 'Get-WebFileName'.
2024-06-03 16:53:01,728 15624 [INFO ] - VERBOSE: Exporting function 'Get-WebHeaders'.
2024-06-03 16:53:01,730 15624 [INFO ] - VERBOSE: Exporting function 'Install-BinFile'.
2024-06-03 16:53:01,731 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyEnvironmentVariable'.
2024-06-03 16:53:01,733 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyExplorerMenuItem'.
2024-06-03 16:53:01,734 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyFileAssociation'.
2024-06-03 16:53:01,736 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyInstallPackage'.
2024-06-03 16:53:01,738 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPackage'.
2024-06-03 16:53:01,739 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPath'.
2024-06-03 16:53:01,741 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPinnedTaskBarItem'.
2024-06-03 16:53:01,742 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyPowershellCommand'.
2024-06-03 16:53:01,744 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyShortcut'.
2024-06-03 16:53:01,746 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyVsixPackage'.
2024-06-03 16:53:01,747 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyZipPackage'.
2024-06-03 16:53:01,749 15624 [INFO ] - VERBOSE: Exporting function 'Install-Vsix'.
2024-06-03 16:53:01,750 15624 [INFO ] - VERBOSE: Exporting function 'Set-EnvironmentVariable'.
2024-06-03 16:53:01,752 15624 [INFO ] - VERBOSE: Exporting function 'Set-PowerShellExitCode'.
2024-06-03 16:53:01,753 15624 [INFO ] - VERBOSE: Exporting function 'Start-ChocolateyProcessAsAdmin'.
2024-06-03 16:53:01,755 15624 [INFO ] - VERBOSE: Exporting function 'Test-ProcessAdminRights'.
2024-06-03 16:53:01,757 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-BinFile'.
2024-06-03 16:53:01,758 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-06-03 16:53:01,760 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyPackage'.
2024-06-03 16:53:01,762 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-ChocolateyZipPackage'.
2024-06-03 16:53:01,763 15624 [INFO ] - VERBOSE: Exporting function 'Update-SessionEnvironment'.
2024-06-03 16:53:01,765 15624 [INFO ] - VERBOSE: Exporting function 'Write-FunctionCallLogMessage'.
2024-06-03 16:53:01,766 15624 [INFO ] - VERBOSE: Exporting function 'Install-ChocolateyDesktopLink'.
2024-06-03 16:53:01,768 15624 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateyFailure'.
2024-06-03 16:53:01,770 15624 [INFO ] - VERBOSE: Exporting function 'Write-ChocolateySuccess'.
2024-06-03 16:53:01,771 15624 [INFO ] - VERBOSE: Exporting function 'Write-FileUpdateLog'.
2024-06-03 16:53:01,772 15624 [INFO ] - VERBOSE: Exporting function 'Get-AppInstallLocation'.
2024-06-03 16:53:01,774 15624 [INFO ] - VERBOSE: Exporting function 'Get-AvailableDriveLetter'.
2024-06-03 16:53:01,776 15624 [INFO ] - VERBOSE: Exporting function 'Get-EffectiveProxy'.
2024-06-03 16:53:01,777 15624 [INFO ] - VERBOSE: Exporting function 'Get-PackageCacheLocation'.
2024-06-03 16:53:01,779 15624 [INFO ] - VERBOSE: Exporting function 'Get-WebContent'.
2024-06-03 16:53:01,780 15624 [INFO ] - VERBOSE: Exporting function 'Register-Application'.
2024-06-03 16:53:01,782 15624 [INFO ] - VERBOSE: Exporting function 'Remove-Process'.
2024-06-03 16:53:01,783 15624 [INFO ] - VERBOSE: Exporting function 'Install-DotNetDevPack'.
2024-06-03 16:53:01,785 15624 [INFO ] - VERBOSE: Exporting function 'Install-DotNetFramework'.
2024-06-03 16:53:01,787 15624 [INFO ] - VERBOSE: Exporting function 'Enable-AutoPin'.
2024-06-03 16:53:01,788 15624 [INFO ] - VERBOSE: Exporting function 'Show-Patreon'.
2024-06-03 16:53:01,790 15624 [INFO ] - VERBOSE: Exporting function 'Show-PayPal'.
2024-06-03 16:53:01,791 15624 [INFO ] - VERBOSE: Exporting function 'Show-ToastMessage'.
2024-06-03 16:53:01,793 15624 [INFO ] - VERBOSE: Exporting function 'Start-CheckandStop'.
2024-06-03 16:53:01,794 15624 [INFO ] - VERBOSE: Exporting function 'Start-CheckandThrow'.
2024-06-03 16:53:01,796 15624 [INFO ] - VERBOSE: Exporting function 'Start-WaitandStop'.
2024-06-03 16:53:01,797 15624 [INFO ] - VERBOSE: Exporting function 'Start-WaitandStopActual'.
2024-06-03 16:53:01,799 15624 [INFO ] - VERBOSE: Exporting function 'Test-Dependency'.
2024-06-03 16:53:01,801 15624 [INFO ] - VERBOSE: Exporting function 'Test-URL'.
2024-06-03 16:53:01,803 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win10'.
2024-06-03 16:53:01,804 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win11'.
2024-06-03 16:53:01,806 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win7'.
2024-06-03 16:53:01,807 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win8'.
2024-06-03 16:53:01,809 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win80'.
2024-06-03 16:53:01,810 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-Win81'.
2024-06-03 16:53:01,812 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-WinMinimumBuild'.
2024-06-03 16:53:01,813 15624 [INFO ] - VERBOSE: Exporting function 'Confirm-WinRequiredBuild'.
2024-06-03 16:53:01,816 15624 [INFO ] - VERBOSE: Exporting function 'Add-VisualStudioComponent'.
2024-06-03 16:53:01,817 15624 [INFO ] - VERBOSE: Exporting function 'Add-VisualStudioWorkload'.
2024-06-03 16:53:01,819 15624 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstaller'.
2024-06-03 16:53:01,821 15624 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstallerHealth'.
2024-06-03 16:53:01,822 15624 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioInstance'.
2024-06-03 16:53:01,824 15624 [INFO ] - VERBOSE: Exporting function 'Get-VisualStudioVsixInstaller'.
2024-06-03 16:53:01,825 15624 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudio'.
2024-06-03 16:53:01,827 15624 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudioInstaller'.
2024-06-03 16:53:01,828 15624 [INFO ] - VERBOSE: Exporting function 'Install-VisualStudioVsixExtension'.
2024-06-03 16:53:01,831 15624 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioComponent'.
2024-06-03 16:53:01,833 15624 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioProduct'.
2024-06-03 16:53:01,835 15624 [INFO ] - VERBOSE: Exporting function 'Remove-VisualStudioWorkload'.
2024-06-03 16:53:01,837 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-VisualStudio'.
2024-06-03 16:53:01,838 15624 [INFO ] - VERBOSE: Exporting function 'Uninstall-VisualStudioVsixExtension'.
2024-06-03 16:53:01,839 15624 [INFO ] - VERBOSE: Exporting function 'Install-WindowsUpdate'.
2024-06-03 16:53:01,841 15624 [INFO ] - VERBOSE: Exporting function 'Test-WindowsUpdate'.
2024-06-03 16:53:01,843 15624 [INFO ] - VERBOSE: Exporting alias 'Get-ProcessorBits'.
2024-06-03 16:53:01,844 15624 [INFO ] - VERBOSE: Exporting alias 'Get-OSBitness'.
2024-06-03 16:53:01,847 15624 [INFO ] - VERBOSE: Exporting alias 'Get-InstallRegistryKey'.
2024-06-03 16:53:01,849 15624 [INFO ] - VERBOSE: Exporting alias 'Generate-BinFile'.
2024-06-03 16:53:01,850 15624 [INFO ] - VERBOSE: Exporting alias 'Add-BinFile'.
2024-06-03 16:53:01,851 15624 [INFO ] - VERBOSE: Exporting alias 'Start-ChocolateyProcess'.
2024-06-03 16:53:01,853 15624 [INFO ] - VERBOSE: Exporting alias 'Invoke-ChocolateyProcess'.
2024-06-03 16:53:01,855 15624 [INFO ] - VERBOSE: Exporting alias 'Remove-BinFile'.
2024-06-03 16:53:01,856 15624 [INFO ] - VERBOSE: Exporting alias 'refreshenv'.
2024-06-03 16:53:01,858 15624 [INFO ] - VERBOSE: Importing function 'Add-VisualStudioComponent'.
2024-06-03 16:53:01,859 15624 [INFO ] - VERBOSE: Importing function 'Add-VisualStudioWorkload'.
2024-06-03 16:53:01,861 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win10'.
2024-06-03 16:53:01,864 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win11'.
2024-06-03 16:53:01,866 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win7'.
2024-06-03 16:53:01,867 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win8'.
2024-06-03 16:53:01,869 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win80'.
2024-06-03 16:53:01,872 15624 [INFO ] - VERBOSE: Importing function 'Confirm-Win81'.
2024-06-03 16:53:01,873 15624 [INFO ] - VERBOSE: Importing function 'Confirm-WinMinimumBuild'.
2024-06-03 16:53:01,875 15624 [INFO ] - VERBOSE: Importing function 'Confirm-WinRequiredBuild'.
2024-06-03 16:53:01,877 15624 [INFO ] - VERBOSE: Importing function 'Enable-AutoPin'.
2024-06-03 16:53:01,879 15624 [INFO ] - VERBOSE: Importing function 'Format-FileSize'.
2024-06-03 16:53:01,880 15624 [INFO ] - VERBOSE: Importing function 'Get-AppInstallLocation'.
2024-06-03 16:53:01,882 15624 [INFO ] - VERBOSE: Importing function 'Get-AvailableDriveLetter'.
2024-06-03 16:53:01,883 15624 [INFO ] - VERBOSE: Importing function 'Get-ChecksumValid'.
2024-06-03 16:53:01,885 15624 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyConfigValue'.
2024-06-03 16:53:01,886 15624 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyPath'.
2024-06-03 16:53:01,888 15624 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyUnzip'.
2024-06-03 16:53:01,889 15624 [INFO ] - VERBOSE: Importing function 'Get-ChocolateyWebFile'.
2024-06-03 16:53:01,891 15624 [INFO ] - VERBOSE: Importing function 'Get-EffectiveProxy'.
2024-06-03 16:53:01,892 15624 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariable'.
2024-06-03 16:53:01,895 15624 [INFO ] - VERBOSE: Importing function 'Get-EnvironmentVariableNames'.
2024-06-03 16:53:01,898 15624 [INFO ] - VERBOSE: Importing function 'Get-FtpFile'.
2024-06-03 16:53:01,900 15624 [INFO ] - VERBOSE: Importing function 'Get-OSArchitectureWidth'.
2024-06-03 16:53:01,902 15624 [INFO ] - VERBOSE: Importing function 'Get-PackageCacheLocation'.
2024-06-03 16:53:01,904 15624 [INFO ] - VERBOSE: Importing function 'Get-PackageParameters'.
2024-06-03 16:53:01,906 15624 [INFO ] - VERBOSE: Importing function 'Get-PackageParametersBuiltIn'.
2024-06-03 16:53:01,908 15624 [INFO ] - VERBOSE: Importing function 'Get-ToolsLocation'.
2024-06-03 16:53:01,910 15624 [INFO ] - VERBOSE: Importing function 'Get-UACEnabled'.
2024-06-03 16:53:01,913 15624 [INFO ] - VERBOSE: Importing function 'Get-UninstallRegistryKey'.
2024-06-03 16:53:01,915 15624 [INFO ] - VERBOSE: Importing function 'Get-VirusCheckValid'.
2024-06-03 16:53:01,917 15624 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstaller'.
2024-06-03 16:53:01,919 15624 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstallerHealth'.
2024-06-03 16:53:01,920 15624 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioInstance'.
2024-06-03 16:53:01,922 15624 [INFO ] - VERBOSE: Importing function 'Get-VisualStudioVsixInstaller'.
2024-06-03 16:53:01,923 15624 [INFO ] - VERBOSE: Importing function 'Get-WebContent'.
2024-06-03 16:53:01,925 15624 [INFO ] - VERBOSE: Importing function 'Get-WebFile'.
2024-06-03 16:53:01,927 15624 [INFO ] - VERBOSE: Importing function 'Get-WebFileName'.
2024-06-03 16:53:01,928 15624 [INFO ] - VERBOSE: Importing function 'Get-WebHeaders'.
2024-06-03 16:53:01,930 15624 [INFO ] - VERBOSE: Importing function 'Install-BinFile'.
2024-06-03 16:53:01,931 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyDesktopLink'.
2024-06-03 16:53:01,933 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyEnvironmentVariable'.
2024-06-03 16:53:01,934 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyExplorerMenuItem'.
2024-06-03 16:53:01,936 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyFileAssociation'.
2024-06-03 16:53:01,937 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.
2024-06-03 16:53:01,939 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPackage'.
2024-06-03 16:53:01,940 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPath'.
2024-06-03 16:53:01,942 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPinnedTaskBarItem'.
2024-06-03 16:53:01,945 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyPowershellCommand'.
2024-06-03 16:53:01,947 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyShortcut'.
2024-06-03 16:53:01,948 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyVsixPackage'.
2024-06-03 16:53:01,950 15624 [INFO ] - VERBOSE: Importing function 'Install-ChocolateyZipPackage'.
2024-06-03 16:53:01,951 15624 [INFO ] - VERBOSE: Importing function 'Install-DotNetDevPack'.
2024-06-03 16:53:01,953 15624 [INFO ] - VERBOSE: Importing function 'Install-DotNetFramework'.
2024-06-03 16:53:01,954 15624 [INFO ] - VERBOSE: Importing function 'Install-VisualStudio'.
2024-06-03 16:53:01,956 15624 [INFO ] - VERBOSE: Importing function 'Install-VisualStudioInstaller'.
2024-06-03 16:53:01,957 15624 [INFO ] - VERBOSE: Importing function 'Install-VisualStudioVsixExtension'.
2024-06-03 16:53:01,960 15624 [INFO ] - VERBOSE: Importing function 'Install-Vsix'.
2024-06-03 16:53:01,962 15624 [INFO ] - VERBOSE: Importing function 'Install-WindowsUpdate'.
2024-06-03 16:53:01,965 15624 [INFO ] - VERBOSE: Importing function 'Register-Application'.
2024-06-03 16:53:01,966 15624 [INFO ] - VERBOSE: Importing function 'Remove-Process'.
2024-06-03 16:53:01,968 15624 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioComponent'.
2024-06-03 16:53:01,970 15624 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioProduct'.
2024-06-03 16:53:01,972 15624 [INFO ] - VERBOSE: Importing function 'Remove-VisualStudioWorkload'.
2024-06-03 16:53:01,976 15624 [INFO ] - VERBOSE: Importing function 'Set-EnvironmentVariable'.
2024-06-03 16:53:01,979 15624 [INFO ] - VERBOSE: Importing function 'Set-PowerShellExitCode'.
2024-06-03 16:53:01,981 15624 [INFO ] - VERBOSE: Importing function 'Show-Patreon'.
2024-06-03 16:53:01,982 15624 [INFO ] - VERBOSE: Importing function 'Show-PayPal'.
2024-06-03 16:53:01,984 15624 [INFO ] - VERBOSE: Importing function 'Show-ToastMessage'.
2024-06-03 16:53:01,986 15624 [INFO ] - VERBOSE: Importing function 'Start-CheckandStop'.
2024-06-03 16:53:01,988 15624 [INFO ] - VERBOSE: Importing function 'Start-CheckandThrow'.
2024-06-03 16:53:01,991 15624 [INFO ] - VERBOSE: Importing function 'Start-ChocolateyProcessAsAdmin'.
2024-06-03 16:53:01,993 15624 [INFO ] - VERBOSE: Importing function 'Start-WaitandStop'.
2024-06-03 16:53:01,996 15624 [INFO ] - VERBOSE: Importing function 'Start-WaitandStopActual'.
2024-06-03 16:53:01,999 15624 [INFO ] - VERBOSE: Importing function 'Test-Dependency'.
2024-06-03 16:53:02,001 15624 [INFO ] - VERBOSE: Importing function 'Test-ProcessAdminRights'.
2024-06-03 16:53:02,003 15624 [INFO ] - VERBOSE: Importing function 'Test-URL'.
2024-06-03 16:53:02,005 15624 [INFO ] - VERBOSE: Importing function 'Test-WindowsUpdate'.
2024-06-03 16:53:02,007 15624 [INFO ] - VERBOSE: Importing function 'Uninstall-BinFile'.
2024-06-03 16:53:02,009 15624 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyEnvironmentVariable'.
2024-06-03 16:53:02,011 15624 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyPackage'.
2024-06-03 16:53:02,013 15624 [INFO ] - VERBOSE: Importing function 'Uninstall-ChocolateyZipPackage'.
2024-06-03 16:53:02,015 15624 [INFO ] - VERBOSE: Importing function 'Uninstall-VisualStudio'.
2024-06-03 16:53:02,016 15624 [INFO ] - VERBOSE: Importing function 'Uninstall-VisualStudioVsixExtension'.
2024-06-03 16:53:02,018 15624 [INFO ] - VERBOSE: Importing function 'Update-SessionEnvironment'.
2024-06-03 16:53:02,020 15624 [INFO ] - VERBOSE: Importing function 'Write-ChocolateyFailure'.
2024-06-03 16:53:02,022 15624 [INFO ] - VERBOSE: Importing function 'Write-ChocolateySuccess'.
2024-06-03 16:53:02,023 15624 [INFO ] - VERBOSE: Importing function 'Write-FileUpdateLog'.
2024-06-03 16:53:02,025 15624 [INFO ] - VERBOSE: Importing function 'Write-FunctionCallLogMessage'.
2024-06-03 16:53:02,027 15624 [INFO ] - VERBOSE: Importing alias 'Add-BinFile'.
2024-06-03 16:53:02,029 15624 [INFO ] - VERBOSE: Importing alias 'Generate-BinFile'.
2024-06-03 16:53:02,031 15624 [INFO ] - VERBOSE: Importing alias 'Get-InstallRegistryKey'.
2024-06-03 16:53:02,033 15624 [INFO ] - VERBOSE: Importing alias 'Get-OSBitness'.
2024-06-03 16:53:02,035 15624 [INFO ] - VERBOSE: Importing alias 'Get-ProcessorBits'.
2024-06-03 16:53:02,037 15624 [INFO ] - VERBOSE: Importing alias 'Invoke-ChocolateyProcess'.
2024-06-03 16:53:02,038 15624 [INFO ] - VERBOSE: Importing alias 'refreshenv'.
2024-06-03 16:53:02,040 15624 [INFO ] - VERBOSE: Importing alias 'Remove-BinFile'.
2024-06-03 16:53:02,041 15624 [INFO ] - VERBOSE: Importing alias 'Start-ChocolateyProcess'.
2024-06-03 16:53:02,065 15624 [DEBUG] - ---------------------------Script Execution---------------------------
2024-06-03 16:53:02,069 15624 [DEBUG] - Running 'ChocolateyScriptRunner' for microsoft-windows-terminal v1.20.11271 with packageScript 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1', packageFolder:'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal', installArguments: '', packageParameters: '', preRunHookScripts: '', postRunHookScripts: '',
2024-06-03 16:53:02,077 15624 [DEBUG] - Running package script 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1'
2024-06-03 16:53:09,950 15624 [INFO ] - VERBOSE: Exportfunktion "Get-AppxLastError".
2024-06-03 16:53:09,952 15624 [INFO ] - VERBOSE: Exportfunktion "Get-AppxLog".
2024-06-03 16:53:09,954 15624 [INFO ] - VERBOSE: Exportieren des Alias "Add-AppPackage".
2024-06-03 16:53:09,956 15624 [INFO ] - VERBOSE: Exportieren des Alias "Get-AppPackage".
2024-06-03 16:53:09,958 15624 [INFO ] - VERBOSE: Exportieren des Alias "Get-AppPackageManifest".
2024-06-03 16:53:09,960 15624 [INFO ] - VERBOSE: Exportieren des Alias "Remove-AppPackage".
2024-06-03 16:53:09,961 15624 [INFO ] - VERBOSE: Exportieren des Alias "Get-AppPackageVolume".
2024-06-03 16:53:09,963 15624 [INFO ] - VERBOSE: Exportieren des Alias "Add-AppPackageVolume".
2024-06-03 16:53:09,965 15624 [INFO ] - VERBOSE: Exportieren des Alias "Remove-AppPackageVolume".
2024-06-03 16:53:09,966 15624 [INFO ] - VERBOSE: Exportieren des Alias "Mount-AppPackageVolume".
2024-06-03 16:53:09,968 15624 [INFO ] - VERBOSE: Exportieren des Alias "Dismount-AppPackageVolume".
2024-06-03 16:53:09,970 15624 [INFO ] - VERBOSE: Exportieren des Alias "Move-AppPackage".
2024-06-03 16:53:09,972 15624 [INFO ] - VERBOSE: Exportieren des Alias "Get-AppPacakgeDefaultVolume".
2024-06-03 16:53:09,974 15624 [INFO ] - VERBOSE: Exportieren des Alias "Set-AppPackageDefaultVolume".
2024-06-03 16:53:09,976 15624 [INFO ] - VERBOSE: Exportieren des Alias "Get-AppPackageLastError".
2024-06-03 16:53:09,978 15624 [INFO ] - VERBOSE: Exportieren des Alias "Get-AppPackageLog".
2024-06-03 16:53:10,820 15624 [ERROR] - ERROR: Cannot convert the "System.Object[]" value of type "System.Object[]" to type "System.Version".
2024-06-03 16:53:10,824 15624 [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'.
2024-06-03 16:53:10,826 15624 [DEBUG] - Calling command ['"C:\WINDOWS\System32\shutdown.exe" /a']
2024-06-03 16:53:10,918 15624 [DEBUG] - Command ['"C:\WINDOWS\System32\shutdown.exe" /a'] exited with '1116'
2024-06-03 16:53:11,190 15624 [DEBUG] - Capturing package files in 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal'
2024-06-03 16:53:11,234 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\microsoft-windows-terminal.nupkg'
 with checksum '665D872458236F6AF8735E101DFD3D45'
2024-06-03 16:53:11,235 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\microsoft-windows-terminal.nuspec'
 with checksum 'D22EC088BC8A4A3E35C4BC6DF0594605'
2024-06-03 16:53:11,238 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\legal\LICENSE.txt'
 with checksum 'B377DB62B5A030F560ED5BBCA25EA5BE'
2024-06-03 16:53:11,240 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\legal\VERIFICATION.txt'
 with checksum '80DED745D63BD54E10A9B12849E99697'
2024-06-03 16:53:11,242 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1'
 with checksum 'FCE4567EE0849E8A91F8504F4C404C52'
2024-06-03 16:53:11,243 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyUninstall.ps1'
 with checksum 'B3BDB5539D0A9CC6AB3716A7F75031FE'
2024-06-03 16:53:11,291 15624 [DEBUG] -  Found 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\Microsoft.WindowsTerminal_1.20.11271.0_8wekyb3d8bbwe.msixbundle'
 with checksum 'D655ABE79CC068DC380F3D42FC566C6D'
2024-06-03 16:53:11,302 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\microsoft-windows-terminal.1.20.11271\.arguments".
2024-06-03 16:53:11,303 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\microsoft-windows-terminal.1.20.11271\.extra".
2024-06-03 16:53:11,305 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\microsoft-windows-terminal.1.20.11271\.version".
2024-06-03 16:53:11,307 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\microsoft-windows-terminal.1.20.11271\.sxs".
2024-06-03 16:53:11,308 15624 [DEBUG] - Attempting to delete file "C:\ProgramData\chocolatey\.chocolatey\microsoft-windows-terminal.1.20.11271\.pin".
2024-06-03 16:53:11,317 15624 [DEBUG] - Attempting to delete directory "C:\ProgramData\chocolatey\lib-bad\microsoft-windows-terminal".
2024-06-03 16:53:11,331 15624 [DEBUG] - Sending message 'HandlePackageResultCompletedMessage' out if there are subscribers...
2024-06-03 16:53:11,332 15624 [ERROR] - The upgrade of microsoft-windows-terminal was NOT successful.
2024-06-03 16:53:11,336 15624 [ERROR] - Error while running 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1'.
See log for details.
2024-06-03 16:53:11,338 15624 [DEBUG] - Attempting to create directory "C:\ProgramData\chocolatey\lib-bad\microsoft-windows-terminal".
2024-06-03 16:53:11,340 15624 [DEBUG] - Moving C:\ProgramData\chocolatey\lib\microsoft-windows-terminal to C:\ProgramData\chocolatey\lib-bad\microsoft-windows-terminal\1.20.11271
2024-06-03 16:53:11,341 15624 [DEBUG] - Moving 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal'
to 'C:\ProgramData\chocolatey\lib-bad\microsoft-windows-terminal\1.20.11271'
2024-06-03 16:53:13,358 15624 [DEBUG] - Attempting rollback
2024-06-03 16:53:13,359 15624 [DEBUG] - Moving C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal\1.17.11461 to C:\ProgramData\chocolatey\lib\microsoft-windows-terminal
2024-06-03 16:53:13,361 15624 [DEBUG] - Moving 'C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal\1.17.11461'
to 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal'
2024-06-03 16:53:15,368 15624 [DEBUG] - Attempting to delete directory "C:\ProgramData\chocolatey\lib-bkp\microsoft-windows-terminal".
2024-06-03 16:53:15,381 15624 [WARN ] - 
Chocolatey upgraded 0/1 packages. 1 packages failed.
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).
2024-06-03 16:53:15,384 15624 [INFO ] - 
2024-06-03 16:53:15,386 15624 [ERROR] - Failures
2024-06-03 16:53:15,388 15624 [ERROR] -  - microsoft-windows-terminal (exited -1) - Error while running 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1'.
See log for details.
2024-06-03 16:53:15,390 15624 [DEBUG] - Sending message 'PostRunMessage' out if there are subscribers...
2024-06-03 16:53:15,392 15624 [DEBUG] - Exiting with -1

@rklec
Copy link

rklec commented Jun 3, 2024

Even a fresh installation seems to fail with:

ERROR: Cannot convert the "System.Object[]" value of type "System.Object[]" to type "System.Version".
The install of microsoft-windows-terminal was NOT successful.
Error while running 'C:\ProgramData\chocolatey\lib\microsoft-windows-terminal\tools\chocolateyInstall.ps1'.
 See log for details.

Maybe a different chocolately problem.


Anyway, this is a mes, I've switched to https://tabby.sh/ for now...

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Build Issues pertaining to the build system, CI, infrastructure, meta Issue-Question For questions or discussion Product-Terminal The new Windows Terminal. Resolution-Fix-Committed Fix is checked in, but it might be 3-4 weeks until a release. Tracking-External This bug isn't resolved, but it's following an external workitem.
Projects
None yet
Development

Successfully merging a pull request may close this issue.