Forum Discussion
How to specify package type (.msix or .appx) using manual packaging tool (Makeappx.exe)
We are using makeappx.exe version 10.0.17763.132
- jvintzelFeb 25, 2019Former Employee
The contents are similar and can be the same depending on the make up of the app. From a packaging persepective MSIX inheirts .appx's format (much like newer app-v converged on that format). As new features are added MSIX will evolve the format and that could result in differing content.
John.
- RahulAdbFeb 26, 2019Copper Contributor
We use the following command to generate the package.
MakeAppx pack /m "MyApp\AppxManifest.xml" /f MyMapping.txt /p AppPackage.msix
What would be the difference in the makeup of the app that will result in the difference between a .msix and .appx.
- RahulAdbFeb 26, 2019Copper Contributor
As of today, is there any difference between an APPX and MSIX package OR is it just change in nomenclature.
My concern is I want to ensure I am generating the right format.