The SDK can be used by any cross-platform client app that allows for third parties to build plugins or extensions. The MSIX SDK is an open-source project that allows developers to use the MSIX package format universally on all platforms. Those include installation through Microsoft Endpoint Configuration Manager, Microsoft Intune, PowerShell, or double-click installation.Ĭurrently, MSIX installation through the Microsoft Store and Microsoft Store for Business requires Windows 10, version 1809, or later.
On Windows 10, versions 1709, 1803, and 1809, we support the mainstream enterprise deployment scenarios.
For example, an MSIX package might list MinVersion='1.0' as the minimum supported version, which means that the MSIX package can run on that and later versions of the OS. The minimum supported OS version of an MSIX package is listed in the manifest file of the package as MinVersion in the TargetDeviceFamily element. appxbundle will work for all versions of Windows listed above. Package Integrity Enforcement for non-Store packages