I have a Qt application that I have deployed using windeployqt. Now I have a folder on my disk, which contains a "MyApp.exe" and all the necessary Qt dll files to run this file (without installing anything else). I would now like to create a MSIX package for my application. I have downloaded the MSIX Packaging Tool from the Microsoft Store, running this tool I get the following screen stating that an installer isn't necessary:
After, clicking Next without filling the installer path and then filling the "Package Information" section. You get to this screen
Now, it is unclear to me how does one create a MSIX package without an installer and how can I instead create a package that deploys the content of my folder containing the executable generate by windeployqt. What instructions do I need to follow to correctly use the MSIX Packaging Tool to achieve this?