Deployment Tools Foundation
ExtractFiles Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPackage ► ExtractFiles()()()()
Extracts all 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()
Public Sub ExtractFiles
public: void ExtractFiles()
member ExtractFiles : unit -> unit
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)