IPatchSequence

DeclarationCopy link to this sectionLink to this section copied!

IPatchSequence : IDispatch

OverviewCopy link to this sectionLink to this section copied!

This interface is meant to manage the sequence targets. This information is required by the installer in order to determine the sequence in which the patches are applied

PropertiesCopy link to this sectionLink to this section copied!

Array<IPatchSequenceTarget> SequenceTargets - Gets the collection of sequence targets.

MethodsCopy link to this sectionLink to this section copied!

NewSequenceTarget(String aFamilyName, String aProductCode) returns IPatchSequenceTarget
Creates new sequence target using a family name and a product code.

DeleteSequenceTarget(IPatchSequenceTarget aSequenceTarget)
Deletes the specified sequence target.