IPatchSequenceTarget

Declaration

IPatchSequenceTarget : IDispatch

Overview

This interface is meant to edit sequence target options. This information is required by the installer in order to determine the sequence in which the patches are applied.

Properties

String SequenceFamily - Gets or sets the family of the target. The patch family is used to determine which patches are to be superseded. A patch may belong to multiple patch families if it applies to more than one product or includes multiple fixes.

String TargetProductCode - Gets or sets the target product code (GUID). Setting this property to a valid value will remove the image object used to identify the target.

IPatchTargetImage TargetImage - Gets or sets the image object used to identify the target. Setting this property to a valid value will remove the TargetProductCode (GUID) used to identify the target.

Uint Sequence - Gets or sets the target sequence.

Bool SupersedeEarlierPatches - Gets or sets the flag that specifies if the sequence supersedes earlier patches.

See also

IPatchSequence

IPatchTargetImage