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 +
  • « First
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Firefox Extensions Rate Topic: -----

#51 User is offline   sleepnmojo 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 472
  • Joined: 02-March 04

Posted 25 May 2005 - 02:28 AM

1) install firefox
2) create profile
3) install extensions

Thsts how I do it.

This is my syntax for creating the profile.
"%PROGRAMFILES%\Mozilla\Firefox\firefox.exe" -CreateProfile default "%USERPROFILE%\Mozilla\Firefox\Profiles"


Then my batch file to install extensions.
PUSHD %~dp0
    FOR %%I IN (*.XPI) DO (
        START /WAIT "" "%PROGRAMFILES%\Mozilla\Firefox\firefox.exe" -install-global-extension "%%~fI"
    )
POPD
I recommend the START /WAIT option so you know all extensions get installed before the next.


Share this topic:


  • 3 Pages +
  • « First
  • 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