Forum Discussion

EdijsPerkums's avatar
EdijsPerkums
Copper Contributor
Mar 11, 2019
Solved

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 direction to be able to edit and build MSIX packages?

3 Replies

  • 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

    • EdijsPerkums's avatar
      EdijsPerkums
      Copper Contributor

      Hi Chaitanya Donthini,

      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!