-
Notifications
You must be signed in to change notification settings - Fork 1.5k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
winget missing from windows 11 (10.0.22000.65) #1426
Comments
Try opening the Microsoft Store and checking for updates. Also, the current build number is 10.0.22000.168, so you probably need to run Windows Update. |
I am in the beta channel.. no updates showing for windows. store updates all done and no winget |
Ah, the beta channel. I wonder if you have to be in dev to get winget? |
I do not believe so. my co workers around me all got it. and I did not. |
Can you look in your App Execution Aliases and see if it appears there? These instructions should work: https://www.windowscentral.com/how-manage-app-execution-aliases-windows-10 Also, what edition of Windows are you on? Shouldn't matter, but just to be sure... |
I do not see it in the aliases list. edition says Windows 11 Enterprise |
The "App Installer" from the store should include the Windows Package Manager on all versions of Windows 11. It didn't make it into the initial Windows 11 install, but an update should be available for all Windows Insider builds. |
Do you have any pending updates in the Microsoft Store? |
nope |
Are you logged on with a user account that has admin rights on the machine? Is it the same user account that installed the Windows Package Manager? |
Yes and yes |
Thanks, I've contacted a couple of other internal teams to see what other steps we can take to troubleshoot what might be happening. I'd like to isolate whether the problem is related to the Windows Package Manager, MSIX installation, or something else. I haven't been able to reproduce this in any of my environments yet. |
could it be something as simple as a missing Path entry? |
It could be. Can you see if there is a winget.exe file in |
file not found. |
@erayrafet Can you post the output of $env:PATH from PowerShell? |
|
I see what appears to be a missing semicolon after "\WindowsApps" before the "C:Users\erayr\NexusTools". |
That's odd. @erayrafet, can you search in the start menu for "Edit environment variables for your account", then in the panel that opens, highlight the "Path" entry, click edit and send a screenshot of it? I'm wondering if those strings are actually stuck together or there's something funny going on with PowerShell. I don't know how that could've happened though. |
|
By edditing the env paths, I was able to fix the problem. Kudos to you, @jedieaston! |
Not sure if the same issue or not, but winget report 2 entries and therefore fails to upgrade.
|
Still no winget. In this comment, it was mentioned that
If this is a C++ executable, why is it so hard to install and put it on the path? |
Because it's packaged with the App Installer as a UWP app, which does other stuff. They just pushed it to the stable ring, have you seen anything in the Microsoft Store in the last day or so? |
I updated the Microsoft package, but I still didn't get
Adding that path to my PATH finally fixes the problem. Not sure why it was not added automatically! |
That's weird. It's good that you got it working though! |
@aminya I'm glad you got it working as well. We've had a few cases where other programs modified the path entry, but nothing solid enough to completely isolate it so we can make the fix. |
Is there a way to synchronously install App Installer? If not, there needs to be! With winget not being available immediately out of the box in Windows 11, I don't see sysadmins adopting it because they won't be able to use it during OS deployment, autopilot, etc. In the absence of winget being included in the ISO for Windows 11, we need a process like:
More discussion: https://twitter.com/FrankLesniak/status/1448294637941280774?s=20 |
@BladeFireLight this issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
Keeping the party going by mentioning that I posted to Feedback Hub: https://aka.ms/AAe2dpu |
The Windows Package Manager should be in an automatic update delivered by the Microsoft Store on Windows 11. It was not included in the base image for the initial release. If Group Policy or other settings are blocking the Microsoft Store, this could affect a user's ability to use the Microsoft Store UI to request the update. |
@franklesniak the best solution might be for you to write some PowerShell to pull the latest release from GitHub, install it, and then run whatever commands you want with winget. It'll still catch updates from the Microsoft Store, but since there's no way to tell the Microsoft Store to run updates and get a response when they are done, it's probably the best solution for now. |
Indeed - thank you both. After I posted last night, I saw another post that said the Windows Store would detect and update App Installer even if someone installed App Installer via Github (https://twitter.com/FrankLesniak/status/1455747254027948032?s=20). I haven't tried this myself, but it sounds like a good path forward. |
@BladeFireLight this issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
@jedieaston sorry to hijack this issue, but I'm doing something similar and I have questions: #1691
produces the second timestamp ~15 minutes later (and there is really no |
@GethDeeo this isn't likely to change before the next servicing release for Windows 11. We have work scheduled to be included in the base image for the next release. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
multiple sorces and a few people in the insiders at work show off winget on windows 11.
I just installed the current dev and it's not present. will winget make it into the final of win11?
The text was updated successfully, but these errors were encountered: