C# 클래스 Wix.SonarQube.Dialogs.ProgressDialog

The standard Installation Progress dialog
상속: BAForm
파일 보기 프로젝트 열기: SonarQubeCommunity/sonarqube-windows-installer

공개 메소드들

메소드 설명
ProgressDialog ( ) : System

Initializes a new instance of the ProgressDialog class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

Form_FormClosing() 보호된 메소드

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

ProgressDialog() 공개 메소드

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

cancel_Click() 보호된 메소드

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