unsubscribe





在2016年06月23 20时00分, "enterprise-request"<[email protected]>写道:

To unsubscribe via the web interface, visit
    https://mail.mozilla.org/listinfo/enterprise
or, via email, send a message with a subject or body of 'unsubscribe'
to
    [email protected]

Send Enterprise mailing list submissions to
    [email protected]

You can reach the person managing the list at
    [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Enterprise digest..."


Today's Topics:

  1. Re:  Detect Firefox version and installation    directory
     (Ronak Sheth)
  2. Re:  Detect Firefox version and installation    directory
     (Dacian Reece-Stremtan)
  3.  Enable extenssion (Ronak Sheth)
  4. Re:  Default preferences for 'packed'    extensions? (Marco Gaiarin)
  5.  Dgg (Natch Qsekae)


----------------------------------------------------------------------

Message: 1
Date: Wed, 22 Jun 2016 17:55:04 +0530
From: Ronak Sheth <[email protected]>
To: Kaply Consulting <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [Mozilla Enterprise] Detect Firefox version and
    installation    directory
Message-ID:
    <CACzrWpxanT5Xg20guVtoKBSeOwjZmnV80dUVq3bbtF=nb_o...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

HI,

Thanks for you response.

Can you let me know how can I find the uninstallation string
(uninstallation command) for firefox.

Regards, Ronak.


On Mon, Jun 20, 2016 at 6:55 PM, Kaply Consulting <[email protected]>
wrote:

> I believe this post is still mostly relevant:
>
> https://mike.kaply.com/2007/04/23/firefox-and-the-windows-registry/
>
> Mike
>
> On Mon, Jun 20, 2016 at 8:18 AM, Ronak Sheth <[email protected]>
> wrote:
>
>> Hi Everyone,
>>
>> How can I identify the following things through registry or through Batch
>> script?
>>
>> 1. What version of Firefox is installed.
>> 2. what is the Firefox releaser or ESR.
>> 3. What is the location of install Directory.
>>
>> Thanks in advance.
>>
>> --
>> Thanks & Regards,
>> Ronak Sheth
>>
>> Do you really need to print this mail? Go Green...
>>
>> _______________________________________________
>> Enterprise mailing list
>> [email protected]
>> https://mail.mozilla.org/listinfo/enterprise
>>
>> To unsubscribe from this list, please visit
>> https://mail.mozilla.org/listinfo/enterprise or send an email to
>> [email protected] with a subject of "unsubscribe"
>>
>
>


--
Thanks & Regards,
Ronak Sheth
Cell : +91-9833830952
eMail : [email protected] <[email protected]>
Website : http://www.ronaksheth.in
Web Store : http://store.ronaksheth.in

Do you really need to print this mail? Go Green...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://mail.mozilla.org/private/enterprise/attachments/20160622/9e5320c8/attachment-0001.html>

------------------------------

Message: 2
Date: Wed, 22 Jun 2016 08:45:32 -0400
From: Dacian Reece-Stremtan <[email protected]>
To: Ronak Sheth <[email protected]>
Cc: "[email protected]" <[email protected]>
Subject: Re: [Mozilla Enterprise] Detect Firefox version and
    installation    directory
Message-ID:
    <CAF3qt7ijQ8PWLDt=1LstmkCexGKHadyiOOCC=fgtGV25pP-A=q...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Most of the programs during installations will add an entry to the
add/remove programs control panel applet.  To see these entries in the
registry (together with the uninstall command) check out the following
registry key:
HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall  and
HKLM\Software\WOW6432\Microsoft\Windows\CurrentVersion\Uninstall for 32bit
programs installed on 64-bit OS.
If the program is an MSI based install then you will have a GUID entry,
orther wise you have the program name.  Browse to the program name key and
check the UninstallString or ModifyString values.
For firefox the uninstall string is like this:
"C:\Program Files\Mozilla Firefox\uninstall\helper.exe" /S
or
"C:\Program Files (x86)\Mozilla Firefox\uninstall\helper.exe" /S for
Firefox 32-bit installs on 64-bit OS.


2016-06-22 8:25 GMT-04:00 Ronak Sheth <[email protected]>:

> HI,
>
> Thanks for you response.
>
> Can you let me know how can I find the uninstallation string
> (uninstallation command) for firefox.
>
> Regards, Ronak.
>
>
> On Mon, Jun 20, 2016 at 6:55 PM, Kaply Consulting <[email protected]>
> wrote:
>
>> I believe this post is still mostly relevant:
>>
>> https://mike.kaply.com/2007/04/23/firefox-and-the-windows-registry/
>>
>> Mike
>>
>> On Mon, Jun 20, 2016 at 8:18 AM, Ronak Sheth <[email protected]>
>> wrote:
>>
>>> Hi Everyone,
>>>
>>> How can I identify the following things through registry or through
>>> Batch script?
>>>
>>> 1. What version of Firefox is installed.
>>> 2. what is the Firefox releaser or ESR.
>>> 3. What is the location of install Directory.
>>>
>>> Thanks in advance.
>>>
>>> --
>>> Thanks & Regards,
>>> Ronak Sheth
>>>
>>> Do you really need to print this mail? Go Green...
>>>
>>> _______________________________________________
>>> Enterprise mailing list
>>> [email protected]
>>> https://mail.mozilla.org/listinfo/enterprise
>>>
>>> To unsubscribe from this list, please visit
>>> https://mail.mozilla.org/listinfo/enterprise or send an email to
>>> [email protected] with a subject of "unsubscribe"
>>>
>>
>>
>
>
> --
> Thanks & Regards,
> Ronak Sheth
> Cell : +91-9833830952
> eMail : [email protected] <[email protected]>
> Website : http://www.ronaksheth.in
> Web Store : http://store.ronaksheth.in
>
> Do you really need to print this mail? Go Green...
>
> _______________________________________________
> Enterprise mailing list
> [email protected]
> https://mail.mozilla.org/listinfo/enterprise
>
> To unsubscribe from this list, please visit
> https://mail.mozilla.org/listinfo/enterprise or send an email to
> [email protected] with a subject of "unsubscribe"
>



--

Dacian Reece-Stremtan
Internetworking Specialist
School of Medicine and Health Sciences
The George Washington University
(202) 994-0837
[email protected]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://mail.mozilla.org/private/enterprise/attachments/20160622/37987f0f/attachment-0001.html>

------------------------------

Message: 3
Date: Wed, 22 Jun 2016 18:28:28 +0530
From: Ronak Sheth <[email protected]>
To: [email protected]
Subject: [Mozilla Enterprise] Enable extenssion
Message-ID:
    <CACzrWpwLw0_1sKEUkW0z7Wmwit6dpuK4LtPOEi=3-vni1bj...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Everyone,

Can I force firefox to enable specific addon on every startup through some
java script or autoconfig.

Addon ID is {7DD78D43-0962-4d9b-BC76-ABF13B3B2ED1}


--
Thanks & Regards,
Ronak Sheth
Cell : +91-9833830952

Do you really need to print this mail? Go Green...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://mail.mozilla.org/private/enterprise/attachments/20160622/22397500/attachment-0001.html>

------------------------------

Message: 4
Date: Wed, 22 Jun 2016 17:57:20 +0200
From: Marco Gaiarin <[email protected]>
To: Kaply Consulting <[email protected]>, [email protected]
Subject: Re: [Mozilla Enterprise] Default preferences for 'packed'
    extensions?
Message-ID: <[email protected]>
Content-Type: text/plain; charset=iso-8859-1

Mandi! Kaply Consulting
 In chel di` si favelave...

>> I try to explain better: it is a general behaviour, or it is related
>> only to that precise extensions that release also a file in (packed)
>> 'preferences' folder?
> You actually would have this problem with all extensions.

Ok. ;(


>> 2) Adding extension configuration snippet to a single file, and manage
>> ?it, is a little dumb.
>> There's a code snippet in Autoconfig that can do something like: 'load
>> all .js files in that folder', so i can simply place a .js snippet in
>> some folder (as i was used before packed extensions)?
> In theory, yes. I'm not sure why the packed extensions is making a difference
> here.
> There's no good way to override any extensions preferences using default
> preferences. You'll always have a race condition.
> Before signing, you could modify the extension directly, but that had nothing
> to do with packing...

No, sorry, probably i've explained me badly.

As sayed, to setup default preferences for some extensions i was used
to simply throw in:

    Mozilla Firefox\browser\defaults\preferences\

a preference .js file. You sayed me that probably this method never
worked: i feel the opposite, but probably worked with some old FF
version and simply preference get integrated in user preferences for
old user (and i've never noticed it for new user).

Anyway, the good method is not to use AutoConfig, eg not use a simple
preference file but a JS script and the function defaultPref(); Ok.

But Autoconfig get enabled throwing a file in:

    Mozilla Firefox\browser\defaults\preferences\

that contains (at least; this is a preference file indeeed, so
preference file get read! why does not work for extensions?):

    pref("general.config.filename", "firefox.cfg");
    pref("general.config.obscure_value", 0);

then you can use:

    Mozilla Firefox\firefox.cfg

as an AutoConfig script. Good.


There's some way to load not a single AutoConfig script, but a folder
of script; or speaking the same in different way: there's a way to load
in the only AutoConfig script, other autoconfig scripts, better an
entire folder of script (ala debian split-config file)?

So i can simply put a snippet of AutoConfig file in a folder, and get
sure they work...


I hope i was clear now... Thanks.

--
dott. Marco Gaiarin                        GNUPG Key ID: 240A3D66
 Associazione ``La Nostra Famiglia''          http://www.lanostrafamiglia.it/
 Polo FVG   -   Via della Bont?, 7 - 33078   -   San Vito al Tagliamento (PN)
 marco.gaiarin(at)lanostrafamiglia.it   t +39-0434-842711   f +39-0434-842797

        Dona il 5 PER MILLE a LA NOSTRA FAMIGLIA!
   http://www.lanostrafamiglia.it/25/index.php/component/k2/item/123
    (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)


------------------------------

Message: 5
Date: Thu, 23 Jun 2016 12:12:05 +0700
From: Natch Qsekae <[email protected]>
To: [email protected]
Subject: [Mozilla Enterprise] Dgg
Message-ID: <[email protected]>
Content-Type: text/plain; charset=us-ascii



Sent from my iPhone


------------------------------

Subject: Digest Footer

_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"



------------------------------

End of Enterprise Digest, Vol 60, Issue 14
******************************************
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"

Reply via email to