ZileXa Posted June 5, 2005 Posted June 5, 2005 I've made my own default profile (by starting Firefox using the default profile)... it works fine with my unattended install... I did NOT modified download location.Now I have this annoying problem:The computer I modified the default profile was logged in to my account (Zilexa).Now on pcs installed with my unattended disc, if I download something in Firefox, it gets downloaded to:C:\Documents & Settings\ZILEXA\DESKTOP (all in capitals)instead of the desktop of the current user...How can I change this? it is VERY annoying!
sleepnmojo Posted June 5, 2005 Posted June 5, 2005 Well I'll see if I can figure something out, suggestions are appreciated.<{POST_SNAPBACK}>Did you change the default installation path? I could see that messing up the icons.Now on pcs installed with my unattended disc, if I download something in Firefox, it gets downloaded to:C:\Documents & Settings\ZILEXA\DESKTOP (all in capitals)instead of the desktop of the current user...How can I change this? it is VERY annoying!<{POST_SNAPBACK}>Check in the default profile for a prefs.js. In there there should be a download directory path, just delete it.
Ben.Hahlen Posted June 13, 2005 Posted June 13, 2005 (edited) I am using this silent install package since recently. I have a problem though.FireFox gets installed properly, and also the .xpi and .jar files I included are installed correctly, BUT:When I check for updates, it shows each plugin/theme that requires an update twice, and if I install a (updated) theme or extension, my bookmarks don't work anymore.Do you perhaps know how this could be?Thanks in advance.The package is great! Edited June 13, 2005 by Ben.Hahlen
sleepnmojo Posted June 14, 2005 Posted June 14, 2005 How are you installing the extensions? Via command line, or profile? Sounds like you might be doing both.If you install via command line and want to update; you should uninstall the extension, then install the updated extension via command line.Never heard of the bookmarks problem, but it could be a problem with how you are installing everything.I would recommend starting with the normal setup, and install just your extensions and themes. If you are doing more, then I say you are doing to much.
Astalavista Posted June 25, 2005 Posted June 25, 2005 (edited) SimonSay request update on the first page to reflect this new profile.exeHello folks if you are new to firefox or if you a veteran. Here is a default profile I have created for Firefox 1.04. Extensions up to date as of June 25, 2005.What this default will do is install 2 dozen of the most essential extensionyou will need. Plus it will install a default theme. Also it has the lastestadblocking script as of today. So no more ads no more annoying pop ups.Test it out today.Profile.exe <- download it hereWhy a default profile? What is this for?Well basically, if you want to install firefox 1.04 all u need is a switch -MSto install firefox silently.Now what about extensions and bookmarks?Well basically using the default profile.exe method it is easy to updateand you only need to use Winrar SFX.Here is default profile i have made for YOU!All you have to do is download profile.exedouble click on it. It will silently install itselfnow how do you u know that it worked? * first backup your bookmarks and settings before you go further.Simple all u have to do is go to c:\ Documents and Settings folderright click on the Documents and Settings folderand search for mozilla folder and delete them allnow launch firefox select dont import i.e. bookmarksand wala u will see ... enjoy! from Astalavista Edited June 25, 2005 by Astalavista
MioKawaii Posted June 25, 2005 Posted June 25, 2005 I have a question on profile backup with batch file. The following batch file can only be run if placed in the profile folder (PS- The filelist might not be the minimum compulsory list):@echo offIF NOT EXIST "%systemroot%\system32\7zA.exe" copy "%programfiles%\7-zip\7zA.exe" "%systemroot%\system32"ECHO bookmarks.html>> listfile.txtECHO cert8.db>> listfile.txtECHO cookies.txt>> listfile.txtECHO defaults.ini>> listfile.txtECHO formhistory.dat>> listfile.txtECHO hostperm.1>> listfile.txtECHO inforss.rdf>> listfile.txtECHO inforss.xml>> listfile.txtECHO key3.db>> listfile.txtECHO localstore.rdf>> listfile.txtECHO mimeTypes.rdf>> listfile.txtECHO prefs.js>> listfile.txtECHO search.rdf>> listfile.txtECHO secmod.db>> listfile.txtECHO signons.txt>> listfile.txt7zA a -t7z MioProfile.7z @listfile.txt -mx9DEL listfile.txtEXITSo what do I have to add in order for it to be able to run anywhere? To be precise, how to search for the profile directory and set it as variable automatically?
sleepnmojo Posted June 26, 2005 Posted June 26, 2005 I don't know if you want to parse each user, but that would just mean an extra for loop, but this would get every profile for the current user.The cmd would save the 7z files next to the cmd file, where you could keep the 7zip executable if you wish, but I remark of the different ways of doing it. Also made editing the list file a little easier.@ECHO OFFREM Add the path to the 7zip executableSET PATH=%PATH%;"%ProgramFiles%\7-zip\"REM or leave it beside this cmd fileSET PATH=%PATH%;%~dp0REM the list of files to backup(ECHO bookmarks.htmlECHO cert8.dbECHO cookies.txtECHO defaults.iniECHO formhistory.datECHO hostperm.1ECHO inforss.rdfECHO inforss.xmlECHO key3.dbECHO localstore.rdfECHO mimeTypes.rdfECHO prefs.jsECHO search.rdfECHO secmod.dbECHO signons.txt ) > %TEMP%\listfile.txtREM save all the profiles in the profile directoryFOR /d %%D IN ("%APPDATA%\Mozilla\Firefox\Profiles\*") DO (PUSHD %%D7zA a -t7z "%~dp0\%%~nD.7z" @"%TEMP%\listfile.txt" -mx9POPD)
enderandrew Posted May 29, 2006 Posted May 29, 2006 How do you make these custom Firefox installers that include Flash, extensions, etc?I would like to make a cab I can throw in nLite that will install Bon Echo alpha 3 (or maybe even this build of Alpha 3) with all my favorite extensions, etc.
JohnS Posted May 29, 2006 Posted May 29, 2006 (edited) How do you make these custom Firefox installers that include Flash, extensions, etc?I would like to make a cab I can throw in nLite that will install Bon Echo alpha 3 (or maybe even this build of Alpha 3) with all my favorite extensions, etc.Just read the "changelog.txt" that is inside the rar file in here (post 599).You can include Flash dll in the Plugin directory.By the way I am still using this nice piece of code to install my Firefox v1.5.Thank you SiMoNsAyS Edited May 29, 2006 by JohnS
Alphaz Posted October 8, 2006 Posted October 8, 2006 [quote name='SiMoNsAyS' post='321894' date='May 16 2005, 09:16 AM'][url="http://www.eazyshare.com/user_uploads/Firefox_Silent_Setup.zip"][size=7][b]Download![/b][/size][/url][/quote] This link is dead [quote name='specialized' post='331654' date='Jun 4 2005, 08:05 PM']Install Firefox Unattended [code]REG ADD %KEY%\010 /VE /D "Firefox 1.0.4" /f REG ADD %KEY%\010 /V 1 /D "%systemdrive% /install\firefox\firefox104.exe -ms" /f[/code] greetings!! [/quote] Thanks for this post man, quick and easy
WattoDaToydarian Posted October 26, 2006 Posted October 26, 2006 Hey gys, I've been using this script for a long time now and everything has run perfectly until I decided to use it to install Firefox 2 RC3. It seemed to install Firefox, the extensions, and the themes ok but it didn't copy over the default profile with my settings. Can we get an update for this so it works with Firefox 2? Also, the link Alphaz is talking about is still down.
WattoDaToydarian Posted November 8, 2006 Posted November 8, 2006 (edited) I just discovered that the prefs.js that I used for Firefox 1.5 is different somehow then the one in Firefox 2 and it was just recreating it when I ran it for the first time. So I made a new prefs.js with Firefox 2 and it worked. Also, where is the setting to remove the bookmarks toolbar located? Thanks! Edited November 8, 2006 by WattoDaToydarian
MGadAllah Posted November 8, 2006 Posted November 8, 2006 [img]http://img444.imageshack.us/img444/2474/ffwins8dv.gif[/img][img]http://img57.exs.cx/img57/8852/203010149541a36196c008f0cy.png[/img][img]http://img.photobucket.com/albums/v200/xxkyootekiraxx/mf.gif[/img][img]http://img83.imageshack.us/img83/5880/ffbrasillogo02icone128x1283io.png[/img]
JohnS Posted November 11, 2006 Posted November 11, 2006 Hurray!! SimonSays's Firefox_Silent_Setup still works with Firefox 2! And perfectly! It install extensions, searchplugins, profile and plugins without failure. And even better. One can choose or modify the default installation directory of Firefox. How? Well, if you extract Firefox original install file, which is a 7z file, you will find that inside it there is a setup.exe. This is a nullsoft installer. So, after following SimonSays guide, you just have to open setup.cmd that is inside Firefox_Silent_Setup. Then, replace this line: [quote]"%SYSTEMDRIVE%\Firefox\setup.exe" -ms[/quote]for this [quote]"%SYSTEMDRIVE%\Firefox\setup.exe" /S /D=[color="#FF0000"]%PROGRAMFILES%\[color="#FF0000"]Net[/color]\Mozilla Firefox[/color][/quote] (this is just an example - after that /D you can choose whatever path you want). Then, in the same setup.cmd replace all this entries: [quote]%SHORTPF%\MOZILL~1[/quote]for this (accordingly to whatever path you have choosen): [quote]%SHORTPF%\[color="#FF6666"]Net[/color]\MOZILL~1[/quote] And replace all [quote]%PROGRAMFILES%\Mozilla Firefox[/quote]for [quote]%PROGRAMFILES%\[color="#FF0000"]Net[/color]\Mozilla Firefox[/quote] This replacements can be easily done with notepad. --------------------------------------------- As I don't want to install Talkback, which is installed by default, I have managed to get rid of it. How? Extract the original Firefox installation file and remove the directory under /optional/extensions. Then compress it again. I used [url="http://www.msfn.org/board/index.php?s=&showtopic=46640&view=findpost&p=324129"]this guide[/url] but then started using [url="http://www.msfn.org/board/index.php?s=&showtopic=46640&view=findpost&p=580038"]CréateurSFX[/url] by Vier
blahface Posted January 28, 2007 Posted January 28, 2007 How can I get it to install to say: "c:\Appz\Firefox"???
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now