IUpdateTargets Copy link to this sectionLink to this section copied!

DeclarationCopy link to this sectionLink to this section copied!

IUpdateTargets : IDispatch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant to configure the update targets by specifying for which application versions the update applies.

PropertiesCopy link to this sectionLink to this section copied!

Array<IUpdateTargetApp> UpdateApplications - Gets the collection of the application versions the update applies.

String TargetPlatform - Gets or sets the target machine architecture. Supported values: 32/64 32 64.

String TargetPlatformMinVersion - Gets or sets the minimum version of the target OS.

String TargetPlatformMaxVersion - Gets or sets the maximum version of the target OS.

MethodsCopy link to this sectionLink to this section copied!

NewApplication(String aApplicationName)returns IUpdateTargetApp
Creates a new target application.

RemoveApplication(IUpdateTargetApp aApplication)
Removes an existing target application.