-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
PowerToys not using Microsoft store for new update #13877
Comments
Just saw this comment from #413. This probably isn't a bug after all (for now) |
Yeah, Indeed. We're updating PowerToys through the program itself even if installed via the store. |
What seems odd to me is that the Windows Store doesn't remember that PowerToys is installed. Even if it didn't offer updates directly through the store, it would be nice if it at least showed up in my list of apps in the store and had some indication on the app listing page that I already have it installed instead of simply having a green "Install" button again. I was sure this was a bug until I read this and the linked issue. |
@bmcclure It's because everytime PowerToys execute their update program, they utilized "Uninstall old version" and "Install new version" from the installer instead of a in-place upgrade via Microsoft Store. I think this is by design but still a bit annoyed by the fact. I'll keep this open because I feel like it's still a bug, but probably not anything severe to warrant a fix immediately. |
this is expected behavior |
win32 apps can't use their update system |
Then how does firefox do it? (It is definitely being updated by the store.) I think what you mean is unpackaged win32 Apps. Because they could be packaged as msix and thus use the auto update system of the store. |
They use their own update system and chances are don’t need to a UAC on update. We are proactively tweaking things so we can do a silent upgrade. Our big blocker is UAC prompt due to a few things. The new bootstrapper was a massive tweak to improve the experience and help do the underpinnings for work. |
I believe what he meant was the Mozilla Firefox on Microsoft Store, it is MSIX packaged. |
Microsoft PowerToys version
0.47.1
Running as admin
Area(s) with issue?
General
Steps to reproduce
✔️ Expected Behavior
PowerToys will display a notification on "New update available", then direct user to download/seek PowerToys update through Microsoft Store.
❌ Actual Behavior
PowerToys will download installer through GitHub instead of going through Microsoft Store. After upgrade, PowerToys will show as a Windows Desktop application instead of an application installed through Microsoft Store (aka on Microsoft Store, it will no longer show as "installed").
Other Software
No response
The text was updated successfully, but these errors were encountered: