Conversation
Signed-off-by: Chris Hunt <github@automatedops.com>
vedantmgoyal9
left a comment
There was a problem hiding this comment.
https://github.com/microsoft/winget-pkgs/blob/master/Tools/WingetVersionManager.ps1
I think the above script does the same work, and also allows choosing versions.
|
It does appear to do the same thing (and more), but it crashes/terminates PowerShell when I try to I'll poke around and see if I can figure out why it's exiting for me. |
|
@cdhunt have you had a chance to look at the DSC Resources for WinGet? There are still a couple of gaps related to the App Execution Alias and UI.Xaml dependency, but it's getting very close. |
|
With the latest release of the 1.7 client, the dependencies for WinGet have been updated to be Microsoft.UI.Xaml 2.8 instead of 2.7. @denelon and the team have been working hard putting together documentation around how to install WinGet on Windows Sandbox which requires a bootstrap script like this. Additionally, the Microsoft.WinGet.Client PowerShell Module has the I believe these satisfy the request of the original issue for documenting how to install / bootstrap WinGet Close with reason: PR is outdated by more than a year; |
Signed-off-by: Chris Hunt github@automatedops.com
I'm proposing a simple install script that can be run to bootstrap a new system with winget. Ideally, it would be aliased to
aka.ms/install-winget.eg:
Microsoft Reviewers: Open in CodeFlow