ExtractFiles Method (fileKeys)

Microsoft Deployment Tools

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++
public void ExtractFiles(
	ICollection<string> fileKeys
)
Public Sub ExtractFiles ( _
	fileKeys As ICollection(Of String) _
)
public:
void ExtractFiles(
	ICollection<String^>^ fileKeys
)
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) Version: 3.0.0.0 (3.5.1623.0)