MSIX Windows Application Packaging (MSIX)
Eintrag zuletzt aktualisiert am: 21.09.2019
MSIX ist ein plattformneutrales Installationsformat für Windows (ab
Windows 7),
Linux,
iOS, macOS,
Android und Browser-Anwendungen. Das alte
MSI hingegen funktioniert nur auf Windows.
MSIX wurde erstmal groß vorgestellt auf der
BUILD 2018-Konferenz.
Auf Windows kann man mit
MSIX installieren:
Projektvorlage in
Visual Studio ab Version 2017 v15.5:
Windows Application Packaging Project (
MSIX) (Workload "
UWP" muss installiert sein, auch wenn es keine
UWP ist!)
"The
MSIX Packaging
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.
The
MSIX Packaging
APIs that a client app would use to interact with .msix/.appx packages are a subset of those documented here. See sample/ExtractContentsSample/ExtractContentsSample.cpp for additional details."
[
https://github.com/Microsoft/msix-packaging]