Re: [wpkg-users] Thunderbird extensions

2011-07-15 Thread Falko Trojahn

Hi,

Am 14.07.2011 20:05, schrieb Stefan Pendl:


On 7/14/2011 12:02 PM, John Danks wrote:

That's the same type of package definition I use for TB add-ons. I'd
double-check that you extracted the XPI correctly and see if it's
actually getting copied to the correct place.

sogo-integrator is not addons.mozilla.org and the link to

it's website

from Freshmeat is 404, so maybe the add-on was not updated for the
version of TB you're using? Does it work if you install it manually?


It does work if I install manually. I did upgrade to the latest one
also. It does copy to the correct folder and I re-extracted
the contents
just in case. I am at a loss.Any ideas?


The latest release of Firefox does not extract all add-ons, just the ones which 
really need to.

I am currently installing AddBlockPlus by copying the XPI file to the 
extensions folder, that's all.

You should check if this can be done with the other add-on too.

It seems there is something going on in addition to extracting the add-on and 
this step is currently missing.



the new way of mozilla extensions installation I've described here
  http://wpkg.org/Firefox#Firefox_3.6_Series_Extension_Templates
and here
  http://wpkg.org/Firefox_ext_install_downloads
does work with Firefox 4 and 5, too.

It seems a bit complicated, but in fact it's easy: for each new 
firefox/thunderbird extension you only need a one liner xml and

have to insert two variables for the extension name and key:
http://wpkg.org/Firefox_ext_install_downloads#packages.2Ffirefox-ext-skel.xml

IMHO same system (using: 
http://wpkg.org/Firefox_ext_install_downloads#packages.2Fmozilla.2Finstall-extensions.cmd 
) should work with thunderbird, too.


Just replace
  install-extensions.cmd Firefox %FXEXT%
to
  install-extensions.cmd Thunderbird %FXEXT%
in
http://wpkg.org/Firefox_ext_install_downloads#templates.2Fff-extension.xml

As soon as I have some time I'll rework these pages/packages for FF 5 
and make some for TB.


Best regards,
Falko

-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Thunderbird extensions

2011-07-15 Thread John Danks
Now that you mention Firefox extensions, I do recall having to add a
step since FF4. You can see it in more detail at the wiki page for
Firefox. Basically you have now have to add a registry key for
globally installed extensions:

install cmd='%COMSPEC% /C reg add
HKLM\Software\Mozilla\Firefox\Extensions /v %extid% /d
%PROGRAMFILES%\Mozilla Firefox\extensions\%extid% /f' /


On Fri, Jul 15, 2011 at 1:44 AM, Falko Trojahn
nospam...@smi-softmark.de wrote:
 Hi,

 Am 14.07.2011 20:05, schrieb Stefan Pendl:

 On 7/14/2011 12:02 PM, John Danks wrote:

 That's the same type of package definition I use for TB add-ons. I'd
 double-check that you extracted the XPI correctly and see if it's
 actually getting copied to the correct place.

 sogo-integrator is not addons.mozilla.org and the link to

 it's website

 from Freshmeat is 404, so maybe the add-on was not updated for the
 version of TB you're using? Does it work if you install it manually?

 It does work if I install manually. I did upgrade to the latest one
 also. It does copy to the correct folder and I re-extracted
 the contents
 just in case. I am at a loss.Any ideas?

 The latest release of Firefox does not extract all add-ons, just the ones
 which really need to.

 I am currently installing AddBlockPlus by copying the XPI file to the
 extensions folder, that's all.

 You should check if this can be done with the other add-on too.

 It seems there is something going on in addition to extracting the add-on
 and this step is currently missing.


 the new way of mozilla extensions installation I've described here
  http://wpkg.org/Firefox#Firefox_3.6_Series_Extension_Templates
 and here
  http://wpkg.org/Firefox_ext_install_downloads
 does work with Firefox 4 and 5, too.

 It seems a bit complicated, but in fact it's easy: for each new
 firefox/thunderbird extension you only need a one liner xml and
 have to insert two variables for the extension name and key:
 http://wpkg.org/Firefox_ext_install_downloads#packages.2Ffirefox-ext-skel.xml

 IMHO same system (using:
 http://wpkg.org/Firefox_ext_install_downloads#packages.2Fmozilla.2Finstall-extensions.cmd
 ) should work with thunderbird, too.

 Just replace
  install-extensions.cmd Firefox %FXEXT%
 to
  install-extensions.cmd Thunderbird %FXEXT%
 in
 http://wpkg.org/Firefox_ext_install_downloads#templates.2Fff-extension.xml

 As soon as I have some time I'll rework these pages/packages for FF 5 and
 make some for TB.

 Best regards,
 Falko

 -
 wpkg-users mailing list archives 
 http://lists.wpkg.org/pipermail/wpkg-users/
 ___
 wpkg-users mailing list
 wpkg-users@lists.wpkg.org
 http://lists.wpkg.org/mailman/listinfo/wpkg-users

-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Thunderbird extensions

2011-07-15 Thread Donny Brooks
Sorry I forgot to mention I still am having to run thunderbird 3.1 due to the sogo plugins not supporting thunderbird 5 as of yet. The firefox5 xml file I posted works fine, just cannot get the thunderbird 3.1 one to do right. Once they release the thunderbird 5 sogo plugins I will probably be ok. In the meantime I will have to touch close to 200+ machines manually.


--

	Donny B.

	MDAH


On Friday, July 15, 2011 10:32 AM CDT, John Danks john.da...@gmail.com wrote:


	Now that you mention Firefox extensions, I do recall having to add a
	step since FF4. You can see it in more detail at the wiki page for
	Firefox. Basically you have now have to add a registry key for
	globally installed extensions:
	
	
	
	
	On Fri, Jul 15, 2011 at 1:44 AM, Falko Trojahn
	 wrote:
	 Hi,
	
	 Am 14.07.2011 20:05, schrieb Stefan Pendl:
	
	 On 7/14/2011 12:02 PM, John Danks wrote:
	
	 Thats the same type of package definition I use for TB add-ons. Id
	 double-check that you extracted the XPI correctly and see if its
	 actually getting copied to the correct place.
	
	 sogo-integrator is not addons.mozilla.org and the link to
	
	 its website
	
	 from Freshmeat is 404, so maybe the add-on was not updated for the
	 version of TB youre using? Does it work if you install it manually?
	
	 It does work if I install manually. I did upgrade to the latest one
	 also. It does copy to the correct folder and I re-extracted
	 the contents
	 just in case. I am at a loss.Any ideas?
	
	 The latest release of Firefox does not extract all add-ons, just the ones
	 which really need to.
	
	 I am currently installing AddBlockPlus by copying the XPI file to the
	 extensions folder, thats all.
	
	 You should check if this can be done with the other add-on too.
	
	 It seems there is something going on in addition to extracting the add-on
	 and this step is currently missing.
	
	
	 the new way of mozilla extensions installation Ive described here
	 http://wpkg.org/Firefox#Firefox_3.6_Series_Extension_Templates
	 and here
	 http://wpkg.org/Firefox_ext_install_downloads
	 does work with Firefox 4 and 5, too.
	
	 It seems a bit complicated, but in fact its easy: for each new
	 firefox/thunderbird extension you only need a one liner xml and
	 have to insert two variables for the extension name and key:
	 http://wpkg.org/Firefox_ext_install_downloads#packages.2Ffirefox-ext-skel.xml
	
	 IMHO same system (using:
	 http://wpkg.org/Firefox_ext_install_downloads#packages.2Fmozilla.2Finstall-extensions.cmd
	 ) should work with thunderbird, too.
	
	 Just replace
	 install-extensions.cmd Firefox %FXEXT%
	 to
	 install-extensions.cmd Thunderbird %FXEXT%
	 in
	 http://wpkg.org/Firefox_ext_install_downloads#templates.2Fff-extension.xml
	
	 As soon as I have some time Ill rework these pages/packages for FF 5 and
	 make some for TB.
	
	 Best regards,
	 Falko
	
	 -
	 wpkg-users mailing list archives 
	 http://lists.wpkg.org/pipermail/wpkg-users/
	 ___
	 wpkg-users mailing list
	 wpkg-users@lists.wpkg.org
	 http://lists.wpkg.org/mailman/listinfo/wpkg-users
	
	-
	wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
	___
	wpkg-users mailing list
	wpkg-users@lists.wpkg.org
	http://lists.wpkg.org/mailman/listinfo/wpkg-users



-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


[wpkg-users] Thunderbird extensions

2011-07-14 Thread Donny Brooks

Hello all,

 I am trying to get my thunderbird extensions to install via wpkg. 
I finally got my firefox extensions to install but still cannot seem to 
get my thunderbird ones to install. As for firefox I only have done 
adblock+. On Thunderbird I am trying to install the sogo-integrator. 
Below you will find my configs for each.


It seems to copy the extension over to the machine but thunderbird never 
sees it and therefore does not install it. My Tools-- 
addons--extensions is empty in thunderbird. Anyone have an idea as to why?



adblock+:

?xml version=1.0 encoding=UTF-8?

packages

package
  id=firefox-adblock64
  name=Adblock+
  revision=%version%
  priority=18

variable name=version value=1.3.9 /
variable name=extid value={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} /

check
type=file
condition=exists
path=%PROGRAMFILES% (x86) (x86)\Mozilla 
Firefox\extensions\%extid%\chrome.manifest /


install cmd='%COMSPEC% /C xcopy /E /Y 
%SOFTWARE%\firefox\adblock\%version% %PROGRAMFILES% (x86)\Mozilla 
Firefox\extensions\%extid%\' /


upgrade cmd=taskkill /F /IM Firefox.exe
exit code=0 /
exit code=128 /
exit code=-1073741515 /
/upgrade
upgrade cmd='%COMSPEC% /C if exist %PROGRAMFILES% (x86)\Mozilla 
Firefox\extensions\%extid% rmdir /q /s %PROGRAMFILES% (x86)\Mozilla 
Firefox\extensions\%extid%' /
upgrade cmd='%COMSPEC% /C xcopy /E /Y 
%SOFTWARE%\firefox\adblock\%version% %PROGRAMFILES% (x86)\Mozilla 
Firefox\extensions\%extid%\' /


remove cmd=taskkill /F /IM Firefox.exe
exit code=0 /
exit code=128 /
exit code=-1073741515 /
/remove
remove cmd='%COMSPEC% /C if exist %PROGRAMFILES% (x86)\Mozilla 
Firefox\extensions\%extid% rmdir /q /s %PROGRAMFILES% (x86)\Mozilla 
Firefox\extensions\%extid%' /

/package

/packages


sogo-integrator:

?xml version=1.0 encoding=UTF-8?

packages

package
 id=sogo-integrator64
 name=SOGo integrator extension
 revision=2011.07.14.02
 reboot=false
 priority=18

check type=file condition=exists path=%PROGRAMFILES% (x86)\Mozilla 
Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}\install.rdf 
/


install cmd='cmd.exe /C xcopy /Q /I /E /Y 
%SOFTWARE%\thunderbird\extensions\sogo-integrator\{3550f703-e582-4d05-9a08-453d09bdfdc6} 
%PROGRAMFILES% (x86)\Mozilla 
Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /


upgrade cmd='cmd.exe /C xcopy /Q /I /E /Y 
%SOFTWARE%\thunderbird\extensions\sogo-integrator\{3550f703-e582-4d05-9a08-453d09bdfdc6} 
%PROGRAMFILES% (x86)\Mozilla 
Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /


remove cmd='cmd.exe /C rmdir /S /Q %PROGRAMFILES% (x86)\Mozilla 
Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /

/package

/packages
-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Thunderbird extensions

2011-07-14 Thread John Danks
That's the same type of package definition I use for TB add-ons. I'd
double-check that you extracted the XPI correctly and see if it's
actually getting copied to the correct place.

sogo-integrator is not addons.mozilla.org and the link to it's website
from Freshmeat is 404, so maybe the add-on was not updated for the
version of TB you're using? Does it work if you install it manually?

On Thu, Jul 14, 2011 at 9:49 AM, Donny Brooks dbro...@mdah.state.ms.us wrote:
 Hello all,

     I am trying to get my thunderbird extensions to install via wpkg. I
 finally got my firefox extensions to install but still cannot seem to get my
 thunderbird ones to install. As for firefox I only have done adblock+. On
 Thunderbird I am trying to install the sogo-integrator. Below you will find
 my configs for each.

 It seems to copy the extension over to the machine but thunderbird never
 sees it and therefore does not install it. My Tools-- addons--extensions
 is empty in thunderbird. Anyone have an idea as to why?


 adblock+:

 ?xml version=1.0 encoding=UTF-8?

 packages

 package
  id=firefox-adblock64
  name=Adblock+
  revision=%version%
  priority=18

 variable name=version value=1.3.9 /
 variable name=extid value={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} /

 check
    type=file
    condition=exists
    path=%PROGRAMFILES% (x86) (x86)\Mozilla
 Firefox\extensions\%extid%\chrome.manifest /

 install cmd='%COMSPEC% /C xcopy /E /Y
 %SOFTWARE%\firefox\adblock\%version% %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid%\' /

 upgrade cmd=taskkill /F /IM Firefox.exe
 exit code=0 /
 exit code=128 /
 exit code=-1073741515 /
 /upgrade
 upgrade cmd='%COMSPEC% /C if exist %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid% rmdir /q /s %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid%' /
 upgrade cmd='%COMSPEC% /C xcopy /E /Y
 %SOFTWARE%\firefox\adblock\%version% %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid%\' /

 remove cmd=taskkill /F /IM Firefox.exe
 exit code=0 /
 exit code=128 /
 exit code=-1073741515 /
 /remove
 remove cmd='%COMSPEC% /C if exist %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid% rmdir /q /s %PROGRAMFILES% (x86)\Mozilla
 Firefox\extensions\%extid%' /
 /package

 /packages


 sogo-integrator:

 ?xml version=1.0 encoding=UTF-8?

 packages

 package
     id=sogo-integrator64
     name=SOGo integrator extension
     revision=2011.07.14.02
     reboot=false
     priority=18

 check type=file condition=exists path=%PROGRAMFILES% (x86)\Mozilla
 Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}\install.rdf
 /

 install cmd='cmd.exe /C xcopy /Q /I /E /Y
 %SOFTWARE%\thunderbird\extensions\sogo-integrator\{3550f703-e582-4d05-9a08-453d09bdfdc6}
 %PROGRAMFILES% (x86)\Mozilla
 Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /

 upgrade cmd='cmd.exe /C xcopy /Q /I /E /Y
 %SOFTWARE%\thunderbird\extensions\sogo-integrator\{3550f703-e582-4d05-9a08-453d09bdfdc6}
 %PROGRAMFILES% (x86)\Mozilla
 Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /

 remove cmd='cmd.exe /C rmdir /S /Q %PROGRAMFILES% (x86)\Mozilla
 Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /
 /package

 /packages
 -
 wpkg-users mailing list archives 
 http://lists.wpkg.org/pipermail/wpkg-users/
 ___
 wpkg-users mailing list
 wpkg-users@lists.wpkg.org
 http://lists.wpkg.org/mailman/listinfo/wpkg-users

-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Thunderbird extensions

2011-07-14 Thread Donny Brooks

On 7/14/2011 12:02 PM, John Danks wrote:

That's the same type of package definition I use for TB add-ons. I'd
double-check that you extracted the XPI correctly and see if it's
actually getting copied to the correct place.

sogo-integrator is not addons.mozilla.org and the link to it's website
from Freshmeat is 404, so maybe the add-on was not updated for the
version of TB you're using? Does it work if you install it manually?

On Thu, Jul 14, 2011 at 9:49 AM, Donny Brooksdbro...@mdah.state.ms.us  wrote:

Hello all,

 I am trying to get my thunderbird extensions to install via wpkg. I
finally got my firefox extensions to install but still cannot seem to get my
thunderbird ones to install. As for firefox I only have done adblock+. On
Thunderbird I am trying to install the sogo-integrator. Below you will find
my configs for each.

It seems to copy the extension over to the machine but thunderbird never
sees it and therefore does not install it. My Tools--  addons--extensions
is empty in thunderbird. Anyone have an idea as to why?


adblock+:

?xml version=1.0 encoding=UTF-8?

packages

package
  id=firefox-adblock64
  name=Adblock+
  revision=%version%
  priority=18

variable name=version value=1.3.9 /
variable name=extid value={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} /

check
type=file
condition=exists
path=%PROGRAMFILES% (x86) (x86)\Mozilla
Firefox\extensions\%extid%\chrome.manifest /

install cmd='%COMSPEC% /C xcopy /E /Y
%SOFTWARE%\firefox\adblock\%version% %PROGRAMFILES% (x86)\Mozilla
Firefox\extensions\%extid%\' /

upgrade cmd=taskkill /F /IM Firefox.exe
exit code=0 /
exit code=128 /
exit code=-1073741515 /
/upgrade
upgrade cmd='%COMSPEC% /C if exist %PROGRAMFILES% (x86)\Mozilla
Firefox\extensions\%extid% rmdir /q /s %PROGRAMFILES% (x86)\Mozilla
Firefox\extensions\%extid%' /
upgrade cmd='%COMSPEC% /C xcopy /E /Y
%SOFTWARE%\firefox\adblock\%version% %PROGRAMFILES% (x86)\Mozilla
Firefox\extensions\%extid%\' /

remove cmd=taskkill /F /IM Firefox.exe
exit code=0 /
exit code=128 /
exit code=-1073741515 /
/remove
remove cmd='%COMSPEC% /C if exist %PROGRAMFILES% (x86)\Mozilla
Firefox\extensions\%extid% rmdir /q /s %PROGRAMFILES% (x86)\Mozilla
Firefox\extensions\%extid%' /
/package

/packages


sogo-integrator:

?xml version=1.0 encoding=UTF-8?

packages

package
 id=sogo-integrator64
 name=SOGo integrator extension
 revision=2011.07.14.02
 reboot=false
 priority=18

check type=file condition=exists path=%PROGRAMFILES% (x86)\Mozilla
Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}\install.rdf
/

install cmd='cmd.exe /C xcopy /Q /I /E /Y
%SOFTWARE%\thunderbird\extensions\sogo-integrator\{3550f703-e582-4d05-9a08-453d09bdfdc6}
%PROGRAMFILES% (x86)\Mozilla
Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /

upgrade cmd='cmd.exe /C xcopy /Q /I /E /Y
%SOFTWARE%\thunderbird\extensions\sogo-integrator\{3550f703-e582-4d05-9a08-453d09bdfdc6}
%PROGRAMFILES% (x86)\Mozilla
Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /

remove cmd='cmd.exe /C rmdir /S /Q %PROGRAMFILES% (x86)\Mozilla
Thunderbird\extensions\{3550f703-e582-4d05-9a08-453d09bdfdc6}' /
/package

/packages
-
wpkg-users mailing list archives
http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users

It does work if I install manually. I did upgrade to the latest one 
also. It does copy to the correct folder and I re-extracted the contents 
just in case. I am at a loss.Any ideas?

-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users


Re: [wpkg-users] Thunderbird extensions

2011-07-14 Thread Stefan Pendl
 
 On 7/14/2011 12:02 PM, John Danks wrote:
  That's the same type of package definition I use for TB add-ons. I'd
  double-check that you extracted the XPI correctly and see if it's
  actually getting copied to the correct place.
 
  sogo-integrator is not addons.mozilla.org and the link to 
 it's website
  from Freshmeat is 404, so maybe the add-on was not updated for the
  version of TB you're using? Does it work if you install it manually?
 
 It does work if I install manually. I did upgrade to the latest one 
 also. It does copy to the correct folder and I re-extracted 
 the contents 
 just in case. I am at a loss.Any ideas?

The latest release of Firefox does not extract all add-ons, just the ones which 
really need to.

I am currently installing AddBlockPlus by copying the XPI file to the 
extensions folder, that's all.

You should check if this can be done with the other add-on too.

It seems there is something going on in addition to extracting the add-on and 
this step is currently missing.

---
Stefan

-
wpkg-users mailing list archives  http://lists.wpkg.org/pipermail/wpkg-users/
___
wpkg-users mailing list
wpkg-users@lists.wpkg.org
http://lists.wpkg.org/mailman/listinfo/wpkg-users