Forum Discussion
EdijsPerkums
Mar 11, 2019Copper Contributor
Add MSIX support to our own packaging tool
Hello, We are a software vendor looking to add MSIX support to our MSI editing/repackaging tool. It is not really clear if the MSIX SDK is the right tool for this. Could you point us in the right di...
- Mar 12, 2019
EdijsPerkums - currently, the MSIX SDK doesnt allow for packaging.
You can use the public packaging APIs to get the package info and its contents and use MakeAppx.exe to package the contents into a MSIX package.
EdijsPerkums
Mar 12, 2019Copper Contributor
Yes you understood correctly.
Is it possible to build and edit MSIX packages using the MSIX SDK? MakeAppx.exe will not work, because we want to display the contents of the MSIX package in our tool.
Thank you!
Chaitanya Donthini
Mar 12, 2019Former Employee
EdijsPerkums - currently, the MSIX SDK doesnt allow for packaging.
You can use the public packaging APIs to get the package info and its contents and use MakeAppx.exe to package the contents into a MSIX package.