Deployment Tools Foundation
ExtractFiles Method (fileKeys)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPackage ► ExtractFiles(ICollection<(Of <(String>)>))
Extracts a specified list of files to the WorkingDirectory. The files
are extracted to the relative directory matching their SourcePath.

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 )

- fileKeys (ICollection<(Of <(String>)>))
- List of file key strings to extract

If any files have the uncompressed attribute, they will be copied
from the SourceDirectory.