C# Class ZeroInstall.Store.Implementations.Archives.MsiExtractor

Extracts a Windows Installer MSI package (with one or more embedded CAB archives).
Inheritance: MicrosoftExtractor
Datei anzeigen Open project: 0install/0install-win

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Execute ( ) : void
GetRelativePath ( string entryName ) : string

Private Methods

Method Description
ExtractCab ( Stream stream ) : void
MsiExtractor ( [ path, [ target ) : System

Prepares to extract a Windows Installer MSI package contained in a stream.

ReadCabinets ( ) : void
ReadDirectories ( ) : void
ReadFiles ( ) : void
ResolveDirectory ( MsiDirectory directory ) : void
ResolveFile ( MsiFile file ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Execute() protected method

protected Execute ( ) : void
return void

GetRelativePath() protected method

protected GetRelativePath ( string entryName ) : string
entryName string
return string