lsrkin Posted June 6, 2008 Posted June 6, 2008 (edited) I understood what caused the problem. Profile was merged from 2.0.0.14 firefox to 3.0rc2. When it's merged from 2.0.0.14 to 2.0.0.14 SSE2 it's totally fine.UPD:There's one more problem!Files that addon download and addon that it creates aren't in the same folder with it. It chooses folder randomly.for example i found all files in: %UserProfile% folder, on desktop, in "%ProgramFiles%\Mozilla Firefox" folder. First 2 times a got with 0.3 version, that was ok after that so i thought u had fixed the bug, untill now... Am i the only one having this problem? Edited June 6, 2008 by lsrkin Quote
Gorki Posted June 6, 2008 Posted June 6, 2008 Cool!!! :thumbsup_anim: Works great now! I manage to create Fox 3 (normal version) addon (in the end choose "keep downloaded files"). Tested and all settings,bookmarks,extensions are there as they should be. Working smooth! I like it.Aldo I did not test this on Fox 2.xxx version.However I'm still having second doubts which version of Fox3 use optimized (I have latest VC++) or normal version? I'm not shure which would perform best? Any recommendations? Jonnyboy thanks for quick update! ....Files that addon download and addon that it creates aren't in the same folder with it. It chooses folder randomly.for example i found all files in: %UserProfile% folder, on desktop, in "%ProgramFiles%\Mozilla Firefox" folder. First 2 times a got with 0.3 version, that was ok after that so i thought u had fixed the bug, untill now... Am i the only one having this problem?I did not experience this as I mention in text before... Quote
Jonnyboy Posted June 6, 2008 Author Posted June 6, 2008 Files that addon download and addon that it creates aren't in the same folder with it. It chooses folder randomly.for example i found all files in: %UserProfile% folder, on desktop, in "%ProgramFiles%\Mozilla Firefox" folder. First 2 times a got with 0.3 version, that was ok after that so i thought u had fixed the bug, untill now... In first iteration of script, I attempted to placed addon on the desktop. Because it caused problems with some users, I removed any reference to %programfiles% for creation of addon. It simply creates the files wherever you invoke the script, ie. desktop or folder. I am not sure what you are refereing to ....until now... What is happening, now?Thanks for testing. Quote
Jonnyboy Posted June 6, 2008 Author Posted June 6, 2008 However I'm still having second doubts which version of Fox3 use optimized (I have latest VC++) or normal version? I'm not shure which would perform best? Any recommendations? Because roboform, according to the tech that responded to my questioning, will never support any MODIFIED version of Firefox, you may not want to use the SSE2 versions. I can not truly see a difference between vanilla or SSE2 versions. I do like alot of the changes from 2.0.0.14 to 3.0 though. I use all 4 versions. I made the 4 addons and re-install whenever I get the urge. I, also, am trying to find one I like. Quote
lsrkin Posted June 7, 2008 Posted June 7, 2008 (edited) I mean i had this problem with 0.3 version and didn't have with 0.3x versions until 0.35, when i got all files in "%programfiles%\Mozilla Firefox" folder though i invoked script in another one.Maybe it happened because Firefox was launched when i started script and script didn't have time to kill the process or smth like that. Edited June 7, 2008 by lsrkin Quote
mirecek1965 Posted June 8, 2008 Posted June 8, 2008 Not work at all, your cmd has many bugs, sorry :-( Quote
Jonnyboy Posted June 8, 2008 Author Posted June 8, 2008 (edited) Not work at all, your cmd has many bugs, sorry :-(Be more specific.I don't kow if the script will work in VISTA as I do not have a VISTA system. Sorry.I'm looking for bugs, now. I'll see what I can find. Edited June 8, 2008 by Jonnyboy Quote
Sull Posted June 9, 2008 Posted June 9, 2008 I have had two random crashes, I am using the SSE2 Firefox 2 one..Has anyone else experienced any random crashes ? Quote
Jonnyboy Posted June 9, 2008 Author Posted June 9, 2008 (edited) ***EDIT***It is always a mistake to attempt to find bugs when you been awake for more than 27 hours. {STUPIDITY} New version posted. Thx Edited June 9, 2008 by Jonnyboy Quote
Gorki Posted June 9, 2008 Posted June 9, 2008 ***EDIT***It is always a mistake to attempt to find bugs when you been awake for more than 27 hours. {STUPIDITY} New version posted. ThxI completely agree with you! Quote
qwesta Posted June 9, 2008 Posted June 9, 2008 thia works out great, thank you very much BUT do you mind making a similar one for Thunderbird if it is possible? Quote
Jonnyboy Posted June 10, 2008 Author Posted June 10, 2008 (edited) thia works out great, thank you very much BUT do you mind making a similar one for Thunderbird if it is possible?I don't use Thunderbird. But, I will look at it. Shouldn't be much different. Would you want the emails copied over or just the profile? I assume that there are plugins and extensions that would need to be copied, also. Edited June 10, 2008 by Jonnyboy Quote
shahed Posted June 10, 2008 Posted June 10, 2008 This one of the best post after a long time. It works greatThank you :thumbsup_anim: Quote
Jonnyboy Posted June 10, 2008 Author Posted June 10, 2008 This one of the best post after a long time. It works greatThank you :thumbsup_anim:Thanks Quote
Jonnyboy Posted June 10, 2008 Author Posted June 10, 2008 (edited) do you mind making a similar one for Thunderbird if it is possible?Give this a try here.. Let me know how it works before I post it as an new addon maker.Thanks Edited June 11, 2008 by Jonnyboy Quote
eryen Posted June 10, 2008 Posted June 10, 2008 Addon maker not creating localized FF3 RC2 SS2 edition.localized\chrome folder is empty (There is no local lang files)nonlocalized\chrome includes en-US files.localized\defaults\pref\firefox-l10n.js includespref("general.useragent.locale", "en-US"); string.This files must be replaced by FF3 original. Quote
Jonnyboy Posted June 10, 2008 Author Posted June 10, 2008 (edited) Addon maker not creating localized FF3 RC2 SS2 edition.Makes only English - as the optimized version is only English. I don't know how to create a non-Englidh version. Sorry.***EDIT - I think that I have found the error, but I can't fix until I get home from work.localized\chrome folder is empty (There is no local lang files)nonlocalized\chrome includes en-US files.True. Should not be empty. I have not seen any created with that folder empty. But, I will look into it.localized\defaults\pref\firefox-l10n.js includespref("general.useragent.locale", "en-US"); string.This files must be replaced by FF3 original.When using the Optimized version of Firefox. You need all of the Optimized files used to create Firefox. But, maybe if I use the original firefox-l10n.js and lang files. I may be able to make a non-English SSE2 version. I will give it a try that. Edited June 10, 2008 by Jonnyboy Quote
eryen Posted June 10, 2008 Posted June 10, 2008 Actually i use localize SSE2 optimized firefox.firefox-l10n.js file include only language type of program.//@line 36 "e:\fx19l10nrel\WINNT_5.2_Depend\l10n\tr\browser\firefox-l10n.js"//@line 38 "e:\fx19l10nrel\WINNT_5.2_Depend\l10n\tr\browser\firefox-l10n.js"pref("general.useragent.locale", "tr");Also if u have tr.jar and tr.manifest. Firefox will be Turkish.That all we need to localize firefox Quote
Jonnyboy Posted June 11, 2008 Author Posted June 11, 2008 Actually i use localize SSE2 optimized firefox.firefox-l10n.js file include only language type of program.Also if u have tr.jar and tr.manifest. Firefox will be Turkish.That all we need to localize firefoxThanks. With your help, the script should be able to create a completely localized version. It has been tested with English and French version in vm. Quote
eryen Posted June 11, 2008 Posted June 11, 2008 This Addon maker is soo beautiful now.Maybe 1 thing.For personelized FF installation. User may not need default searchplugins...U may delete default ones from FF3 localized.If user use them. They will allready copy from personelized folder.For example i dont use most of default searchplugins.But Addon Maker copy them to my installation. Quote
Jonnyboy Posted June 11, 2008 Author Posted June 11, 2008 (edited) Mozilla Firefox 3.0 RC3 is outAs soon as Optimized SSE2 posts there rc3 I will update.***EDIT*** The rc3 is not yet available on their ftp site.U may delete default ones from FF3 localized.If user use them. They will allready copy from personelized folder.Good idea. Edited June 11, 2008 by Jonnyboy Quote
eryen Posted June 11, 2008 Posted June 11, 2008 (edited) ::copy searchplugins from your machine to localizedIF EXIST "%mozilla%\searchplugins" DEL /Q %localized%\searchplugins\*&%rb% /LOG+:Logs\Copy_to_localized.txt /NP /NJS /NJH /NS /NC /XO "%mozilla%\searchplugins" %localized%\searchplugins *AlsoTitle Downloading Flash Player IF EXIST "%mozilla%\plugins\NPSWF32.dll" goto :STEP06%wget% -N -c -PFiles -a Logs\wget.log http://fpdownload.macromedia.com/get/flash...lash_player.exe::MOVE Flash Player installer into temp1IF NOT EXIST "%mozilla%\plugins\NPSWF32.dll" xcopy Files\*flash* temp1 /Y /QAddon will allready support flash. Installer not neededConfig.txt must be seperated too. Without; // Silent install of Flash PlayerRunProgram="install_flash_player.exe /S"Or u may delete "%mozilla%\plugins\NPSWF32.dll" before plugins copied. Edited June 12, 2008 by eryen Quote
lsrkin Posted June 12, 2008 Posted June 12, 2008 ..actually it is availableftp://ftp.mozilla.org/pub/mozilla.org/fir...s/3.0rc3/win32/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.