djsleepy Posted April 17, 2005 Posted April 17, 2005 Im usin the command"%programfiles%\\Mozilla Firefox\\firefox.exe" -install-global-extensions "%CDROM%\\Install\\MozillaFireFox\\GoogleBar.xpi"and all that ahppens during install is that firefox pops up!!!The Googlebar is nowhere to be found.. I check extensions in firefox and its not listed on there either..Can someone please help meThanks In Advance
djsleepy Posted April 19, 2005 Author Posted April 19, 2005 used that mate and it dont seem to save the googlebar
Swimming_Bird Posted April 22, 2005 Posted April 22, 2005 you have to place the googlebar xpi in the propper folder
cyberolf Posted April 22, 2005 Posted April 22, 2005 I was testing yesterday with the silence of the foxes and tried to install some extensions on the same way.I found out that, for me, it didn't work if I called those .xpi files from an other directory than the same directory where firefox.exe is located, so I wrote this script to solve this:@ECHO OFFstart /wait firefoxsilent.exeECHO Installing extentions...copy "XPI\*.xpi" "%systemdrive%\program files\Mozilla Firefox\"cd "%systemdrive%\program files\Mozilla Firefox\"for %%e in ("*.xpi") do "firefox.exe" -install-global-extension "%%e"del /Q *.xpiECHO Installing themes...copy "THEME\*.jar" "%systemdrive%\program files\Mozilla Firefox\"cd "%systemdrive%\program files\Mozilla Firefox\"for %%e in ("*.jar") do "firefox.exe" -install-global-theme "%%e"del /Q *.jarMy directory structure is like this:FIREFOX\XPI\*.xpiFIREFOX\THEME\*.jarFIREFOX\firefoxsilent.exeFIREFOX\install.cmd (containing this script)
Swimming_Bird Posted April 22, 2005 Posted April 22, 2005 i am able to install googlebar as well as many other extensions and themes with SoF without any problems. SoF will not copy them over yourself and you need to put a profle js file in order to not get the diologue when it is installed.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now