How to recognize Win32/64 Apps in the Microsoft Store, installing, updating, winget.

Martin Fessler 11 Reputation points
2024-06-26T14:37:52.6+00:00

Hello everyone!

I have a few questions about the Microsoft Store (mostly under Windows 10) - maybe someone can help me?

  • How do I know before installing whether it is a UWP or a Win32/64 app?
    At first I thought there were different buttons (Install vs. Download) but this doesn't always seem to be the case.
  • After installation I can most easily determine if it is a UWP app when the "Open file location" option is missing in the start menu - right?
  • Are UWP apps always installed under "C:\Program Files\WindowsApps" or can they also be located somewhere else?
  • Win32/64 apps are not updated via the store and do not appear in the library - right?
  • Can an app with the source "msstore" be updated using winget? Will the source then change to "winget"?
  • I noticed, that sometimes apps which were installed via the Microsoft Store are listed in winget without a source. Why is that?
  • Apps that are no longer installed can be hidden but still not removed from the library - right?

Thank you in advance for any feedback!
Regards, Martin

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,716 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
9,893 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Wesley Li 10,235 Reputation points
    2024-07-03T07:38:16.2733333+00:00

    Hello

    The store app (uwp) is different from the desktop app. There is no msi installer package for them. They worked with appx package manifest.

    What's a Universal Windows Platform (UWP) app? - UWP applications | Microsoft Learn

    We could open administartor command line and run "get-appxpackage" to get all the UWP apps for current users.

    Run "get-appxprovisionedpackage -online", it will list all the uwp apps for the machine (all the users login this machine will get these uwp apps).

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.