IPatchImages

Declaration

IPatchImages : IDispatch

Overview

This interface is meant for managing upgraded images.

Properties

Array<IPatchUpgradeImage> UpgradedImages - Gets the collection of the patch upgraded images.

Methods

NewUpgradeImage(String aMsiPackage, String aFamilyName) returns IPatchUpgradeImage
Creates a new upgraded image from a .msi file on the disk to a family specified by its name.

DeleteImage(IPatchUpgradeImage aImage) Deletes the upgraded image.

See also

IEnvironmentVariable

IAdvinstProject