

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.
Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.9.1006.0)