Forum Discussion

pulkitarora's avatar
pulkitarora
Copper Contributor
Feb 25, 2019
Solved

Differentiating between appx and msix packages

Is there a way to differentiate between the appx and msix packages, other than checking the extension of the package? I was looking for some way to check if the package was actually created as a msi...
  • jvintzel's avatar
    jvintzel
    Feb 26, 2019

    From a packaging perspective you don't really need to differentiate. The runtime will pick up currently based on the manifest declarations.  It won't affected deployment since they share a common deployment stack.  Think of a .appx as a really restrictive MSIX file. MSIX will light up new feature sets and includes out of band items like the package support framework.

    John.

Resources