C# Class Wix.SonarQube.Dialogs.ProgressDialog

The standard Installation Progress dialog
Inheritance: BAForm
Mostra file Open project: SonarQubeCommunity/sonarqube-windows-installer

Public Methods

Method Description
ProgressDialog ( ) : System

Initializes a new instance of the ProgressDialog class.

Protected Methods

Method 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

Method 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 method

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

Form_FormClosing() protected method

protected Form_FormClosing ( object sender, FormClosingEventArgs e ) : void
sender object
e System.Windows.Forms.FormClosingEventArgs
return void

ProgressDialog() public method

Initializes a new instance of the ProgressDialog class.
public ProgressDialog ( ) : System
return System

cancel_Click() protected method

protected cancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void