We have a basic msi installer made by installshield. The purpose of the installer is to install a WPF application. This installer has a number of prerequisites, that are part of the installer .exe file and will be installed as a first step of the install if necessary. One of them is Sql Server Localdb.
We're now looking at creating an .msix installer. We've made some progress using the visual studio project type called "Windows Application Packaging Project". The resulting .msixbundle file installs our program under Program File\WindowsApps.
Now comes the question of how to install the prerequisites that are necessary for our program to work. Is this possible using msix?