IUpdateInstaller2 interface (wuapi.h)

Installs or uninstalls updates on a computer.

Inheritance

The IUpdateInstaller2 interface inherits from the IUpdateInstaller interface.

Methods

The IUpdateInstaller2 interface has these methods.

 
IUpdateInstaller2::get_ForceQuiet

Gets and sets a Boolean value that indicates whether Windows Installer is forced to install the updates without user interaction. (Get)
IUpdateInstaller2::put_ForceQuiet

Gets and sets a Boolean value that indicates whether Windows Installer is forced to install the updates without user interaction. (Put)

Remarks

You can create an instance of this interface by using the UpdateInstaller coclass. Use the Microsoft.Update.Installer program identifier to create the object.

Requirements

Requirement Value
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]
Target Platform Windows
Header wuapi.h

See also

IUpdateInstaller