MSFN Forum: Firefox 1.0.1 Silent Switch (-ms) Working! - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Firefox 1.0.1 Silent Switch (-ms) Working! Rate Topic: -----

#1 User is offline   DigeratiPrime 

  • MSFN Junkie
  • Group: Super Moderator
  • Posts: 3,490
  • Joined: 18-August 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 25 February 2005 - 04:22 PM

I just tested it 'Firefox Setup 1.0.1.exe' will install silently with JUST the -ms switch.
Much Nicer :)


#2 User is offline   iwod 

  • Member
  • PipPip
  • Group: Members
  • Posts: 265
  • Joined: 26-March 04

Posted 25 February 2005 - 07:13 PM

Now we need a way to Auto install extensions.

#3 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 25 February 2005 - 07:19 PM

that would be really nice, i'll still preffer to edit the installer to add my settings, place custom plugins and so on

#4 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 25 February 2005 - 09:39 PM

In SiMoNsAys FF thread I have some code that will install extensions and themes post FF install.

I still haven't looked at the 1.01 update...maybe they have fixed the issue that I'm having of adding extensions and themes directly to the installer with out me needing to automate the repackaging of the extensions...maybe I'll get around to it....tho the rough in code for this is also listed in simons thread.

So any one that wonts to get thier hands dirty go a head, but be sure to post your results when done. :)

#5 User is offline   jrf2027 

  • Member
  • PipPip
  • Group: Members
  • Posts: 238
  • Joined: 06-September 04

Posted 25 February 2005 - 10:12 PM

I just completed an uninstall of Firefox 1.0 and an install of 1.0.1, keeping all my plugins and search plugins by doing this:

First, I downloaded FFDeploy.exe from Bob Templeton's site.

Next, I ran FFDeploy, selected the Firefox directory, did not import favorites, and did not create .exe file. Then, in the Firefox_Deployment directory created on the desktop, I deleted all but the GlobalProfiles, Plugins, and Searchplugins folders and the CreateProfile.vbs file. (CreateProfile.vbs is placed in the directory by FFDeploy.)

(Why not just use FFDeploy to make the entire installation? Because Firefox isn't technically "installed" then, it doesn't appear in the Add/Remove Programs dialog, and this allows you to use your same settings with a compatible version of Firefox, not just reinstall your original installation.)

After that, I made a WinRAR SFX file of the remaining file and folders, using the following comment:

;The comment below contains SFX script commands

Path=C:\Program Files\Mozilla Firefox\
SavePath
Setup="C:\Program Files\Mozilla Firefox\CreateProfile.vbs"
Silent=2
Overwrite=1
Title=Firefox Unattended Customization Setup


Then, I uninstalled Firefox 1.0, and manually deleted the following folder: C:\Documents and Settings\(username)\Application Data\Mozilla.

I then renamed the 1.0.1 installation "Firefox.exe", for simplicity, and ran the following using RunOnceEx:

REG ADD %KEY%\260 /VE /D "Mozilla Firefox 1.0.1" /f
REG ADD %KEY%\260 /V 1 /D "D:\Install\Firefox\Firefox.exe -ms" /f
REG ADD %KEY%\260 /V 2 /D "D:\Install\Firefox\Custom.exe" /f


(No, that doesn't mean I have 259 other programs installing before Firefox... :D )

All settings are intact. It's like I never uninstalled it at all. Windows even still recognized Firefox as the default browser.

I don't have a very complex installation of Firefox, so this works for me...just thought I'd share my way of doing it, in case somebody happens to find it useful.

EDIT: I've never tried doing it this way with extensions, but there is an extensions folder in the Firefox_Deployment folder after FFDeploy runs - if somebody is willing to try it, let us know how it works.

Also, when Firefox runs for the first time on a new machine, it will ask you if you want to set it as the default browser. To prevent IE 6.0 from nagging you about being the default browser, put the following registry key into your registry tweaks:

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\Main]
"Check_Associations"="no"


I haven't verified this is the only registry tweak needed to prevent IE from nagging you - there may be, and are probably, other tweaks which do the same thing, and I will update as I find them.

Overall - this allows for somebody with intermediate skills, who isn't a programmer, to easily create a custom Firefox installation.

#6 User is offline   rendrag 

  • grrrrrr
  • PipPipPipPip
  • Group: Members
  • Posts: 685
  • Joined: 28-October 04
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 26 February 2005 - 01:45 PM

seems easy enough... will have to include it in my next build... very nice

#7 User is offline   lilweirddude 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 573
  • Joined: 24-August 04

Posted 26 February 2005 - 05:56 PM

thanks for the switch
the other methods of intregrating custom profiles still works right?

#8 User is offline   hmaster10 

  • Stalker
  • PipPip
  • Group: Members
  • Posts: 176
  • Joined: 23-February 05

Posted 26 February 2005 - 07:32 PM

@echo off
cmdow @ /HID

for %%e in ("%SYSTEMDRIVE%\Firefox\XPI\*.xpi") do "%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -install-global-extension "%%e"


this still works for installing extensions for 1.0.1

#9 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 26 February 2005 - 09:56 PM

@hmaster10, yes it works, tested here too...

i'm working on something... my firefox thread will be updated soon with nice features...

#10 User is offline   a06lp 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 976
  • Joined: 19-August 04

Posted 26 February 2005 - 10:37 PM

maybe start a new thread, for v1.0.1 (the other thread is kind of cluttered anyways)

#11 User is offline   bmn 

  • Unattended Friend
  • PipPipPip
  • Group: Members
  • Posts: 398
  • Joined: 05-October 04

Posted 27 February 2005 - 12:23 AM

hmaster10, on Feb 26 2005, 07:32 PM, said:

@echo off
cmdow @ /HID

for %%e in ("%SYSTEMDRIVE%\Firefox\XPI\*.xpi") do "%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -install-global-extension "%%e"


can i use ("%cdrom%\Firefox\XPI\*.xpi") here

#12 User is offline   hmaster10 

  • Stalker
  • PipPip
  • Group: Members
  • Posts: 176
  • Joined: 23-February 05

Posted 27 February 2005 - 08:21 AM

yes, but it should be executed after firefox first run, beacuse it would conflict

**first run -> refers to, after running firefox once which is the "Import Settings" and "Browser Check Default"

how to suppress the asking of firefox "import settings" during first run ?

#13 User is offline   bacd 

  • 頑張れない
  • Group: Members
  • Posts: 38
  • Joined: 13-August 04

Posted 27 February 2005 - 09:55 PM

bmn, on Feb 27 2005, 12:23 AM, said:

hmaster10, on Feb 26 2005, 07:32 PM, said:

@echo off
cmdow @ /HID

for %%e in ("%SYSTEMDRIVE%\Firefox\XPI\*.xpi") do "%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -install-global-extension "%%e"


can i use ("%cdrom%\Firefox\XPI\*.xpi") here
<{POST_SNAPBACK}>


I believe you can so long as you define the variable as you do in your other cmd files for yoru install...

but you will get the import settings problem as well...

#14 User is offline   RBCC 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 621
  • Joined: 09-July 04

  Posted 04 March 2005 - 02:16 AM

:hello: :blink: :} Where is the CreateProfiles.vbs file I looked through my hard disk and couldn't find it can I download it somewhere? John

#15 User is offline   Telenut 

  • Member
  • PipPip
  • Group: Members
  • Posts: 147
  • Joined: 24-February 05

Posted 04 March 2005 - 02:27 AM

hmaster10, on Feb 27 2005, 04:21 PM, said:

how to suppress the asking of firefox "import settings" during first run ?
<{POST_SNAPBACK}>


Need that one too, same for Thunderbird.
And I would like to set both as 'default'. (Guess the answer to this question can be found in the forum someware...)

#16 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 04 March 2005 - 07:22 AM

hmaster10, on Feb 27 2005, 04:21 PM, said:

how to suppress the asking of firefox "import settings" during first run ?
<{POST_SNAPBACK}>

md /y "%userprofile%\Mozilla\Firefox\Profiles"
"%programfiles%\mozilla firefox\firefox.exe" -CreateProfile profilename "%userprofile%\Mozilla\Firefox\Profiles"

then launch XPIs cmd. note that i writted it from memory but it MUST work.

#17 User is offline   Telenut 

  • Member
  • PipPip
  • Group: Members
  • Posts: 147
  • Joined: 24-February 05

Posted 04 March 2005 - 08:34 AM

Works perfect!
Except the adblock extension :s
And I realy love that one

Code for thinderbird:
md /y "%userprofile%\Mozilla\ThunderBird\Profiles"
"%programfiles%\mozilla thunderbird\thunderbird.exe" -CreateProfile profilename 

"%userprofile%\Mozilla\thunderbird\Profiles"
(this was easy :P )

#18 User is offline   SiMoNsAyS 

  • C'mon you apes! You wanna live forever!?
  • Group: Patrons
  • Posts: 3,455
  • Joined: 17-May 04

Posted 04 March 2005 - 10:39 AM

hahaha! :lol:
we are aware of adblock, check the latest posts on "guide: mozilla firefox unattended" there is a link for an adblock xpi provided by nologic that works perfect with this method :)

#19 User is offline   jrf2027 

  • Member
  • PipPip
  • Group: Members
  • Posts: 238
  • Joined: 06-September 04

Posted 04 March 2005 - 12:04 PM

RBCC, on Mar 4 2005, 02:16 AM, said:

:hello:  :blink:  :}  Where is the CreateProfiles.vbs file I looked through my hard disk and couldn't find it can I download it somewhere?  John
<{POST_SNAPBACK}>


jrf2027, on Feb 25 2005, 10:12 PM, said:

First, I downloaded FFDeploy.exe from Bob Templeton's site.

Next, I ran FFDeploy, selected the Firefox directory, did not import favorites, and did not create .exe file.  Then, in the Firefox_Deployment directory created on the desktop, I deleted all but the GlobalProfiles, Plugins, and Searchplugins folders and the CreateProfile.vbs file.  (CreateProfile.vbs is placed in the directory by FFDeploy.)

<{POST_SNAPBACK}>


#20 User is offline   Telenut 

  • Member
  • PipPip
  • Group: Members
  • Posts: 147
  • Joined: 24-February 05

Posted 04 March 2005 - 01:32 PM

Found it: http://www.msfn.org/board/index.php?showto...06&#entry261706
This forum sucks if you need te find something :s
Is there no search plugin available for the msfn board to integrate in firefox ?

Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy