05

Create MSI Transform files (MST)

MSI Transforms (MSTs) are small files that change the MSI content. They can change anything in the MSI database like adding/removing files, registry, shortcuts, sequences, upgrades, and so on.

As a general rule in software packaging, when a software installer is received in the form of an MSI, anything that is changed should be done through transform files (MSTs).

Developers will provide new MSI installers with every software update, but in an infrastructure, it is the software packager’s job to modify it as per implementation specs.

Advanced Installer

Advanced Installer makes it even easier to create transform files. When opening Advanced Installer, it offers three ways to create an MST:

Create MST file in Advanced Installer
New Transform in Advanced Installer
  1. New Transform: Creates a simple transform file (MST) without any customizations.
  2. Response Transform: Like Wise Packaging Studio, Advanced Installer offers the possibility to create a response transform. This type of operation starts the installation of the selected MSI, captures the desired changes and creates the MST. Keep in mind that this only captures the changes and the MSI is not installed on the system.
  3. Delta Transform: Creates a transform file (MST) that contains the differences between two MSI files.

In our case, we went with the standard New Transform option, not applying any changes on it.

The steps to achieve this are the following:

  1. Click on New Transform
  2. Click on Create Project
    Select the MSI over which the MST will be                   created
    Select the MSI over which the MST will be created
  3. Select the MSI file.

That’s it. You just created the transform file with Advanced Installer in a few clicks.

Wise Package Studio

To create a transform file for an MSI with Wise Package Studio, perform the following steps:

  1. Open Wise Package Studio
  2. Double-click InstallTailor
    Install Tailor Location
    Install Tailor Location
  3. Select the MSI for which Wise Package Studio will create a transform.
  4. Click Next.
    Base MSI
    Base MSI over which the MST will be created
  5. Install the package with your selected settings. Keep in mind that this doesn’t really install the package on the machine. Wise Package Studio only identifies the changes in the installation sequence. Click Next.
    Response Transform creation
    Response Transform creation
  6. After the settings have been captured by Wise, click OK.
    Changes have been captured in the MST
    Changes have been captured in the MST
  7. Select a save location for the MST file.
  8. Click Next.
    MST Save Location
    MST Save Location
  9. Once the transform file (MST) has been saved, you can open it with Wise Package Studio.
    Wise View for MST
    Wise View for MST

You can then apply any additional changes to the transform file as needed.