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.
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.