Re: Why the InstallTrigger.enabled() return false?
Daniel Veditz <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
ice wu wrote:
> Hi,
> When I execute my InstallTrigger script, I find the
> InstallTrigger.enabled() return false. Who could tell me why? (My operating
> system is Windows 2000 server, and Browser is NetScape 6.2.3)
>
> if ( navigator.javaEnabled()) {
XPInstall has nothing to do with java, this check isn't needed.
> if (InstallTrigger.enabled()) {
Works for me... is your software installation pref turned off? go to
about:config and check the xpinstall.enabled pref
-Dan Veditz