Replies: 5 comments 9 replies
-
|
sometimes i have the problem, that unigetui says Microsoft.Winget.Client can get updated, but i can't install the update with unigetui and even weirder i can't find the update with cmd => winget upgrade. i just skip the update and rest peacefully |
Beta Was this translation helpful? Give feedback.
-
|
This appears to be an error because PowerShell v5.4 (default install) and PowerShell 7.4 don't have a Having dumped the output of And just for transparencies sake; |
Beta Was this translation helpful? Give feedback.
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
I found to fix this issue, open powershell and give it this command: Install-Module -Name Microsoft.WinGet.Client -force That will do it. |
Beta Was this translation helpful? Give feedback.
-
|
qBittorrent.qBittorrent.lt2 is better than qBittorrent.qBittorrent (for
unigetUI)
Am Sa., 9. Nov. 2024 um 02:33 Uhr schrieb Christopher Brennan <
***@***.***>:
… qbittorrent has this problem where winget THINKS it has been updated but
qbittorrent still is the old version (because in the installwizard you can
see that it wants qbittorrent removed from the RAM before updating. somehow
the installer doesn't do it on its own)
So kill QBitTorrent before updating. Problem solved. It's not UniGetUI's
job to term the apps before updating; it's up to the developer's installer
package.
—
Reply to this email directly, view it on GitHub
<#2387 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACWALQ6MJB4CIJGRONKGIT3Z7VQ5NAVCNFSM6AAAAABKHWVP4KVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMJZGQZTSMQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Using PS I manually installed the PS module Microsoft.Winget.Client (v1.8.1133) after realising that UnigetUI 3.1.0 beta 1 required it but was failing to install it. Some time later UnigetUI said that there was an update to v1.8.1791 so it installed it. I noticed that the module in C:\Program Files\WindowsPowerShell\Modules is v1.8.1791 but it is also found in C:\Program Files (x86)\WindowsPowerShell\Modules. The module in the latter location is still v1.8.1133 so has not been updated.
In PS x64
$env:PSModulePathshows that C:\Program Files (x86)\WindowsPowerShell\Modules is not included in the list of locations but in PS (x86),$env:PSModulePathshows that C:\Program Files (x86)\WindowsPowerShell\Modules is included in the list of locations so I don't know why there is this difference? I've gone ahead and added C:\Program Files (x86)\WindowsPowerShell\Modules to the PSModulePath environment variable.Is it safe to uninstall the module in C:\Program Files (x86)\WindowsPowershell\Modules if UnigetUI is a 64-bit program and so would not use this module?
Edit: Nevermind. I see beta 2 installs Microsoft.Winget.Client in one of the other default locations for PS Modules, namely the Documents folder and has put the module simultaneously in the Documents folder in my Admin and Standard User accounts.
Beta Was this translation helpful? Give feedback.
All reactions