Create an MSIX/APPX package
The following article uses options that are available starting with the Professional edition and project type.
Learn to create MSIX and APPX packages that target Microsoft’s Universal Windows Platform. To make an MSIX, you need to run Windows 10 build 17701, version 1809 or higher.
1. Create the project
Begin by creating a new Advanced Installer project, professional type or higher.
- Launch Advanced Installer.
- Create a Professional or higher project type.
The AppX Import Wizard will be launched assisting you to configure the import settings.
2. Add an MSIX/APPX build
To create an MSIX/APPX, you must add to a new or existing Advanced Installer project, an MSIX/APPX build.
- Go to the Builds page.
- Add an MSIX/APPX build to your project by pressing in button in the top ribbon or by right-clicking in the Builds and selecting New > MSIX/APPX Build.
3. Configure the build
Before creating the package, it must be configured by choosing the output, package type, and platform target.
Configure the Output
- Set the Output folder by pressing the button and selecting a location on the computer.
- Set the name of the MSIX/APPX package.
Configure the Package
- Check x86 and x64 as the architectures you want to target.
- Select Create a bundle with individual packages inside.
Configure the Target Platforms
- Check Desktop as the target platform and select.
- Select version 1809 or higher as the minimum and maximum.
MSIX is supported starting with Windows 10 version 1809 and above; if you want to create an APPX select any version below 1809.
4. Sign the package
The package cannot be installed without being signed with a trusted certificate.
- Go to the Digital Signature page.
- Check Enable signing.
- Select Use from Personal certificate store and choose your certificate from the drop-down.
You can create a test certificate by pressing the Create button.
5. Build and install the MSIX/APPX
To allow the installation of your MSIX/APPX, make sure you have Sideload apps enabled. Do this by going to your Windows 10 Settings > Search For Developers > Enable Sideload apps.
Locate the newly created package and install it.
- Press the Build button in the ribbon or F7 to create your package.
- Open the output by clicking the path in the build log.
- Install the MSIX package.