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

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Execute ( ) : void
GetRelativePath ( string entryName ) : string

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Execute() protected méthode

protected Execute ( ) : void
Résultat void

GetRelativePath() protected méthode

protected GetRelativePath ( string entryName ) : string
entryName string
Résultat string