MSFN Forum: Firefox Extensions - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Firefox Extensions Rate Topic: -----

#1 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 29 September 2004 - 02:49 PM

Is there's a way to install extensions such as adblock, bugmenot, etc unattended?


#2 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 29 September 2004 - 02:57 PM

Mozilla Firefox Unattended (it took me some time :P )

#3 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 29 September 2004 - 03:32 PM

Thanks

#4 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 29 September 2004 - 08:45 PM

az

#5 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 29 September 2004 - 08:51 PM

Quote

So its a matter of personal pref's...thats one thing nice about this forum...lots of different ways to do things.

LoL :yes:

offtopic: i see that you know a lot about autoit... maybe you can help me... how can i wait a button to be active to send the {ENTER} key?

This post has been edited by SiMoNsAyS: 29 September 2004 - 08:53 PM


#6 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,038
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 September 2004 - 10:49 PM

I don't know why you guys have to make such a simple thing so complex (especially AutoIt that could go very wrong)...

"%programfiles%\Mozilla Firefox\firefox.exe" -install-global-extension "%CDROM%\install\firefox addons\xpi\whatever.xpi"

works fine for me, or use something like
for %%i in *.xpi do "%programfiles%\Mozilla Firefox\firefox.exe" -install-global-extension "%CDROM%\install\firefox addons\xpi\%%i.xpi"

or something similar (with proper paths). Nothing to copy, nothing fancy. It works on every plugin I've tried. Want to add/remove plugins? Just toss them with the others... It just doesn't get simpler than that.

#7 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 30 September 2004 - 06:31 AM

az

#8 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 30 September 2004 - 12:23 PM

@ crahak

I'll give your syntax a try!

#9 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 30 September 2004 - 10:51 PM

az

#10 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,038
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 01 October 2004 - 05:06 PM

Ok, I don't know what's wrong here. I made a simple comment and you seem to take it all personnal, thing I'm putting everybody down or something. No, there is no conspiracy against you or anything dude... :realmad: Chill.

It does work without any delays, and it does work with long file names if you use double quotes. As for the paths that need to be fixed, that should be pretty obvious, and I even said "or something similar (with proper paths)". No point of me putting my own paths there as it will do no good to anybody else.

It's never failed on me, it installs everything, and it's lightning quick (so fast I can't even notice for about 12 extensions). No magic required. (I don't know why you say it's broken and/or slow eh)

If there's any other method I'd use, it would be SiMoNsAyS' method (just feels like more work)

Okay exactly what the hell could go so wrong? You've never seen AutoIt go wrong before? All it takes is a timing glitch, an installer glitch or something and it's just stopped right there. Happenned to me again yesterday when clonecd's installer stupidly popped an error message saying it couldn't write to clonecd.exe or something like that yet, nothing was wrong, and pressing retry resumed the install... It's not the perfect example, but it's not the most reliable means to install soft (I do use it too when I have to)

As for the other post, perhaps I didn't remember or didn't see it again. You remember every single post you've been into?

Just stop with the useless bashing. I just gave my opinion and now you're all over me. There's definately no need for that.

#11 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 01 October 2004 - 05:51 PM

Umm... so far I've been using Crahak's method and it's working great without hiccup. Nologic's method might be suitable for slower low-end rig. :}

#12 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,038
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 01 October 2004 - 06:35 PM

Diabolical82, on Oct 1 2004, 05:51 PM, said:

Umm...  so far I've been using Crahak's method and it's working great without hiccup.  Nologic's method might be suitable for slower low-end rig. :}

Thanks :)

So it doesn't work just for me either...

As for installing firefox, I use SiMoNsAyS' method (a bit simplified, as it's always gonna be on the C drive and on an english system and all...)

#13 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 01 October 2004 - 07:39 PM

Well mine my not be the top system here, but I won't call it "slower low-end rig".

I tested from the command prompt ever which way...all syntax correct...I've heard this from many others when doing that way...it works for some and doesn't for others, system specs have nothing to do with it.

That said I'll remove my self from the forum.

#14 User is offline   CoffeeFiend 

  • Coffee Aficionado
  • Group: Super Moderator
  • Posts: 5,038
  • Joined: 14-July 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 02 October 2004 - 10:04 AM

Nologic, on Oct 1 2004, 07:39 PM, said:

That said I'll remove my self from the forum.

There's no need for that :no: :}

Let's just not take things personally and attack each other and life goes on?

You just can't quit every time you run across someone with a different opinion or anything...

Don't get me wrong, I'm not saying AutoIt is useless either.

#15 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 02 October 2004 - 10:15 AM

@Nologic, let me quote yourself

Quote

So its a matter of personal pref's...thats one thing nice about this forum...lots of different ways to do things.
so no need to remove you from the forum ;) :lol:

#16 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 02 October 2004 - 01:24 PM

crahak -

My option.

hmm I didn't feel that I did attack you or make any thing personal. I took issue with your wording of your feelings towards AutoIt.

I stated my findings, nothing more nothing less...for me your method is broken unless a time buffer is put in place and short paths are used in the syntax.

I also stated that I know it works for some, but doesn't for others. All of them using proper syntax. If it was only my self exprincing this I wouldn't be stating its broken, I would have figured that I was simply doing things wrong some how...but I checked repeatively, and spoke to others about it, hence my comments.

As for a AutoIt script hanging...normally if not allways its just a matter of getting the script to a point where it can pick up the ball and move on...and as for the orginal issue with the hang...well that deals directly with the lack of experince of the coder of the script and would be reflected just as well else where in thier unattended install, AutoIt or not.

As for quiting...hehe well lets just leave it at the fact I've had my fair share of flame wars over opposing opinions...and I'm tired of it....I stated my facts as I know them...you then made it personal...so for me bowing out is just simply avoiding what I know is coming...I simply have to much on my plate right now to go round and round about stuff on some forum.

In the end its my call, and well I elect not to contrib to the forum any more.


SiMoNsAyS -

hmm its also ones personal pref to contrib or not. ;)

This is not about being shown up...matter fact...I still don't see that as the case...I stand by my findings. It works for some...and doesnt' for others.


Diabolical82 -

Well I guess low end would now be:

Athlon XP 2800+
512mb PC2700
700gigs+ ATA 7200rpm
ATI 9500 Pro
(all other spec's not required)

Frankly I find that over kill for running a batch file. Actually an old 486 33mhz would do fine. ;)

#17 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 02 October 2004 - 01:30 PM

your spec is close to what I have ;) more like mid-range as of now but more than enough for current requirement.

#18 User is offline   XVampireX 

  • Group: Members
  • Posts: 7
  • Joined: 02-October 04

Posted 02 October 2004 - 01:40 PM

Can i use the same method for 1.00PR? And which method is the best?

#19 User is offline   Diabolical82 

  • Member
  • PipPip
  • Group: Members
  • Posts: 145
  • Joined: 22-June 04

Posted 02 October 2004 - 01:43 PM

Trail and error, just pick one that work out the best for you. As far as I know, there's 3 options.

SiMoNsAyS
Nologic - Too bad he removed it
crahak - That's what i'm using now

#20 User is offline   XVampireX 

  • Group: Members
  • Posts: 7
  • Joined: 02-October 04

Posted 02 October 2004 - 02:06 PM

Could you link me to crahaks?

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy