What is MSIX Packaging Tool and how does it work?

To further understand the different tools and best practices available to MSIX, this article will dive into the MSIX Packaging Tool.

When you open the MSIX Packaging Tool, you are greeted with a simple interface. Next to the settings button in the upper right corner, you will see the following three features presented as actions:

  • Application packages → Create standalone MSIX package
  • Modification package → Already have MSIX and need to make a modified package
  • Package editor → Edit an existing package
3 main tasks in MSIX Packaging Too
3 main tasks in MSIX Packaging Too

Let’s take a closer look at each individual task to see if it fits your needs and how it works.

1. Application package

Here is the script that starts when creating the MSIX package. As required, you will need the base application repackaged as an MSIX and a certificate. Remember, all MSIX packages must be digitally signed.

Step 1: Choose the environment

Choose environment
Choose environment

Regardless of which option you choose, it’s best to create the package on a “clean” computer, similar to the one you’re using to deploy the application. This helps avoid compatibility issues.

Many people prefer to run the process in a virtual machine where the MSIX Packaging Tool is installed to avoid possible communication and configuration issues between machines.

See more:  Daikin air conditioner error E6 causes and solutions

Step 2: Prepare the computer

Prepare the computer
Prepare the computer

The MSIX Packaging Tool has a launch detection method before starting the repackaging process. It detects whether the required Tool Driver is installed and if any services, pending reboots or other interfering items are active and need to be shut down.

Step 3: Select the installer

Select the installer
Select the installer

In the installer selection step (Select Installer), you will browse for your base application installer and specify the installation arguments as needed. Because the MSIX Packaging Tool works like a repackager, it also allows you to create a package without an installer, by adding files and operations that run on the operating system during the process.

Also, an important step here is to define the signing method and actually sign the package. This is important, as every MSIX package must be digitally signed. No exception.

The packager will take two snapshots. One before and one after you install the application or make any modifications in the operating system (i.e. copy files, run executables, etc.). Finally, it will compare the two snapshots and the result will be the MSIX package.

To assist users, Microsoft has created a best practice guide for repackaging an application using the MSIX Packaging Tool. Readers can refer to:

https://docs.microsoft.com/en-us/windows/msix/packaging-tool/tool-best-practices

Step 4: Package Information

Package Information
Package Information

You will add package information in this step. You will also notice that “Publisher name” pre-populated because it automatically pulls the information from the certificate.

Step 5: Install

Setting
Setting

When it comes to the installation step, you can run the installation wizard of the base application or manually perform the operations you need, such as copying, moving, deleting or configuring files, etc.. Click into the next when you’re done.

See more:  Common air conditioning modes, save electricity, protect health

Step 6: Launch the first task

Launch the first task
Launch the first task

The MSIX Packaging Tool will attempt to detect the entry point(s) of the application. Many shortcut items will need to use PSF.

At the end of this step, the MSIX Packaging Tool will take a second snapshot. Note that the initial snapshot is taken immediately after the second step, when the tool detects any activity that interferes with the repacking process.

Step 7: Report service

Service report
Service report

If your application has any services, they will be listed here. Remember: MSIX services will run outside of the container, that’s why they are treated separately.

Step 8. Create the package

Create package
Create package

Last but not least, just use the . button Browse to select the location where you want to save the package.

2. Modification package (modification package)

Let’s say you have deployed an MSIX package and need to create a custom package for it, or in other words create a “patch”. To do this, you will need to create a modified package.

Create modified package
Create modified package

You can observe a lot of similarities when packaging and modifying packages.

The main difference here is that in the installer selection step (3rd step) you need to provide the main MSIX package as a reference. The package information will be extracted from there.

However, if you do not want to provide MSIX before or do not have access to the source files, you can skip adding the referenced package and enter the information manually.

The article recommends that you always provide the main MSIX. This way you will avoid any typos that could lead to packet repetition and wasted time.

See more:  How to properly clean the air conditioner, save electricity, quickly
Enter certificate information
Enter certificate information

As mentioned above, the remaining steps are similar to a simple application packaging process. Follow the stated steps to complete the modified package..

3. Package editor (package editor)

Once you’ve got an MSIX package and all you want to do is make a quick edit, this option does the job for you. Browse through the package and you will have access to the details inside.

Package information

Package information:
Package information:
  • Modify any package information
  • Sign the package with another certificate
  • Edit manifest.xml

Package editor

Package editor
Package editor
  • Add any capabilities your MSIX may require
  • Additional unlisted capabilities can be added to the manifest

Virtual registry

Virtual registry
Virtual registry
  • Browse and edit your computer’s hive registry
  • Browse and edit the user’s hive registry
  • Remember these are stored registry

Package files

Package files
Package files
  • Add, move, delete files
  • Add, move, delete folders

Besides, you can also have the option to extract the MSIX package to a specified output location.

Source link: What is MSIX Packaging Tool and how does it work?
– https://techtipsnreview.com/

, , ,

Leave a Reply

Your email address will not be published. Required fields are marked *