Jump to content

Recommended Posts

Posted

I'm doing a windows 7 disk and trying to add a few firefox addons

but the old "firefox.exe -install-global-extension extension.xpi"

doesn't seem to work with firefox 5??

anyone have the answer?


Posted

Bumped

anyone have any idea's

or is it working for other people?? am just making some stupid error??

Thanks

  • 2 weeks later...
Posted

According to this info, it may seems this command line option have been removed from v4 onwards. (info at the end of page)

Posted

According to this info, it may seems this command line option have been removed from v4 onwards. (info at the end of page)

Thanks for the help was really hoping it that I did something wrong.

Posted

Hi, actually you can customize your firefox install :lol:

just run the installer and check your temp files (Run %temp%) then locate the extracted files of your firefox installer, copy that folder to another location, then go to .\core\defaults\ and make a new folder called "profile" there you can customize the default profile adding addons or settings and to install it silently just run setup.exe -ms

  • 2 weeks later...
Posted

Hi, actually you can customize your firefox install :lol:

just run the installer and check your temp files (Run %temp%) then locate the extracted files of your firefox installer, copy that folder to another location, then go to .\core\defaults\ and make a new folder called "profile" there you can customize the default profile adding addons or settings and to install it silently just run setup.exe -ms

Can you please be more specific how to add the extensions and create default profile withour installing it first? Do you have some sample files?

Posted (edited)

Hi, I have create a Batch-File for this!

1. Install all Firefox Addon´s

2. Make all Settings in Firefox perfekt.

3. Make a backup with my Batch. Its Make a selfextracted File


@echo off
Set FFRUN=NO

REM Hier den Pfad ändern, wohin dass Backup gesichert werden soll
Set ZIEL=D:\

%HOMEDRIVE%
cd \
For /F "Tokens=1,*" %%i IN ('tasklist^|find /I "firefox.exe"') DO Set FFRUN=YES
If %FFRUN%==YES (Goto Kill) Else Goto Backup

:Kill
Echo Firefox wird geschlossen...
%windir%\System32\taskkill.exe /im firefox.exe /F >nul



:Backup
echo Path=%%Appdata%%> %temp%\rar.txt
echo SavePath >> %temp%\rar.txt
echo Overwrite=1 >> %temp%\rar.txt
echo silent=2 >> %temp%\rar.txt
echo Presetup=%%windir%%\System32\taskkill.exe ^/im ^firefox.exe ^/F >> %temp%\rar.txt

Echo Backup wird erstellt...
Echo %ZIEL%\Firefox_Wiederherstellen_%Date%.exe
del %ZIEL%Firefox_Wiederherstellen_%date%.exe
c:\programme\Winrar\winrar.exe a -y -ep1 -sfx -z%TEMP%\rar.txt %ZIEL%Firefox_Wiederherstellen_%date%.exe "%APPdata%\Mozilla"
rem c:\programme\Winrar\rar.exe c -z%TEMP%\rar.txt %ZIEL%Firefox_Wiederherstellen_%date%.rar
del %TEMP%\rar.txt
echo Fertig
pause

have Fun

Edited by woofer030
  • 1 month later...
Posted

Hi, I have create a Batch-File for this!

1. Install all Firefox Addon´s

2. Make all Settings in Firefox perfekt.

3. Make a backup with my Batch. Its Make a selfextracted File


@echo off
Set FFRUN=NO

REM Hier den Pfad ändern, wohin dass Backup gesichert werden soll
Set ZIEL=D:\

%HOMEDRIVE%
cd \
For /F "Tokens=1,*" %%i IN ('tasklist^|find /I "firefox.exe"') DO Set FFRUN=YES
If %FFRUN%==YES (Goto Kill) Else Goto Backup

:Kill
Echo Firefox wird geschlossen...
%windir%\System32\taskkill.exe /im firefox.exe /F >nul



:Backup
echo Path=%%Appdata%%> %temp%\rar.txt
echo SavePath >> %temp%\rar.txt
echo Overwrite=1 >> %temp%\rar.txt
echo silent=2 >> %temp%\rar.txt
echo Presetup=%%windir%%\System32\taskkill.exe ^/im ^firefox.exe ^/F >> %temp%\rar.txt

Echo Backup wird erstellt...
Echo %ZIEL%\Firefox_Wiederherstellen_%Date%.exe
del %ZIEL%Firefox_Wiederherstellen_%date%.exe
c:\programme\Winrar\winrar.exe a -y -ep1 -sfx -z%TEMP%\rar.txt %ZIEL%Firefox_Wiederherstellen_%date%.exe "%APPdata%\Mozilla"
rem c:\programme\Winrar\rar.exe c -z%TEMP%\rar.txt %ZIEL%Firefox_Wiederherstellen_%date%.rar
del %TEMP%\rar.txt
echo Fertig
pause

have Fun

Hi, I would like to use the mentioned script file to work around for FireFox 6, but i need the file in English..... can u plz translate and post the script file in English.....

Thanks

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...