Date Updated:August 7, 2008
Creating an MST File with Wise Installation Express
PASSPORT PC TO HOST
TN3270, TN5250, VT, SCO ANSI, Wyse 60
A transform (.MST) file is a simplified Windows Installer database. Transforms enable an administrator to apply modified settings to an MSI installation package during deployment. MST files can be created with any MSI Authoring Tool, including Wise Installation Express. Once created, MST files can be used with the PASSPORT MSI installation package for deployment with many different deployment tools such as Microsoft SMS, Group Policy/Active Directory, command line parameters using msiexec.exe, or others.
To deploy PASSPORT with these tools, you must apply a transform (.MST) file which contains the license code to the MSI package. Without this, you will receive an "Unable to find Passport.key" error.
When creating your transform file, you must modify the passport.key file listed in the IniFile table so that the value is equal to the license code provided by Zephyr.
The following instructions are based on Wise Installation Express version 7. Other versions or authoring tools may vary.
File->New ("Other Templates" -> "Transform")
Browse and select the MSI file to base the transform on.
Select
the Setup Editor tab at the bottom of the screen

Select the Tables tab
In
the list of tables, select IniFile

Edit the INI file "passport.key"and replace [LICENSE] in the Value column with the actual license code.
Save the MST file.
To
apply the MST file using a command line installation with msiexec, you
can use the following command line:
msiexec /qb /i pc2host.msi TRANSFORMS=yourtransformfile.mst
When using this command line, your MST file and MSI Installation
package must reside in the same folder.
For more information on the command line parameters available for msiexec.exe, refer to the following Microsoft Knowledge Base article: http://support.microsoft.com/default.aspx?scid=kb;EN-US;314881
Deploying MSI/MST Using Group Policy and Active Directory
install, installation, msi, mst, active directory, group policy, unattended, automatic, wise