Method | Description | |
---|---|---|
ProgressDialog ( ) : System |
Initializes a new instance of the ProgressDialog class.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
Form_FormClosing ( object sender, |
||
cancel_Click ( object sender, |
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, |
||
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 |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected Form_FormClosing ( object sender, |
||
sender | object | |
e | ||
return | void |
protected cancel_Click ( object sender, |
||
sender | object | |
e | ||
return | void |