C# Class VAGSuite.msiupdater

Datei anzeigen Open project: Blackfrosch/VAGEDCSuite Class Usage Examples

Public Methods

Method Description
CheckForUpdates ( string customer, string server, string username, string password, bool FromFile ) : void
ExecuteUpdate ( System.Version ver ) : void
GetPageHTML ( string pageUrl, int timeoutSeconds ) : string
msiupdater ( System.Version CurrentVersion ) : System

Private Methods

Method Description
ExtractNameValue ( string input, string &Name, string &Value ) : void
FileToString ( string infile ) : string
GetReleaseNotes ( ) : string
NotifyProgress ( Int32 NoFiles, Int32 NoFilesDone, Int32 PercentageDone, Int32 NoBytes, Int32 NoBytesDone ) : void
PumpString ( string text, bool updateavailable, bool version2high, System.Version newver, bool info, string xmlfile ) : void
updatecheck ( ) : void

Method Details

CheckForUpdates() public method

public CheckForUpdates ( string customer, string server, string username, string password, bool FromFile ) : void
customer string
server string
username string
password string
FromFile bool
return void

ExecuteUpdate() public method

public ExecuteUpdate ( System.Version ver ) : void
ver System.Version
return void

GetPageHTML() public method

public GetPageHTML ( string pageUrl, int timeoutSeconds ) : string
pageUrl string
timeoutSeconds int
return string

msiupdater() public method

public msiupdater ( System.Version CurrentVersion ) : System
CurrentVersion System.Version
return System