Many popular desktop applications are now distributed exclusively (or optimally) through the Microsoft Store using the .msixbundle format. This includes essential communication and media apps like Spotify, WhatsApp, and Telegram.

While the Store provides seamless auto-updates, there are many scenarios where you might need the raw .msixbundle installer file:

  • Installing the apps on a PC without internet access.
  • Deploying the apps across multiple machines in a corporate environment.
  • The Microsoft Store app is broken, blocked, or returning an error on your PC.

In this guide, we will show you how to generate direct download links for the official offline installers for these specific apps.

⚡ Get Direct .msixbundle Links Instantly

Don't want to read the guide? Paste the app URL into our generator to fetch direct CDN download links for Spotify, WhatsApp, or any other Store app.

Launch Microsoft Store Generator →

The Method: Microsoft Delivery Optimization API§

Microsoft doesn't provide direct download buttons for .msixbundle files on their website. Instead, we have to query their background API (the same one the Store app uses) to extract the CDN link. We do this using a Microsoft Store Link Generator.

To use the generator, you need the Product ID of the app you want to download.

Here are the exact Product IDs and URLs for the most requested apps:

Spotify§

  • URL: https://apps.microsoft.com/detail/9ncbcszsjrsb
  • Product ID: 9ncbcszsjrsb

WhatsApp§

  • URL: https://apps.microsoft.com/detail/9NKSQGP7F2NH
  • Product ID: 9NKSQGP7F2NH

Telegram Desktop§

  • URL: https://apps.microsoft.com/detail/9NZTWSQNTD0S
  • Product ID: 9NZTWSQNTD0S

Step-by-Step Guide§

Go to the NexaTools Microsoft Store Link Generator. Copy one of the URLs or Product IDs listed above and paste it into the search box. Make sure the channel is set to Retail (this ensures you get the stable version, not a beta), and click Generate Links.

2. Download the File§

The tool will output a list of links. You need to look carefully at the file extensions.

  • Find the file that ends in .msixbundle (or .appx in some cases).
  • Ensure the architecture matches your PC. For most modern computers, you want the file labeled x64. If you are on a Surface Pro X or Snapdragon laptop, look for arm64.
  • Click the download link to save the installer.

3. Install the App§

Once downloaded, installing the app is simple. You can usually just double-click the .msixbundle file, and the Windows App Installer will open a prompt asking you to install it.

If double-clicking doesn't work, you can force the installation via PowerShell:

  1. Open Windows PowerShell as Administrator.
  2. Run this command (replacing the path with your actual file path):
    Add-AppxPackage -Path "C:\Downloads\Spotify.msixbundle"
    

Why Use the Store Versions?§

You might wonder why you shouldn't just download the .exe installers directly from the Spotify or WhatsApp websites.

The Store versions (packaged as MSIX) offer several advantages:

  • Clean Uninstalls: MSIX apps are containerized. When you uninstall them, they don't leave messy registry keys or leftover files on your system.
  • Security: Apps downloaded from Microsoft's CDN are cryptographically signed and vetted.
  • Background Updates: (If the Store is working on the target PC), the apps will update silently in the background without nagging you with popups.