Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Line number 251 unspecified error #3379

Open
ibrahimbarlas opened this issue Jun 26, 2023 · 1 comment
Open

Line number 251 unspecified error #3379

ibrahimbarlas opened this issue Jun 26, 2023 · 1 comment
Labels
Area-External Issue outside of winget-cli source Issue-Bug It either shouldn't be doing this or needs an investigation.

Comments

@ibrahimbarlas
Copy link

Brief description of your issue

help
Copied and pasted install winget code and didnt work at the final step

Steps to reproduce

Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted
Install-Script -Name winget-install -Force
winget-install.ps1
Used this code and final step didnt work

Expected behavior

Install winget

Actual behavior

Idk

Environment

Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted
Install-Script -Name winget-install -Force
winget-install.ps1
@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs-Triage Issue need to be triaged label Jun 26, 2023
@denelon
Copy link
Contributor

denelon commented Jun 26, 2023

I believe this is a community submitted PowerShell module coming from https://www.powershellgallery.com/packages/WinGet.

The official module (still in preview) is at https://www.powershellgallery.com/packages/Microsoft.WinGet.Client.

The Repair-WinGetPackageManager cmdlet probably has what you're looking for.

Related bug:

The script you referenced seems to be installing Microsoft.UI.Xaml 2.8. WinGet currently uses 2.7.

We've created:

@denelon denelon added Issue-Bug It either shouldn't be doing this or needs an investigation. Area-External Issue outside of winget-cli source and removed Needs-Triage Issue need to be triaged labels Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-External Issue outside of winget-cli source Issue-Bug It either shouldn't be doing this or needs an investigation.
Projects
None yet
Development

No branches or pull requests

2 participants