Help - Search - Members - Calendar
Full Version: [Update] Firefox 3.5.5 [05/11/09]
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
jamesbebby
hi, this 1 speaks 4 itself! silent install & addon
enjoy!

info- http://www.mozilla.com/

Silent Install

link: http://rapidshare.com/files/303625004/Fire....5.5_silent.exe
CRC32: 5fdfcb09
MD5: b3e60a6316962726e6a031dcde7cda5a
SHA-1: 780e34ef918bedb5eff793c45a06d6a265362ab5
file size: 8.18 MB

nLite Addon

Sorry not guna upload the whole file any more just the file 2 make it, All that is needed is a drag & drop of the above exe, and its done.

link: http://rapidshare.com/files/303625005/Addo...efox_V3.5.5.rar
CRC32: 45179d6e
MD5: 0138640b92830eee7f9deef9ee655276
SHA-1: cc82fe93e73da729ecc797b1545406a3d6f342d5
file size: 4.00 KB
jamesbebby
hi, just update to 3.0.10
jamesbebby
hi, links were down, now fully workin!
sorry james
skavenger
I'm wondering, why so conplicatet.

Just use the Switch /S

Download FF 3.0.10 in your language
Just use "Firefox Setup 3.0.10.exe" /S
That's it.

greetz

PS: This only works, if FF is NOT installed! This doesn't work as update!
jamesbebby
hi, just update to 3.0.11
jamesbebby
QUOTE (skavenger @ Jun 9 2009, 03:19 AM) *
I'm wondering, why so conplicatet.

Just use the Switch /S

Download FF 3.0.10 in your language
Just use "Firefox Setup 3.0.10.exe" /S
That's it.

greetz

PS: This only works, if FF is NOT installed! This doesn't work as update!
hi, hows it complicated, download add to your unattended windows disc and thats it.
cheers james
jamesbebby
hi, just updated to 3.5
hyde1113
QUOTE (jamesbebby @ Jun 12 2009, 01:25 AM) *
QUOTE (skavenger @ Jun 9 2009, 03:19 AM) *
I'm wondering, why so conplicatet.

Just use the Switch /S

Download FF 3.0.10 in your language
Just use "Firefox Setup 3.0.10.exe" /S
That's it.

greetz

PS: This only works, if FF is NOT installed! This doesn't work as update!
hi, hows it complicated, download add to your unattended windows disc and thats it.
cheers james


i used -ms switch for silent installation biggrin.gif
ghostE
Hii all...
Very nice but someone know how to make it silent with any theme?
HØLLØW
You can install your theme with the following switch silently:

CODE
-install-global-theme /path/to/theme
ghostE
QUOTE (HØLLØW @ Jul 5 2009, 10:24 AM) *
You can install your theme with the following switch silently:

CODE
-install-global-theme /path/to/theme

Thanks man but can you give me an example
Sorry for my bad english
HØLLØW
Use the following code to install your theme silently after installing firefox:

QUOTE
"%ProgramFiles%\Mozilla Firefox\firefox.exe -install-global-theme %Path to your theme%"
ghostE
QUOTE (HØLLØW @ Jul 5 2009, 03:27 PM) *
Use the following code to install your theme silently after installing firefox:

QUOTE
"%ProgramFiles%\Mozilla Firefox\firefox.exe -install-global-theme %Path to your theme%"


Thank you very much
I'll try it
ghostE
QUOTE (ghostE @ Jul 5 2009, 04:16 PM) *
QUOTE (HØLLØW @ Jul 5 2009, 03:27 PM) *
Use the following code to install your theme silently after installing firefox:

QUOTE
"%ProgramFiles%\Mozilla Firefox\firefox.exe -install-global-theme %Path to your theme%"


Thank you very much
I'll try it

Sorry my friend but i think i need help
the theme file extension is jar & i just don't know how or were to put the code
so if i'll do it with winrar what the code i need to put
thank you for your help
HØLLØW
The code from me is for installing the theme via cmd or bat.

Install Firefox 3.5 with the switch -ms and then install the theme with the code from me above.
jamesbebby
hi, just updated 2 V3.5.1
skavenger
Thank You for this update.

One question: Your version is english only. How is it possible to install silent in other language like german?

Usually i used the /S-switch. What happend with the -ms-Switch? What are the differences?

TIA
Martin H
QUOTE (skavenger @ Jul 21 2009, 11:42 AM) *
Usually i used the /S-switch. What happend with the -ms-Switch? What are the differences?

There's no difference; -ms was originally used, but is now deprecated in favor of /S...
JamesPatageule
Hi, thanks for this tips ...

but with Firefox 3.5.1 no way in silent install to register Firefox default application for HTM and HTML file association ?
jamesbebby
hi, just updated 2 V3.5.2
DaMageGR
Hi i used wpi to install firefox with this command:
CODE
"%wpipath%\Install\Firefox 3.5.2\setup.exe" /INI=%wpipath%\Install\Firefox 3.5.2\ff.ini -ms


this is my ini:
QUOTE
[Install]
; The name of the directory where the application will be installed in the
; system's program files directory. The security
; context the installer is running in must have write access to the
; installation directory. Also, the directory must not exist or if it exists
; it must be a directory and not a file. If any of these conditions are not met
; the installer will abort the installation with an error level of 2. If this
; value is specified then InstallDirectoryPath will be ignored.
; InstallDirectoryName=Mozilla Firefox

; The full path to the directory to install the application. The security
; context the installer is running in must have write access to the
; installation directory. Also, the directory must not exist or if it exists
; it must be a directory and not a file. If any of these conditions are not met
; the installer will abort the installation with an error level of 2.
; InstallDirectoryPath=c:\firefox\

; By default all of the following shortcuts are created. To prevent the
; creation of a shortcut specify false for the shortcut you don't want created.
;
; Create a shortcut for the application in the current user's QuickLaunch
; directory.
QuickLaunchShortcut=false
;
; Create a shortcut for the application on the desktop. This will create the
; shortcut in the All Users Desktop directory and if that fails this will
; attempt to create the shortcuts in the current user's Start Menu directory.
DesktopShortcut=false
;
; Create shortcuts for the application in the Start Menu. This will create the
; shortcuts in the All Users Start Menu directory and if that fails this will
; attempt to create the shortcuts in the current user's Start Menu directory.
StartMenuShortcuts=true

; The directory name to use for the StartMenu folder.
; note: if StartMenuShortcuts=false is specified then this will be ignored.
; StartMenuDirectoryName=Mozilla Firefox


Can someone please tell me why it keeps making the shortcuts i dont want it too?
thank you very much.

PS: Im new here sorry if this is the wrong section.
Grake
You need quotes.

"%wpipath%\Install\Firefox 3.5.2\setup.exe" /INI="%wpipath%\Install\Firefox 3.5.2\ff.ini" -ms
DaMageGR
no luck sad.gif. thanks for replying.
Grake
oh get rid of the -ms at the end as well.
jpavly
Hi, fyi I just did place Firefox 3.5.3 to my unattended Windows XP cd, but the /S switch does not work, it still acts like normally interacted setup.

I used the old one: Firefox353.exe -ms

Dunno, if this is the "old" switch, but it's the one that worked for me.
jamesbebby
hi, just updated to V3.5.3
mserbin
Here is a link to Firefox 3.5.4 silent installer.

http://www.mediafire.com/?sharekey=c158b16...04e75f6e8ebb871
jamesbebby
hi, just updated to V3.5.4
cheers james
jamesbebby
hi, just updated to v3.5.5
cheers james




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.