[Request] latest Firefox ?
[Request] latest Firefox ?
I've noticed there are no threads for making and distributing firefox addons . Would someone be kind enough to make me one? I've tried using FFaM and it just crashes on me.
- ricktendo64
- Posts: 3213
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
I would do it for you, but cant because I am on Android...But its best if you learned how to extract and make one yourself because you can personalize some settings, add/remove search plugins and even use a INI file to turn off shortcuts and/or maintanence service
There are other settings you can add/change, I dont know many (I am sure others will reply with them.) But once you are done its very easy to rebuild the installer with a tool like 7zip sfx maker (if you cant make one manually)
Wait for more tips on personalizing your installer and stuff, I am sure you will get a few more
There are other settings you can add/change, I dont know many (I am sure others will reply with them.) But once you are done its very easy to rebuild the installer with a tool like 7zip sfx maker (if you cant make one manually)
Wait for more tips on personalizing your installer and stuff, I am sure you will get a few more
A tuto of mine in French: http://www.wincert.net/forum/topic/1104 ... r-firefox/
Use this to translate: http://translate.google.com/
Use this to translate: http://translate.google.com/
-ms switch will install Firefox silently. It's mentioned in my guide. Packaging it in an addon for RVMi/nLite is trivial.
You can also use my maker: Firefox_maker.7z to automatically download and make silent the latest installer (no need to use any switch).
You have to edit the first line of the script (change the =lang value).
example:
if you want Firefox in English United States.
All possible values:
You can also use my maker: Firefox_maker.7z to automatically download and make silent the latest installer (no need to use any switch).
You have to edit the first line of the script (change the =lang value).
example:
Code: Select all
wget "http://download.mozilla.org/?product=firefox-latest&os=win&lang=en-US"
All possible values:
Code: Select all
ach
af
ak
ar
as
ast
be
bg
bn-BD
bn-IN
br
bs
ca
cs
csb
cy
da
de
el
en-GB
en-US
en-ZA
eo
es-AR
es-CL
es-ES
es-MX
et
eu
fa
ff
fi
fr
fy-NL
ga-IE
gd
gl
gu-IN
he
hi-IN
hr
hu
hy-AM
id
is
it
ja
kk
km
kn
ko
ku
lg
lij
lt
lv
mai
mk
ml
mr
nb-NO
nl
nn-NO
nso
or
pa-IN
pl
pt-BR
pt-PT
rm
ro
ru
si
sk
sl
son
sq
sr
sv-SE
ta
ta-LK
te
th
tr
uk
vi
xpi
zh-CN
zh-TW
zu
This is just a matter of creating an "entries.ini" file and packing it with the installer (who must be in a "svcpack" subfolder) into a cab/zip/rar/7zip archive.
English is not my native language so it is little hard to explain it better. Open any nLite/RVMi AddOn and you will understand.
For your pleasure, I have made a new maker that will also create a nLite/RVMi AddOn.
Here it is:
Firefox_SFX_and_AddOn_Maker.zip
MD5: 83fc5020b7464eb86f35b1a1e9f5689e
Size: 682 KB
English is not my native language so it is little hard to explain it better. Open any nLite/RVMi AddOn and you will understand.
For your pleasure, I have made a new maker that will also create a nLite/RVMi AddOn.
Here it is:
Firefox_SFX_and_AddOn_Maker.zip
MD5: 83fc5020b7464eb86f35b1a1e9f5689e
Size: 682 KB
- ricktendo64
- Posts: 3213
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
Mozilla_Firefox_maker_latest.zip size: 3,41 MB md5:456340F1531BF04CC0C0490BDCFA3711
one improved version for this maker
(wget automatic download, automatic version detection)
for non US version just edit this line in cmd script:with country codes provided by mooms in this post.
one improved version for this maker
(wget automatic download, automatic version detection)
for non US version just edit this line in cmd script:
Code: Select all
SET language=en-US
A Big thanks to you vmanda, with the help of your maker I was able to create a much better version of mine.
As before, it will not modify the installation routine, so it is not overlapping yours, but it will now add the version number, lang & date for the sfx and addon.
Here it is:
Firefox_SFX_and_AddOn_Maker_2.0.zip
MD5: 4ddff2bed7b4664e86ecd7171613a093
Size: 683 KB
As before, it will not modify the installation routine, so it is not overlapping yours, but it will now add the version number, lang & date for the sfx and addon.
Here it is:
Firefox_SFX_and_AddOn_Maker_2.0.zip
MD5: 4ddff2bed7b4664e86ecd7171613a093
Size: 683 KB
skrell wrote:wicked! thanks man! i did try it! very nice!!

@vmanda:
instead of using
Code: Select all
FOR /F "tokens=*" %%G IN ('dir /b %~dp0Download\*.exe') DO SET file=%%G
SET exevers=%file:.exe=%
SET version=%exevers:Firefox Setup =%
Code: Select all
FOR /F "tokens=*" %%G IN ('dir /b %~dp0Download\*.exe') DO SET exevers=%%~nG
SET version=%exevers:Firefox Setup =%
New version with this optimization:
Firefox_SFX_and_AddOn_Maker_2.1.zip
MD5: 2595cc8eb73c683f64f2be6e6540ffd3
Size: 683 KB
Alteration of the world
Want to thank me ? If you buy something on Banggood with this link, I will earn a little %.
Want to thank me ? If you buy something on Banggood with this link, I will earn a little %.