What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » firefox error......

firefox error......
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: firefox error......
extentions are in
C:\Documents and Settings\your windows username\Application Data\Mozilla\Firefox\Profiles\profilename\extensions

never tried extracting extentions straight from the profile but this bat file is what i use when i build my extentions ,  find what extention you want and place this bat file inside the folder and run it then it should produce an xpi file




Bat file code ( you should know how to create a bat file....)
code:
set x=%cd%
md build\chrome
cd chrome
7z a -tzip "%x%.jar" * -r -mx=0
move "%x%.jar" ..\build\chrome
cd ..
copy install.* build
cd build
7z a -tzip "%x%.xpi" * -r -mx=9
move "%x%.xpi" ..\
cd ..
rd build /s/q


(7z = location of 7 zip command line version Linkage)

* -dt- goes and tests this but thinks it should work

edit:
worked for me

This post was edited on 03-16-2005 at 05:16 AM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
03-16-2005 05:09 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
firefox error...... - by TheMusicPirate on 03-15-2005 at 11:59 PM
RE: firefox error...... - by Joa on 03-16-2005 at 12:01 AM
RE: firefox error...... - by Joa on 03-16-2005 at 12:11 AM
RE: firefox error...... - by TheMusicPirate on 03-16-2005 at 12:25 AM
RE: firefox error...... - by NiteMare on 03-16-2005 at 12:29 AM
RE: firefox error...... - by Joa on 03-16-2005 at 01:08 AM
RE: RE: firefox error...... - by TheMusicPirate on 03-16-2005 at 01:09 AM
RE: firefox error...... - by Joa on 03-16-2005 at 01:14 AM
RE: RE: firefox error...... - by TheMusicPirate on 03-16-2005 at 01:25 AM
RE: firefox error...... - by -dt- on 03-16-2005 at 05:09 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On