Search completed in 1.10 seconds.
5 results for "refreshPlugins":
refreshPlugins - Archive of obsolete content
ArchiveMozillaXPInstallReferenceInstall ObjectMethodsrefreshPlugins
refreshplugins refreshes the list of plug-ins registered for the browser.
... method of install object syntax int refreshplugins( [ areloadpages ] ); parameters the refreshplugins method has the following parameter: areloadpages areloadpages is an optional boolean value indicating whether you want to reload the open web pages after you have refreshed the plug-in list.
...description refreshplugins lets you register new plug-ins without having to restart the browser.
...And 2 more matches
Install script template - Archive of obsolete content
ArchiveMozillaXPInstallInstalling pluginsInstall script template
// this block also invokes a function to write registry keys (plid) and checks return from key writing // this block invokes refreshplugins() to ensure that plugin and xpt are available for use immediately if (errblock1 == success) { // installation to the current browser was a success - this is the most important job of this script!
... if(errblock2 == success) { // now take care of writing plids to the win32 registry err = writeplidsolution(); if(err!=success) { logcomment("could not write win32 keys as specified: " + err); } else { logcomment("plid entries are present in the win32 registry"); } } reseterror(); err = performinstall(); if (err == success) refreshplugins(true); // call refreshplugins(true) if you'd like the web page which invoked the plugin to // reload.
... you can also simply call refreshplugins() } else cancelinstall(errblock1); // plid solution -- write keys to the registry /** * function for secondary installation of plugin (firstinstall).
Using XPInstall to Install Plugins - Archive of obsolete content
ArchiveMozillaXPInstallInstalling plugins
ensure that the plugin that has just been installed is refreshed by correctly invoking the refreshplugins api.
Methods - Archive of obsolete content
ArchiveMozillaXPInstallReferenceInstall ObjectMethods
refreshplugins refreshes the list of plug-ins registered for the browser.
XPInstall API reference - Archive of obsolete content
ArchiveMozillaXPInstallReference
properties methods adddirectory addfile alert cancelinstall confirm deleteregisteredfile execute gestalt getcomponentfolder getfolder getlasterror getwinprofile getwinregistry initinstall loadresources logcomment patch performinstall refreshplugins registerchrome reseterror setpackagefolder installtrigger no properties methods compareversion enabled getversion install installchrome startsoftwareupdate installversion properties methods compareto init tostring file no properties ...