Re: Registering XPCOM components from XPInstall:
Benjamin Smedberg <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
John Nason wrote: > I was wondering if anyone knows how to register a XPCOM dll from a XPInstall > script. Place an empty file name ".autoreg" next to the executable. When XPCOM sees this magic file it performs an auto-registration. --BDS