IUpdateTargets
Declaration
IUpdateTargets : IDispatch
Overview
This interface is meant to configure the update targets by specifying for which application versions the update applies.
Properties
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.
Methods
NewApplication(String aApplicationName)returns
IUpdateTargetApp
Creates a new target application.
RemoveApplication(IUpdateTargetApp aApplication)
Removes an existing target application.