IInstallationProgress interface

Represents the progress of an asynchronous installation or uninstallation.

Members

The IInstallationProgress interface inherits from the IDispatch interface. IInstallationProgress also has these types of members:

  • Methods
  • Properties

Methods

The IInstallationProgress interface has these methods.

Method Description
GetUpdateResult

Returns the result of the installation or uninstallation of a specified update.

 

Properties

The IInstallationProgress interface has these properties.

Property Access type Description

CurrentUpdateIndex

Read-only

Gets a zero-based index value that specifies the update that is currently being installed or uninstalled when multiple updates have been selected.

CurrentUpdatePercentComplete

Read-only

Gets how far the installation or uninstallation process for the current update has progressed, as a percentage.

PercentComplete

Read-only

Gets how far the overall installation or uninstallation process has progressed, as a percentage.

 

Remarks

Requirements

Minimum supported client

Windows XP, Windows 2000 Professional with SP3 [desktop apps only]

Minimum supported server

Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]

Header

Wuapi.h

IDL

Wuapi.idl

Library

Wuguid.lib

DLL

Wuapi.dll

IID

IID_IInstallationProgress is defined as 345C8244-43A3-4E32-A368-65F073B76F36