TransformInfo Constructor (mstFile)

Microsoft Deployment Tools

Deployment Tools Foundation TransformInfo Constructor (mstFile)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageTransformInfoTransformInfo(String)
Reads transform information from a transform package.
Declaration Syntax
C# Visual Basic Visual C++
public TransformInfo(
	string mstFile
)
Public Sub New ( _
	mstFile As String _
)
public:
TransformInfo(
	String^ mstFile
)
Parameters
mstFile (String)
Path to a transform package (.MST file).

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package) Version: 3.0.0.0 (3.5.1623.0)