ExtractTransform Method (transform, extractFile)

Microsoft Deployment Tools

Deployment Tools Foundation ExtractTransform Method (transform, extractFile)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackagePatchPackageExtractTransform(String, String)
Extracts a transform (.MST) from a patch package.
Declaration Syntax
C# Visual Basic Visual C++
public void ExtractTransform(
	string transform,
	string extractFile
)
Public Sub ExtractTransform ( _
	transform As String, _
	extractFile As String _
)
public:
void ExtractTransform(
	String^ transform, 
	String^ extractFile
)
Parameters
transform (String)
Name of the transform to extract; this may optionally be a special transform prefixed by "#"
extractFile (String)
Location where the transform will be extracted

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