Repair-WinGetPackageManager
doesn't work on sandbox with -IncludePrerelease
flag
#4903
Labels
Issue-Bug
It either shouldn't be doing this or needs an investigation.
PowerShell
Issue related to WinGet PowerShell Module or cmdlet
Milestone
Brief description of your issue
Repair-WinGetPackageManager
can be used to boostrap WinGet on a clean / sandbox environment. It appears that trying to install a preview version of WinGet with-Prerelease
flag causes it to throw a missing dependency error on sandbox. Note that the command works fine without the pre-release flagSteps to reproduce
Use the following commands in a sandbox environment
Expected behavior
Cmdlet successfully installs the latest preview version of the client
Actual behavior
Command errors out complaining that
Microsoft.VCLibs.140.00.UWPDesktop
dependency is missingEnvironment
Windows Sandbox
Microsoft.WinGet.Client version 1.9.2411
The text was updated successfully, but these errors were encountered: