Forum Discussion
Avanegas
Oct 01, 2019Copper Contributor
How to use MSIX on a Mac?
My team is writing a .NET Core application expected to run both on Windows and Mac. We created a windows and a mac installer using WiX. We are now looking into implementing custom auto-update capab...
rubengu
Microsoft
Oct 30, 2019Avanegas for macOS, we support packing/unpacking an MSIX via the MSIX SDK. This can be done either by using makemsix tool in a similar way as makeappx or directly linking your application to libmsix.dylib and use the AppxPackaging APIs. We are looking at what it might mean to add a deployment stack macOS.