I created a UWP and have side-loaded to created the following folder.
The usual way to install the app would be to run "Add-AppDevPackage" in Powershell, and the script then runs the appxbundle file. I wanted to attach the ps1 file to Advanced Installer to have it install under an msi to make it easier for my company to install the app. However, every time I run the msi, I get a message saying that it has prematurely ended due to an error that's coming from the ps1 file. Is it possible to install a UWP this way, or is there a better way of accomplishing what I want? Here is what my custom action looks like.
I was able to figure out an alternative way to install my UWP without running Powershell. Please follow this link if you are dealing with the same issue.