IeAxiSystemInstaller interface

The IeAxiSystemInstaller interface installs an ActiveX object.

This interface is not declared in a public header. Applications must define it themselves. The following Interface Definition Language (IDL) fragment describes this interface, including its IID.

[
    object,
    uuid(a50ea6f8-4764-4299-b309-022b2a8b4d8d),
    
]
interface IeAxiSystemInstaller : IUnknown
{
    
    HRESULT InitializeSystemInstaller(  [in] BSTR bstrUrl,
                                  [in] DWORD dwClientPID,
                                  [in] IUnknown* pCallback,
                                  [out] BSTR * pbstrNonce);
}

Members

The IeAxiSystemInstaller interface inherits from the IUnknown interface. IeAxiSystemInstaller also has these types of members:

Methods

The IeAxiSystemInstaller interface has these methods.

Method Description
InitializeSystemInstaller Installs the specified ActiveX object.

Requirements

Requirement Value
Minimum supported client
Windows Vista Business, Windows Vista Enterprise, Windows Vista Ultimate [desktop apps only]
Minimum supported server
None supported
IID
IID_IeAxiSystemInstaller is defined as a50ea6f8-4764-4299-b309-022b2a8b4d8d