amIWebInstallInfo

This interface is used by the default implementation of amIWebInstallListener to communicate with the running application and allow it to warn the user about blocked installs and start the installs running.
1.0
66
Introduced
Gecko 2.0
Inherits from: nsISupports Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)

Method overview

void install();

Attributes

Attribute Type Description
installs nsIVariant An array of AddonInstall objects. Read only.
originatingURI nsIURI The URI that started the installs. For example, the referring page for a link to an XPI download. Read only.
originatingWindow nsIDOMWindow

The window that started the installs. Read only.

Note: Prior to Gecko 8.0 (Firefox 8.0 / Thunderbird 8.0 / SeaMonkey 2.5), this was an nsIDOMWindowInternal.

Methods

install()

Starts all installs.

void install();
Parameters

None.