Forum Discussion
Add MSIX support to our own packaging tool
- 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.
Hi EdijsPerkums,
thanks for your question.
Just to make sure I understand, you currently have a packaging tool that allows for editing and repackaging MSI's. You would like to add MSIX support to that packaging tool - such that you can also edit and package a MSIX package using your tool. Is that correct?
The MSIX SDK currently allows you to verify, validate and extract a MSIX package. It is catered to cross plat developers(iOS, Android, Mac or Win7) who want to support MSIX packages in their apps. If you are looking to just be able to package a MSIX package - I would point you to our SDK tool(MakeAppx.exe) which allows you to package a MSIX package.
Hope that answers your question. Let us know otherwise :)
Thanks,
Chaitanya
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 DonthiniMar 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.