Philip Langdale wrote:
> On 31 Aug 2001 13:33:48 GMT, Ari Heitner <[EMAIL PROTECTED]> wrote:
> Unfortunately, it makes a persistant
> registration and demands write access to the mozilla directory. Neither
> attribute is wanted by us.
>
> We'd like a single-session autoregister, but one doesn't seem to
> exist.
>
> --phil
I think that is by design. Component registration is normally an
infrequent activity compared to being able to locate a registered
component. It sounds like the way you want to temporarily register
your components is outside the assumptions of the component manager.
Most likely, you will need add-in such functionality (read: "hack")
into the component manager yourself.
-rick