IUpdateProperties

Declaration

IUpdateProperties : IDispatch

Overview

This interface is meant to configure the update.

Properties

String MainUrl - Gets or sets the URL location from where the update file should be downloaded from.

String MirrorUrl - Gets or sets the mirror URL location from where the update file should be downloaded from if the main URL location cannot be reached.

String ReleaseDate - Gets or sets the date on which this update was released. Supported format dd/mm/yy.

Bool IsCritical - Gets or sets the option that specifies if the update is marked as critical.

String DisplayName - Gets or sets the name for the update that will be displayed to the user.

String DisplayCategory - Gets or sets the category for this update.

Bool SuppressUpdateSelection - Gets or sets the option that specifies if the update will never be marked for installation unless it's a dependency of another update which doesn't have this option enabled.

See also

IUpdate

IUpdatesProject