IUpdateInstaller2 interface
Installs or uninstalls updates on a computer.
Inheritance
The IUpdateInstaller2 interface inherits the methods and properties of the IUpdateInstaller interface.
Members
The IUpdateInstaller2 interface inherits from the IUnknown interface. IUpdateInstaller2 also has these types of members:
- Properties
Properties
The IUpdateInstaller2 interface has these properties.
Property | Access type | Description |
---|---|---|
Read/write |
Gets and sets a Boolean value that indicates whether Windows Installer is forced to install the updates without user interaction. |
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
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_IUpdateInstaller2 is defined as F7C72712-C7F3-4AAD-BC6A-6A0E9696A50E |