ChrisTitusTech / winutil

Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
MIT License
24.61k stars 1.49k forks source link

winget #2986

Open FatBastard0 opened 3 weeks ago

FatBastard0 commented 3 weeks ago

ScreenShot_20241028122728 I get this when I reinstall WinGet

0xMattia commented 3 weeks ago

same error, i tried everything to figure it out but still those errors. I run version 2.3.0 this is my error image

and this is my log chocolatey.log

stafidopsomo commented 3 weeks ago

Do you have the latest Visual C++ Redistributable installed?

In the logs, there is a mention of the installed version of the package being 2024.1025.2351.0, while the version attempted to be installed via Chocolatey is 2024.709.2344.0

You can update the above here Visual C++ Redistributable

Hope this helps!

FatBastard0 commented 3 weeks ago

irm "https://christitus.com/windev" | iex go to config WinGet Reinstall get this ScreenShot_20241029052949

zmileski commented 3 weeks ago

Does winget works?

FatBastard0 commented 3 weeks ago

Yes WinGet works and uninstalled Visual C++ Redistributable and reinstalled it, got same thing

tezpadhye commented 3 weeks ago

Is this a new windows installation? if yes, then first try to update "App Installer" in MS Store.

FatBastard0 commented 3 weeks ago

trying to go to did search "App Installer" ScreenShot_20241101093207 then Try this ScreenShot_20241101093329 So you tell me?

zmileski commented 3 weeks ago

App Installer is in Library

denelon commented 3 weeks ago

We got hit with a couple of bugs in our PowerShell modules for WinGet, but they have been updated as of this morning.

One of the ways we're helping users bootstrap WinGet is to use the Microsoft.WinGet.Client PowerShell module.

We've added the dependencies to our GitHub release, and you can use Repair-WinGetPackageManager -Latest -Force to get the lastest version of WinGet installed on the system. From there, you can also use the PowerShell cmdlets to manage WinGet Packages.

Juanc179 commented 2 weeks ago

We got hit with a couple of bugs in our PowerShell modules for WinGet, but they have been updated as of this morning.

One of the ways we're helping users bootstrap WinGet is to use the Microsoft.WinGet.Client PowerShell module.

We've added the dependencies to our GitHub release, and you can use Repair-WinGetPackageManager -Latest -Force to get the lastest version of WinGet installed on the system. From there, you can also use the PowerShell cmdlets to manage WinGet Packages.

i installed the Microsoft.WinGet.Client with "Install-Module -Name Microsoft.WinGet.Client -RequiredVersion 0.2.1" and accepted all, but then 'Repair-WinGetPackageManager -Latest -Force' doesn't work.

Error: `Repair-WinGetPackageManager : The 'Repair-WinGetPackageManager' command was found in the module 'Microsoft.WinGet.Client', but the module could not be loaded. For more information, run 'Import-Module Microsoft.WinGet.Client'. At line:1 char:1

zmileski commented 2 weeks ago

https://github.com/ChrisTitusTech/winutil/issues/3013#issuecomment-2458945563

ChrisTitusTech commented 2 days ago

Looks like the winget choco install isn't up to date. I'll have to write a new reinstall method.

zmileski commented 1 day ago

https://github.com/ChrisTitusTech/winutil/issues/3013#issuecomment-2458945563

well if it ain't broke, don't fix it.