Re: Beginner

"A.Seidl" <[email protected]> Tue, 16 Nov 2004 15:00:52 +0100
Newsgroups gmane.comp.mozilla.devel.xpinstall
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Black Banana wrote:
>     I have copy & paste dlls in Mozilla & FireFox "plugins" folder. First 
> example (basic) works fine, but scripting demos doesn't work. Did API 
> changed in new Mozilla & Firefox versions? JavaScript error is: 
> embed.showVersion is not function. Do I have to register sample dlls somehow 
> or just copy them in "plugins" folder? 
> 
> 
First try to install your plugin using:
http://www.mozilla.org/quality/smartupdate/xpinstall-trigger.html
Enter your plugin location (<url>/myplugin.xpi) in the text field then 
click Trigger.
After this you have to restart firefox.
Your script (embed.showVersion) may work now.

I think API hasn't changed cause my plugin still works if I use the 
procedure mentioned above.
But just I don't have any idea how to do a first install without user 
interaction.
If you got some results pls let me know. I would appreciate it.

Thanks
AS