Last updated
The MSIX SDK project is an effort to enable developers on a variety of platforms to pack and unpack packages for the purposes of distribution from either the Microsoft Store, or their own content distribution networks.
$ winget install --id Microsoft.MSIXCore --exact --version 1.2.0.0Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
MSIX Core uses MSI (WiX). The silent install switches are /quiet /norestart.
msiexec.exe /i msixmgrSetup-1.2.0.0-x64.msi /quiet /norestart
For Intune admins
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 trialNo credit card required.
| Architecture | Type | Scope | Install | Download |
|---|---|---|---|---|
| x86 | MSI WiX | - | Direct | |
| x86 | Portable | - | Direct | |
| x64 | MSI WiX | - | Direct | |
| x64 | Portable | - | Direct |
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.
No known CVEs for MSIX Core.
Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.
More from Microsoft or browse msix-core, development, msi.