On 27/01/12 04:45, Philip Chee wrote:
> On Thu, 26 Jan 2012 17:49:20 +0000, Axel Grude wrote:
>> On 26/01/12 15:37, Jorge Villalobos wrote:
>>> On 1/25/12 4:05 PM, Axel Grude wrote:
>>>> How would I find out the Application Id of a Firefox clone? In
>>>> particular I am interested in the Id of Tenfour and cannot find any
>>>> documentation on this. I would like to support a user running one of my
>>>> extensions, and I figure that I need to edit install.rdf with the
>>>> correct App Id.
>>>>
>>>> tia,
>>>> Axel
>>>
>>> Running this in the Error Console might also help:
>>>
>>> Components.classes["@
mozilla.org/xre/app-info;1"].getService(Components.interfaces.nsIXULAppInfo).ID
>>>
>>>
>>> - Jorge
>> Jorge,
>>
>> Of course I wont be able to run it unless he manages to install my extension? but
>> thanks anyway, always good to know different ways to do a thing
>
> Asking the user to open the Error Console and then pasting the line in,
> doesn't work?
>
> Phil
>
I will send him the snippet. thanks, didn't think of that.