Daniel Veditz wrote:

> MacTan wrote:
> 
>>
>>     Is it possible to refresh the plugin after installation. Currently, I
>> need to restart netscape in order for the plugins to be registered.
> 
> From a browser window, navigator.plugins.refresh(true) just as in 
> Communicator
> 
> In an install script, refreshPlugins()

That command should go *after* the performInstall() in your script, because 
that's when the actual install happens. You probably should check the return 
value from performInstall(), too, to make sure it's SUCCESS (0).

-Dan Veditz


Reply via email to