Please, pay attention that now you are in public part of FAQ-Area. Register and find more FAQ-articles in Personal Cabinet.

FAQ#700915: Using MST files while installation from MSI package.

Keywords: Created: 2015-10-19 12:59:17
Linked Articles: Changed: 2019-12-26 19:27:49

Problem:

Using MST files while installation from MSI package.

Solution:

Creating of MST files

  • Start Orca
  • Open .msi (Renga.msi)
  • Click Transform → New Transform
  • Change parameters in the Property table
  • Click Transform → Generate Transform
  • Save as Renga.mst
  • Close Orca without saving of Renga.msi

Parameters of MST files

The Property table

  • INSTALL_LICENSE - path to the license file (e.g. C:\Temp\license.lic)
  • INSTALL_DIRECTORY - install directory (e.g. C:\Temp\Renga)

Installation

msiexec.exe /qb /i Renga.msi /L RengaInstall.log TRANSFORMS=Renga.mst

Help

Orca installation

Following SDK from Microsoft contain Orca:
  • Windows® Server 2003 SP1 Platform SDK
  • Windows SDK for Windows 7 and .NET Framework 3.5 SP1