Wingetlywingetly
← All apps

MSIX Packaging Tool

by Microsoft Corporationv1.2024.405.0

Last updated

Enables you to repackage your existing desktop applications to the MSIX format. It offers both an interactive UI and a command line for conversions, and gives you the ability to convert an application without having the source code.

Install with winget

$ winget install --id Microsoft.MSIXPackagingTool --exact --version 1.2024.405.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for MSIX Packaging Tool

MSIX Packaging Tool uses MSIX. The silent install switches are (no switches needed).

One-line silent install (x64)
Add-AppxPackage -Path .\installer.msix

See the full silent install reference for MSIX Packaging Tool

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v1.2024.405.0

ArchitectureTypeScopeInstallDownload
x86MSIX-Direct
x64MSIX-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for MSIX Packaging Tool.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • PowerShellMicrosoft Corporation
    Microsoft.PowerShellv7.6.6.0

    PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.

  • Windows App Runtime 1.8Microsoft Corporation
    Microsoft.WindowsAppRuntime.1.8v1.8.10

    Microsoft Windows App Runtime 1.8

  • Gaming Services Repair Tool for PCMicrosoft Corporation
    Microsoft.Gaming.GamingServicesRepairToolv10.0.26100.9546 (WinBuild.160101.0800)

    A portable standalone tool to repair and fix problems with the following apps:Xbox App; Xbox Identity Provider; Game Bar; and Gaming Services. It can (and will) also try to update or install those apps, though not silently.

  • Microsoft Visual C++ v14 Redistributable (x64)Microsoft Corporation
    Microsoft.VCRedist.2015+.x64v14.51.36247.0

    The Microsoft Visual C++ v14 Redistributable Package (x64).

  • Microsoft .NET Windows Desktop Runtime 10.0Microsoft Corporation
    Microsoft.DotNet.DesktopRuntime.10v10.0.12

    .NET is a free, cross-platform, open-source developer platform for building many different types of applications.

  • Visual Studio BuildTools 2026Microsoft Corporation
    Microsoft.VisualStudio.BuildToolsv18.10.0

    These Build Tools allow you to build Visual Studio projects from a command-line interface.

More from Microsoft Corporation or browse msix-packaging-tool, msixpackagetool, msix-package-tool.

Frequently asked questions

How do I install MSIX Packaging Tool on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Microsoft.MSIXPackagingTool --exact --version 1.2024.405.0. winget downloads the installer from Microsoft Corporation and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install MSIX Packaging Tool silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Microsoft.MSIXPackagingTool --exact 1.2024.405.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for MSIX Packaging Tool?
MSIX Packaging Tool uses MSIX. MSIX packages install silently by default - no switches are needed (Add-AppxPackage -Path .\installer.msix).
How do I uninstall MSIX Packaging Tool via winget?
Run: winget uninstall --id Microsoft.MSIXPackagingTool --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from MSIX Packaging Tool's Apps & Features entry.
Is MSIX Packaging Tool free?
MSIX Packaging Tool is distributed under Proprietary (Freeware). Refer to the publisher (https://learn.microsoft.com/en-us/windows/msix/packaging-tool/tool-overview) for the full license terms - Wingetly itself does not charge for installation.
Does MSIX Packaging Tool work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls MSIX Packaging Tool directly from the publisher.
How do I keep MSIX Packaging Tool up to date?
Run winget upgrade --id Microsoft.MSIXPackagingTool --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of MSIX Packaging Tool from microsoft/winget-pkgs.