May 20 2022 04:27 AM
I am currently building a WinUI3 Desktop App and struggling with creating an .msix installer package that works. In order for the app to launch and to function properly I need to have .NET 6 Desktop Runtime and AppleMobileDeviceSupport installed.
I tried solving this issue using Package Support Framework, but it doesn't seem to work.
Does a solution exist for adding dependencies/prerequisites in the project for these two? Or maybe defining custom dependencies?
Jun 08 2022 09:59 AM
Jun 21 2022 06:20 AM