C# Class FX.SalesLogix.Modules.GitExtensions.Installer.InstallationAction

Show file Open project: CustomerFX/SalesLogixGitExtensions Class Usage Examples

Public Properties

Property Type Description
AppArchitectRunningFailure bool
AssemblyUpdated bool
TotalSteps int

Public Methods

Method Description
Start ( ) : void

Private Methods

Method Description
CheckApplicationRunning ( ) : bool
CheckUpdateAvailable ( ) : bool
DownloadFile ( ) : string
ElevatedCopy ( string file, string location ) : void
GetAvailableFileVersion ( ) : System.Version
GetSalesLogixRoot ( ) : string
GetWebProxy ( ) : WebProxy
InstallFile ( string file ) : bool
NewFileVersionCheck ( string file ) : bool
RaiseInstallEvent ( string description ) : void
RaiseInstallEvent ( string description, int step ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Property Details

AppArchitectRunningFailure public property

public bool AppArchitectRunningFailure
return bool

AssemblyUpdated public property

public bool AssemblyUpdated
return bool

TotalSteps public property

public int TotalSteps
return int