Registry / other / msix
library1.7vcpkgunverified

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.

vcpkg install msix
INSTALL
IMPORT
SIG · MSIX
M
msix
othercppv1.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

msix/msix.h
#include <msix/msix.h>

Initialize MSIX pack/unpack functionality

#include <msix/msix.h> #include <iostream> int main() { MsixPackUnpack packer; // Use packer to create or extract MSIX packages std::cout << "MSIX SDK initialized" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

msix — pip install msix · libregistry