Open gfody opened 1 year ago
@gfody we've been working on the "Repair-WinGetPackageManager" cmdlet in the Microsoft.WinGet.Client PowerShell module. We had to get the UI.Xaml team to add releases to their GitHub repository so we could add the package to the cmdlet in a consistent manner.
btw I tried to install that module first, the install succeeds but then import fails with this message
import-module : Could not load file or assembly 'file:///C:\Program Files\WindowsPowerShell\Modules\Microsoft.WinGet.Cl ient\0.2.1\runtimes\win10-x64\lib\net48\Microsoft.WinGet.Client.Cmdlets.dll' or one of its dependencies. An attempt was made to load a program with an incorrect format.
Brief description of your issue
I'm on win11 arm edition, running this (from v1.5.2201)
gave this error:
I found the specified dependency on nuget and installed it, but then it complains about another one:
~I'm not able to easily find that one so I'm stuck for now.~ *edit: I found it here and that seems to have been the last dependency:
Steps to reproduce
see description
Expected behavior
install
Actual behavior
dependency error
Environment