As stated in previous email i'm using (in TB, indeed; but i think
nothing change for FF) Extensions/ExtensionUpdate via direct registry editing
(i don't have GPO) to manage extensions installation.

In WPKG (www.wpkg.org) lingo i do (consider the content of cmd=''):

 <install cmd='%COMSPEC% /c copy /y 
"%SOFTWARE%\WPKG\dizionario_italiano-5.0.0.1webext.xpi" "%ProgramFiles%\Mozilla 
Thunderbird\extensions\[email protected]"' />
 <install cmd='reg add 
"HKLM\SOFTWARE\Policies\Mozilla\Thunderbird\Extensions\Install" /v "1" /t 
REG_SZ /d "file:///%ProgramFiles%\Mozilla 
Thunderbird\extensions\[email protected]" /f' />
 <install cmd='reg add 
"HKLM\SOFTWARE\Policies\Mozilla\Thunderbird\Extensions\Locked" /v "1" /t REG_SZ 
/d "[email protected]" /f' />

but also i do something like:

 <install cmd='%COMSPEC% /c copy /y 
"%SOFTWARE%\WPKG\lookout_fix_version-3.0.3.xpi" "%ProgramFiles%\Mozilla 
Thunderbird\extensions\lookout@s3_fix_version.xpi"'/>
 <install cmd='reg add 
"HKLM\SOFTWARE\Policies\Mozilla\Thunderbird\Extensions\Install" /v 
"lookout@s3_fix_version" /t REG_SZ /d "file:///%ProgramFiles%\Mozilla 
Thunderbird\extensions\lookout@s3_fix_version.xpi" /f' />
 <install cmd='reg add 
"HKLM\SOFTWARE\Policies\Mozilla\Thunderbird\Extensions\Locked" /v 
"lookout@s3_fix_version" /t REG_SZ /d "lookout@s3_fix_version" /f' />

and works too, eg in registry the key name seems does not need to be an
integer.


But testing all this stuff are driving me mad, because seems that
thunderbird read the registry only when they want. Or there's other
error condition that prevent TB to read the registry... but after some
time, this error desappear.

Note that i'm using a test user, and i've tried many time to simply
wipe out the profile and restart from an empty user configuration, but
seems does not suffices.


There's some way to:

a) force policy loading at TB/FF startup

b) have a debug of policy loading?


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/index.php/it/sostienici/5x1000
        (cf 00307430132, categoria ONLUS oppure RICERCA SANITARIA)
_______________________________________________
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