

TRANSFORMS=:transform1.mst :transform2.mst transform3.mst msi file and that transform3.mst is a stand-alone file. For example, the following example indicates that transform1.mst and transform2.mst are embedded inside the.

msi file, rather than as a stand-alone file, by prefixing the filename with a colon (:). You can indicate that a transform file is embedded in a storage of the. TRANSFORMS=\\server\share\path\transform1.mst \\server2\share2\path2\transform2.mst \\server3\share3\path3\transform3.mst TRANSFORMS=transform1.mst transform2.mst transform3.mst For example, to apply three transforms to a package, set TRANSFORMS to a list of file names or to a list of full paths. To specify multiple transforms, separate each file name or full path with a semicolon ( ).

Transforms can be specified by their filename or full path. The installer applies the transforms in the same order as they are listed in the property. The TRANSFORMS property is a list of the transforms that the installer applies when installing the package.
