Is it possible to create a MSIX for a .NET Framework 4.5.2 WPF app?
Yes, it is possible to create an MSIX package for a .NET Framework 4.5.2 WPF app. You can use the MSIX Packaging Tools
of Visual Studio to package your app, which allows for modern deployment options and features. Additionally, please ensure that your application targets a version of the .NET Framework that is compatible with MSIX packaging.