Igor wrote: > If there any way to automatically download a plugin into Netscape's plugin > directory > without redirecting user to a page where he/she can download the plugin? > > I have a plugin for my ActiveX control and I don't want a user to go and > download the plagin.
You can launch the install from your own page by providing a link to the plugin, but the user *will* have to interact with the approval dialog (for obvious reasons). > Is there a difference between Netsacpe 4.x/6/7 versions? Yes, the 4.x "SmartUpdate" uses a different script syntax and requires signed .jar files. Mozilla-based browsers use .xpi files. They are conceptually the same, but you will need two separate versions. -Dan Veditz _______________________________________________ Mozilla-xpinstall mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpinstall
