ExtractTransform Method (transform, extractFile)

DTF API

Copy image CopyHover image
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++ F#
public void ExtractTransform(
	string transform,
	string extractFile
)
Public Sub ExtractTransform ( 
	transform As String,
	extractFile As String
)
public:
void ExtractTransform(
	String^ transform, 
	String^ extractFile
)
member ExtractTransform : 
        transform : string * 
        extractFile : string -> unit 
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.dll) Version: 3.0.0.0 (3.11.1.2318)