Method | Description | |
---|---|---|
GetCurrentInstallationState ( System.Version assemblyVersion ) : InstallationState |
Gets the installation status.
|
|
GetInstallationInformationControl ( ) : |
Gets the installation information control.
|
|
InstallationActionRequired ( |
Determines whether an installation action is required by examining the specified unhandled Exception.
|
|
IsInstallationActionRequired ( System.Version assemblyVersion ) : bool |
Gets a value indicating whether this instance is installation action required.
|
|
ResetInstallationStatusCache ( ) : void | ||
SetInstallationQuestionAnswers ( |
Sets the installation question answers.
|
|
ValidateInstallationAnswers ( |
Validates the installation information provided by the user. Returns a string with error information. The string is empty if there are no errors.
|
public static GetCurrentInstallationState ( System.Version assemblyVersion ) : InstallationState | ||
assemblyVersion | System.Version | Gets the version of the currently installed assembly. |
return | InstallationState |
public static GetInstallationInformationControl ( ) : |
||
return |
public static InstallationActionRequired ( |
||
unhandledException | Unhandled exception. | |
assemblyVersion | System.Version | The version of the currently installed assembly. |
return | bool |
public static IsInstallationActionRequired ( System.Version assemblyVersion ) : bool | ||
assemblyVersion | System.Version | The version of the currently installed assembly. |
return | bool |
public static ResetInstallationStatusCache ( ) : void | ||
return | void |
public static SetInstallationQuestionAnswers ( |
||
control | Control containing the user's answers. | |
return | void |
public static ValidateInstallationAnswers ( |
||
populatedControl | Information. | |
return | string |