C# Class Microsoft.Deployment.Samples.EmbeddedUI.InstallProgressCounter

Tracks MSI progress messages and converts them to usable progress.
Afficher le fichier Open project: Eun/WixSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Progress double

Méthodes publiques

Méthode Description
InstallProgressCounter ( ) : System
InstallProgressCounter ( double scriptPhaseWeight ) : System
ProcessMessage ( InstallMessage messageType, Microsoft.Deployment.WindowsInstaller.Record messageRecord ) : void

Private Methods

Méthode Description
ProcessProgressMessage ( Microsoft.Deployment.WindowsInstaller.Record progressRecord ) : void
UpdateProgress ( ) : void

Method Details

InstallProgressCounter() public méthode

public InstallProgressCounter ( ) : System
Résultat System

InstallProgressCounter() public méthode

public InstallProgressCounter ( double scriptPhaseWeight ) : System
scriptPhaseWeight double
Résultat System

ProcessMessage() public méthode

public ProcessMessage ( InstallMessage messageType, Microsoft.Deployment.WindowsInstaller.Record messageRecord ) : void
messageType InstallMessage
messageRecord Microsoft.Deployment.WindowsInstaller.Record
Résultat void

Property Details

Progress public_oe property

Gets a number between 0 and 1 that indicates the overall installation progress.
public double Progress
Résultat double