intune Windows

Say Hi! to the New Microsoft Store in Intune

The brand-new Microsoft App Store is now generally available. Microsoft Store apps can now be searched for, browsed through, configured, and deployed through Intune. The new Microsoft Store app type is implemented via the Windows Package Manager. This app category provides a wider variety of apps, including Win32 and UWP

6 min read
New Microsoft Store in Intune

The brand-new Microsoft App Store is now generally available. Microsoft Store apps can now be searched for, browsed through, configured, and deployed through Intune. The new Microsoft Store app type is implemented via the Windows Package Manager. This app category provides a wider variety of apps, including Win32 and UWP apps.


How does the “New” store differ from the “Legacy” store?

If your tenant has the most recent updates, you may have noticed that two Windows Store apps are now available for you to pick from. They are:

The new Microsoft store is based on the new Windows Package Manager or winget, which allows you to easily find the latest versions of the apps and push them to your end user’s Windows-managed devices. The new store also allows you to add EXEs and MSI packages from winget to APPX and MSIX.

In the new store, the Windows Package Manager framework backend has been connected to the Intune apps service so that, as an Intune Admin, you can easily search for any app in the store.

All the apps and their packages are maintained centrally by the ISV publisher of the app package. And as an Intune admin, you have complete control over what your users can install.

In the “legacy” store, there was no option to search for the apps.

Let me show you the experience in the Intune admin center:

You will observe the difference compared to the store’s previous options because it enables you to find apps using built-in search.

And all the app’s details, like the name, description, publisher, package ID, and privacy URL, are automatically pre-populated, so you don’t need to cut and paste anything.

📢Win32 apps that are in the Microsoft Store are currently in preview. Not all Win32 apps will be available or searchable. The Win32 apps in preview will be identifiable with Win32 and a banner.

Winget

The Windows Package Manager (also known as winget) is a free and open-source package manager designed by Microsoft for Windows 10 and 11. It consists of a command-line utility and a set of services for installing applications. Independent software vendors can use it as a distribution channel for their software packages.

I’ll run a help command, and you’ll see all the different app operations it can perform, like installing, searching, upgrading, and more.

I’ll use the command -s msstore to limit the results to only those found in the store as I quickly search for Apache. It discovers two packages, one of which has the XP prefix, suggesting that they are Win32 software.

If you run a show command using its ID to view information, you’ll see the app as an EXE file type. So it’s easy to find app packages and perform standard app operations against them.


Universal Windows Platform (UWP) App

While searching for the apps in the new store, you will notice that the apps are listed as UWP apps. Let’s discuss this also.

UWP is Microsoft’s extension of the Windows Runtime platform that leverages the C++, C#, VB.NET, and XAML coding languages. The main idea for UWP is:

The goal for UWP is to let developers share code between apps and utilize a broad range of APIs; it does not necessarily mean that a UWP app is supposed to “run everywhere,” such as on phones, PCs, Xbox, HoloLens, and IoT devices.

UWP was introduced in Windows 10, which provides a common app platform available on every device that runs Windows 10. The UWP provides a guaranteed core API across devices. This means that developers can create a single app package that can be installed onto various devices. And, with that single app package, the Windows Store provides a unified distribution channel to reach all the device types your app can run on. Apps that target the UWP can call not only the WinRT APIs that are common to all devices but also APIs (including Win32 and .NET APIs) that are specific to the class of device that the app is running on.

UWP is Microsoft’s initiative to have everything in one place – Windows Store.


Independent Software Vendor

ISV was the second term we noticed when exploring the new Windows Store application.

A software product made and sold by an independent software vendor (ISV) runs on one or more hardware or operating system (OS) platforms. ISVs often work with a hardware, software, or cloud platform vendor to offer software. When it comes to hardware, a software developer creates software compatible with the hardware platforms of one or more specific vendors and the OSes those platforms support. By including database technology from Microsoft, for example, an ISV may also incorporate software from a software platform provider into its offering.

For instance, any company that offers its software solution on a marketplace like Salesforce AppExchange is an ISV.

Computer hardware manufacturers and operating systems will test Independent software suppliers seeking to sell their software solutions on their marketplace and cloud computing platforms. They will, however, only permit—or ISV certifies—independent software suppliers who can provide the most useful and superior software solutions in their markets.

For example, Microsoft, a company that develops computer hardware (Xbox), operating systems (Windows), and a cloud platform (Azure), offers silver and gold ISV certifications to independent software vendors whose products can pass their rigorous quality tests and prove they can offer the top software solutions to Microsoft’s customers on each of their marketplaces.


Deploying Apps Using The New Windows Store

Coming back to the new store! By now, you have an idea of the difference between the new & legacy app store and UWP & ISV. So, let’s publish the app we added in the first app.

For this case, I want to publish the Paint 3D app as “Available” in Company Portal so that the users can install it on their own.

So, this app package remains where it is and isn’t getting imported into your Intune storage. When this app is later installed on a device, Intune instructs the device to install directly from its defined Microsoft Store location.

The user needs to open the company portal on his/her Windows 10/11 device and look for the apps available to install.

Wrapping-Up

This new approach has a number of benefits, especially the in-app curation flow, because there is currently a substantial amount of ISV support.

The connection between Intune and the new Microsoft Store is intended to pave the way for helping enterprises with this transition because, as we all know, Microsoft has stated that they will be closing the Microsoft Store for Business very soon!


References:

Add Microsoft Store apps to Microsoft Intune | Microsoft Learn

Share This Post

Check out these related posts

Set Sail for Smooth Seas: Effortless Mac Enrollment with Intune

Secure, Contain, Protect... Your Mac: Deploy mSCP with Intune

A New Era of Device Management: Exploring Microsoft Copilot for Security with Intune