Create an MSIX packageCopy link to this sectionLink to this section copied!

ImportantThe following article uses options that are available starting with the Professional edition and project type.

Learn to create MSIX packages that target Microsoft’s Universal Windows Platform.

Advanced Installer offers you 2 main methods to build MSIX packages:

1. Create the projectCopy link to this sectionLink to this section copied!

In order to deploy your application using an MSIX package first step is to launch Advanced Installer. A Start Page will be displayed giving you the choice to create a new project or open an existing one. To create an MSIX project, click on MSIX Package from the MSI Installer category in the left pane.

Start Page

You will be prompted to choose if you want to create the MSIX package from scratch or to convert an old package into an MSIX. Let's choose the first option and then click on Finish. The newly created project will contain an MSIX build:

Builds Page

2. Add files to your projectCopy link to this sectionLink to this section copied!

In case of a new project, the next step is to add to the project the files and/or folders that compose your application. Just go to Files and Folders page and drag and drop or use the toolbar buttons to add your files.

Start Page

For more in-depth information regarding more specific scenarios please take a look at our blog articles:

3. Configure the buildCopy link to this sectionLink to this section copied!

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 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.

Target Platform

4. Configure the applicationCopy link to this sectionLink to this section copied!

Go to Application Details page, add a new application, select your .exe file and configure its settings.

Select Certificate

5. Sign the packageCopy link to this sectionLink to this section copied!

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.

Select Certificate

6. Build and install the MSIXCopy link to this sectionLink to this section copied!

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.

Install Package

7. Video tutorialCopy link to this sectionLink to this section copied!