Hello Shobz,
Indeed, you are right. MSIX Packages support dependencies, which can only be another MSIX / APPX package.
In what regards adding another package as a prerequisite, as far as I know, it is not possible in an MSIX package.
However, this should be possible if you bundle your MSIX with an EXE package, e.g.:
- in
"Builds" page, you need to have two builds - one EXE build and one MSIX build
- select the MSIX build -->
"Bootstrapper" tab -->
"Bundle with EXE" option should be enabled
This way, the MSIX will be bundled into the EXE. More information about this can be found in our
"UWP Bootstrapper Tab" article.
Unfortunately, this does not currently work due to an issue in what regards our bootstrapper functionality. Fortunately, we are already aware of this and will try to fix this in a future version of Advanced Installer.
Best regards,
Catalin