InstallTrigger.installChrome
Trigger scripts are typically invoked by JavaScript event handlers on hyperlinks. When a user clicks the link "Install the New Blue theme" in the example below, XPInstall downloads, registers, and installs the theme contained in newblue.xpi to the user's profile directory.
<a href="#"
onclick="InstallTrigger.installChrome(
InstallTrigger.SKIN,
'http://wildskins/newblue.xpi',
'newblue/1.0');">
Install the New Blue theme</a>
Document Tags and Contributors
Last updated by:
Sheppy,