UpdateManagerConfiguration
Defines Update Manager Configuration settings.
Constructors
String UpdateManagerConfiguration( ) |
stability index:1 |
Return Value: none |
|
Default constructor |
|
Methods
UpdateManagerConfiguration Load(String filePath,IUpdateManager updateManager) |
stability index:1 |
Return Value: UpdateManagerConfiguration |
|
Loads the configurations from given xml file. |
|
filePath |
|
Xml file path that contains configuration details. |
|
updateManager |
|
|
|
void Save(String filePath,IUpdateManager updateManager) |
stability index:1 |
Return Value: none |
|
Saves this configuration to a given file in xml format. |
|
filePath |
|
File path to save this configuration. |
|
updateManager |
|
|
|
Properties
String DownloadSourcePath {get;set;} |
stability index:1 |
Defines download location for new installer |
|
String SignatureSourcePath {get;set;} |
stability index:1 |
Defines location for signature file to validate the new installer. |
|
Boolean CheckNewerDailyBuild {get;set;} |
stability index:1 |
Defines whether to consider daily builds for update, default is false. |
|
Boolean ForceUpdate {get;set;} |
stability index:1 |
Defines whether to force update, default vlaue is false. |
|
String InstallerNameBase {get;set;} |
stability index:1 |
Gets the base name of the installer to be used for upgrade. |
|
String ConfigFilePath {get;set;} |
stability index:1 |
Return file path for the overriding config file. |
|
Events
No public events defined