ripken204 Posted September 6, 2005 Posted September 6, 2005 is there a way to make firefox remember the layout b/c i have buttons moved around and stuff, i want this for my UA. i have tried Silence of the foxes and it works great for my themes, bookmarks, and extension but it doesnt save the layout. is there some file that i can copy over?
ripken204 Posted September 7, 2005 Author Posted September 7, 2005 i tried Firefox 1.0.2 and Above Silentand it didnt work
Mekrel Posted September 7, 2005 Posted September 7, 2005 The reason SOF doesnt remember the layout is because most files do not get copied over to the profile before it packs it.This was by choice of its creator because it contains hard coded paths, but I think you can just put the files you want in manally before you choose to package it.Im not sure which file takes care of the browser layout though.
ripken204 Posted September 7, 2005 Author Posted September 7, 2005 well i guess that i will just put in a crap load of files and see what happens
ripken204 Posted September 7, 2005 Author Posted September 7, 2005 http://www.mozilla.org/support/firefox/profile#backupi followed this and copied the stuff from my profile folder to the profile folder for silence of the foxes. ill let you guys know how it goes.
ripken204 Posted September 7, 2005 Author Posted September 7, 2005 (edited) works like a charm!!! it even saved my passwords! its 8.24mb, like 2x normal but it has all of my stuff in it.anyone know of anyway to do thunderbird yet? i would like to have a theme installed and for my profile to be saved. Edited September 7, 2005 by ripken204
Mekrel Posted September 7, 2005 Posted September 7, 2005 (edited) Thunderbird is the same, but its best to copy the profile over before install else for some reason copying it over after will not work because TB wants the import wizard to run.but if you copy it over first, the installer checks for it and then knows it doesnt need to run the import wizard.I made my own installer, download latest thunderbird and extract anywhere into a folder.Configure your current install and then go toStart/Run and then type in %appdata%Copy the Thunderbird folder and put it inside the folder where you extracted the installer (the one that has setup.exe in).Paste the following into a command file, and call it assoc.cmd (must be called this for the autoit exe to call it)SET KEY=HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Mozilla ThunderbirdREG ADD HKEY_CURRENT_USER\Software\Clients\mail /ve /t REG_SZ /D "Mozilla Thunderbird"REG ADD HKEY_USERS\.Default\Software\Clients\mail /ve /t REG_SZ /D "Mozilla Thunderbird"REG ADD "%KEY%" /ve /t REG_SZ /D "Mozilla Thunderbird" /fREG ADD "%KEY%" /v "DLLPath" /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird\mozMapi32.dll" /fREG ADD "%KEY%\DefaultIcon" /ve /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird\thunderbird.exe,0" /fREG ADD "%KEY%\shell\open\command" /ve /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird\thunderbird.exe -mail" /fREG ADD "%KEY%\shell\properties" /ve /t REG_SZ /D "Thunderbird &Options" /fREG ADD "%KEY%\shell\properties\command" /ve /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird\thunderbird.exe -options" /fREG ADD "%KEY%\protocols\mailto" /ve /t REG_SZ /D "URL:MailTo Protocol" /fREG ADD "%KEY%\protocols\mailto" /v "URL Protocol" /t REG_SZ /D "" /fREG ADD "%KEY%\protocols\mailto\DefaultIcon" /ve /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird\thunderbird.exe,0" /fREG ADD "%KEY%\protocols\mailto\shell\open\command" /ve /t REG_SZ /D "%PROGRAMFILES%\Mozilla Thunderbird\thunderbird.exe -compose" /fAlso place it in the same folder.Download attached compiled autoIt script and put it into the same folder Then using this guide make a 7zip installer, using config.txt to call the compiled autoit scriptinstall.exe Edited September 7, 2005 by Mekrel
ripken204 Posted September 7, 2005 Author Posted September 7, 2005 (edited) Configure your current install what does that mean?and you put a password on the script? what is the password or can u post the script? Edited September 7, 2005 by ripken204
SiMoNsAyS Posted September 7, 2005 Posted September 7, 2005 directly copying the profile should work most times but... if you change your username, path to extensions or similar profile will be corrupted just to be sure you keep it in mind
ripken204 Posted September 7, 2005 Author Posted September 7, 2005 (edited) just copying it worked,thxthe theme is there without having to install it...all of my server info is there, my spam list, its so niceRunWait( "Thunderbird_setup.exe -ms" )DirRemove(@AppDataDir & "\Thunderbird", 1)DirCopy("Thunderbird", @AppDataDir & "\Thunderbird", 1)MsgBox(0, "", "Installation Is Complete", 5) Edited September 7, 2005 by ripken204
Mekrel Posted September 7, 2005 Posted September 7, 2005 Nah the script I put down as uncompilable, but your script is pretty much the same, accept mine just runs the cmd file silently using the _RunDos command to make TB the default client.Configure, as in install ure skins, setup your filters etc
ripken204 Posted September 7, 2005 Author Posted September 7, 2005 well at least were thinking on the same page, thx
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