ExtractFiles Method (fileKeys)

DTF API

Copy image CopyHover image
Deployment Tools Foundation ExtractFiles Method (fileKeys)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.PackageInstallPackageExtractFiles(ICollection<(Of <<'(String>)>>))
Extracts a specified list of files to the WorkingDirectory. The files are extracted to the relative directory matching their SourcePath.
Declaration Syntax
C# Visual Basic Visual C++ F#
public void ExtractFiles(
	ICollection<string> fileKeys
)
Public Sub ExtractFiles ( 
	fileKeys As ICollection(Of String)
)
public:
void ExtractFiles(
	ICollection<String^>^ fileKeys
)
member ExtractFiles : 
        fileKeys : ICollection<string> -> unit 
Parameters
fileKeys (ICollection<(Of <(<'String>)>)>)
List of file key strings to extract
Remarks
If any files have the uncompressed attribute, they will be copied from the SourceDirectory.

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