C# Class Wix.SonarQube.Dialogs.ProgressDialog

The standard Installation Progress dialog
Inheritance: BAForm
Afficher le fichier Open project: SonarQubeCommunity/sonarqube-windows-installer

Méthodes publiques

Méthode Description
ProgressDialog ( ) : System

Initializes a new instance of the ProgressDialog class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Form_FormClosing ( object sender, FormClosingEventArgs e ) : void
cancel_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
Bootstrapper_ApplyComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ApplyCompleteEventArgs e ) : void
Bootstrapper_ExecuteMsiMessage ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ExecuteMsiMessageEventArgs e ) : void
Bootstrapper_ExecutePackageBegin ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ExecutePackageBeginEventArgs e ) : void
Bootstrapper_ExecutePackageComplete ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ExecutePackageCompleteEventArgs e ) : void
Bootstrapper_ExecuteProgress ( object sender, Microsoft.Tools.WindowsInstallerXml.Bootstrapper.ExecuteProgressEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InstallSqlExpress ( ) : bool

Installs SQL express setup.

ProgressDialog_Load ( object sender, EventArgs e ) : void
ProgressStatus ( ) : string
SetupSonarQubeDatabaseForExpressInstallation ( ) : void

Sets up the sql database for SonarQube service.

VerifySqlInstallationFromSummaryLog ( ) : bool

Read SQL summary log and verify if the installation of SQL is successful.

Only applicable to SQL 2012

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Form_FormClosing() protected méthode

protected Form_FormClosing ( object sender, FormClosingEventArgs e ) : void
sender object
e System.Windows.Forms.FormClosingEventArgs
Résultat void

ProgressDialog() public méthode

Initializes a new instance of the ProgressDialog class.
public ProgressDialog ( ) : System
Résultat System

cancel_Click() protected méthode

protected cancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void