Re: Registering XPCOM components from XPInstall:
"John Nason" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | IBM |
| Message-ID | <[email protected]> |
Thanks for the help. I have not verified this yet but I think another approach might be to script against nsIComponentRegistrar and invoke autoRegister. I might try it for giggles and if I do I'll post my results/code sample. "Benjamin Smedberg" <[email protected]> wrote in message news:[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 >