-
Both seem to be able to generate MSIX files. Is it not recommended to pack MSIX files using MakeAppx.exe? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
MakeAppx.exe is part of the Windows SDK, closed source and only available on Windows. MakeMsix.exe is a port of MakeAppx.exe intended to be cross-platform, so that it can also be compiled for, and run on, Linux and MacOS. The source code for it is available in this repository, however it does not have feature parity with MakeAppx.exe. In general, it probably is better to use MakeAppx.exe if you can. |
Beta Was this translation helpful? Give feedback.
-
@florelis: This sounds like there will be a point in time when MakeMsix will be the new official tool and MakeAppx will be be legacy, am I right? :-) Or is MakeAppx still developed first and MakeMsix is always a step behind? Best regards, |
Beta Was this translation helpful? Give feedback.
MakeAppx.exe is part of the Windows SDK, closed source and only available on Windows.
MakeMsix.exe is a port of MakeAppx.exe intended to be cross-platform, so that it can also be compiled for, and run on, Linux and MacOS. The source code for it is available in this repository, however it does not have feature parity with MakeAppx.exe.
In general, it probably is better to use MakeAppx.exe if you can.