Jump to content

Guide: Mozilla Firefox Unattended


SiMoNsAyS

Recommended Posts

@totoymola

I prefer a clean Firefox... so I can decide myself what plugins/extensions/themes...

Your method seems good for this...

But how do I set the msi to silently install without the plugins/themes etc?

think this can be done with one switch since its already an option during installation

or (not so important) with just one theme and nothing else (Noia Lite)

and (not so important) is there a way to remove the flashplugin?

my RunOnceEx already installs Flash and Shockwave and I prefer this (easy if new version comes out)

Link to comment
Share on other sites


Shockwave 10.1 and Flash 7

but forget I mentioned it...

How do I set the MSI to silently install without the pack of themes etc? I know the /qn and /qb switches.

I quote:

Note: If you choose not to install the themes and extensions, you will have a basic installation of Firefox with Flashplayer plug-in only.

but how do I get this basic installation silently!?

Link to comment
Share on other sites

Shockwave 10.1 and Flash 7

but forget I mentioned it...

How do I set the MSI to silently install without the pack of themes etc? I know the /qn and /qb switches.

Note: If you choose not to install the themes and extensions, you will have a basic installation of Firefox with Flashplayer plug-in only.

but how do I get this basic installation silently!?

Link to comment
Share on other sites

Shockwave 10.1 and Flash 7

but forget I mentioned it...

How do I set the MSI to silently install without the pack of themes etc? I know the /qn and /qb switches.

Note: If you choose not to install the themes and extensions, you will have a basic installation of Firefox with Flashplayer plug-in only.

but how do I get this basic installation silently!?

Link to comment
Share on other sites

@ZileXa

I'm sorry but I don't know how to do a custom install silently, but I can build a new one with flashplayer plug-in only if you need it. :)

@Astalavista

Aaaargggghhhh.. I have no Flashgot installed on my system when I created that msi.. So I didn't get the chance to try it. But you are right. It's not working for me either. Sorry.. :( I will try to build another one if I get the chance.

Link to comment
Share on other sites

Aaaargggghhhh..  I have no Flashgot installed on my system when I created that msi..  So I didn't get the chance to try it.  But you are right.  It's not working for me either.  Sorry..  :(  I will try to build another one if I get the chance.

pre, pasama na rin ng web developer xtension. thanks!

Link to comment
Share on other sites

What kind of guide did you get, maybe I need something like that to keep me out of trouble"lol", anyway was wanting to ask you a ? Are you having any bugs since you downloaded the Final version or firefox 1.0, I've been holding off for a few weeks to make sure they get all the bugs or of it , and now hear they may be coming out with a new version, getting almost as bad as MS. Sorry to take up so much time, would appreciate an answer though. Tks C.G. :yes:

Link to comment
Share on other sites

What i would like to see is a clean firefox silent installer with a method to import an entire profile in (as default or otherwise, but preferrably default). that would be what i would like to see (a method to export profiles in a way to facilitate their import later would be cool in addition to this). anyone have any opiniosn on this?

Link to comment
Share on other sites

What i would like to see is a clean firefox silent installer with a method to import an entire profile in (as default or otherwise, but preferrably default). that would be what i would like to see (a method to export profiles in a way to facilitate their import later would be cool in addition to this).

That is my next project. :)

Link to comment
Share on other sites

@SiMoNsAyS: I'm following your guide on the first post to make a default profile,

Why not create a silent SFX archive instead of:

REG ADD %KEY%\001 /V 5 /D "%CDROM%\SOFTWARE\FIREFOX\PROFILE.EXE /S" /f

And perhaps also:

%DEFAULTUSERPROFILE%\Application Data\

This way it would also work on other languages of Windows

no switch is needed if the comments of the archive is:

Path=%DEFAULTUSERPROFILE%\Application Data\
Silent=1
Overwrite=1

Or will this cause errors?

Link to comment
Share on other sites

wow, 20 sites of posting for one program unattended.....

why using such a heavy way? i wrote a little autoit-script

for the german version:

run("setup.exe")
sleep(2000)
winwait("Firefox Setup", "Mozilla Firefox 1.0")
winmove("Firefox Setup", "Mozilla Firefox 1.0", 0, 0)
mouseclick("left", 365, 365, 1, 0)
sleep(500)
winwait("Software Lizenzvereinbarung", "Ich")
mouseclick("left", 37, 283, 1, 0)
sleep(500)
mouseclick("left", 365, 365, 1, 0)
sleep(500)
winwait("Installationsart", "Browser")
mouseclick("left", 365, 365, 1, 0)
sleep(500)
winwait("Komponenten auswählen", "Setup")
mouseclick("left", 365, 365, 1, 0)
sleep(500)
winwait("Installation abgeschlossen", "Fertig")
mouseclick("left", 205, 240, 1, 0)
sleep(500)
mouseclick("left", 204, 261, 1, 0)
sleep(500)
mouseclick("left", 365, 365, 1, 0)
exit

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...