Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.62 KB

Package Formats.md

File metadata and controls

35 lines (26 loc) · 1.62 KB

Package Formats

  1. Single-file executables
  2. Archives
  3. MSI (Windows Installer)
  4. ClickOnce
  5. App-V
  6. AppX
  7. MSIX

MSI (Windows Installer)

Windows Installer

MSIX

MSIX documentation

Books:

Restrictions

Prepare to package a desktop application

MSI vs MSIX: Practical Side-by-Side Comparison and Limitations

Shell:

  • Shell extensions are not supported since your app's modules cannot be loaded in-process to processes that are not in your Windows app package.
  • Context menu in MSIX

ClickOnce

ClickOnce is a component of Microsoft .NET Framework 2.0 and later, and supports deploying applications made with Windows Forms or Windows Presentation Foundation.1

Footnotes

  1. ClickOnce - Wikipedia