MSIX Packaging

Package Windows apps with the single-project MSIX model, declare minimal capabilities, and sign with a trusted certificate.

  • Use the single-project MSIX packaging model
  • Capabilities MUST be declared minimally in Package.appxmanifest
  • Packages MUST be signed with a trusted certificate for sideloading
  • Version numbering MUST use Major.Minor.Build.Revision, monotonically increasing
version
1.0.0
platforms
windows
tags
msix-packaging, platform, windows
author
Mike Fullerton
modified
2026-03-27

Change History

Version Date Author Summary
1.0.0 2026-03-27 Mike Fullerton Initial creation