MSFN Forum: Mozilla Firefox 0.8 (silent install done!) - 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

Mozilla Firefox 0.8 (silent install done!) Rate Topic: -----

#1 User is offline   paugq 

  • Group: Members
  • Posts: 5
  • Joined: 09-March 04

Posted 11 March 2004 - 12:31 PM

I have NSIS 2.0 scripts to make a new package of Mozilla Firefox.

I have tested it and it works. It allows you to make a silent installation using the /S parameter.

I am writing some documentation. I will post here ASAP (maybe tonight).


#2 User is offline   paugq 

  • Group: Members
  • Posts: 5
  • Joined: 09-March 04

Posted 11 March 2004 - 01:38 PM

It's available at http://mozilla.elpauer.org and attached to this post.

Edited on 20040312:
I have corrected a type in installer.conf.nsh at line 130. If you downloaded the scripts before March 12th, download them again (I have replaced the ZIP attachmed to this post)

Attached File(s)



#3 User is offline   flattspott 

  • Junior
  • Pip
  • Group: Members
  • Posts: 56
  • Joined: 30-September 03

Posted 11 March 2004 - 06:36 PM

This gave me an error @ line 220.

But thanks for letting me know how to repackage an installer.
I did one from scratch and include the java, quicktime and flashget plugins.

BTW, what Regisry keys did you add.?

#4 User is offline   paugq 

  • Group: Members
  • Posts: 5
  • Joined: 09-March 04

Posted 11 March 2004 - 10:34 PM

You were right. There was a typo in installer.conf.nsh. I have corrected it. Thanks.

I have changed a lot of keys from Seb's installer, because the keys he used to use were not the same as the official. You can see which keys I have added in installer.nsi, looking between "; Pau" and "; Pau". Seb's keys are still there, but commented.

#5 User is offline   patters 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 18-March 04

Posted 23 March 2004 - 10:57 AM

I just compiled this up. I'm surprised you didn't make the Start Menu shortcuts in All Users.

#6 User is offline   patters 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 18-March 04

Posted 23 March 2004 - 08:22 PM

I made my own zip file in the end, with this .REG to help the plugins...

REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Mozilla\Mozilla Firefox 0.8.]
"GeckoVer"="1.0.1"
[HKEY_LOCAL_MACHINE\Software\Mozilla\Mozilla Firefox 0.8.\bin]
"PathToExe"="C:\\program files\\Mozilla Firefox\\firefox.exe"
[HKEY_LOCAL_MACHINE\Software\Mozilla\Mozilla Firefox 0.8.\Extensions]
"Plugins"="C:\\Program Files\\Mozilla Firefox\\Plugins"
"Components"="C:\\Program Files\\Mozilla Firefox\\Components"
[HKEY_LOCAL_MACHINE\SOFTWARE\mozilla.org\Mozilla]
"CurrentVersion"="1.6"

I found it was easier to install all the plugins before I zipped it up (QuickTime alt, Real alt, Flash, Shockwave).

#7 User is offline   RayOK 

  • Member
  • PipPip
  • Group: Members
  • Posts: 152
  • Joined: 21-September 03

Posted 24 March 2004 - 04:16 AM

paugg.. Took your zip file and made my silent Firefox 0.8 + Quicktime/Real Alternative Plugins + few more search thingies and works great!! Thanks so much for that.

I wish I could post it but I'm not sure of my bandwidth requirements and don't wanna pay any more money. If someone can give me a host for this 6.44mb file, I will be glad to send it.

#8 User is offline   thedogcow 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 19-March 04

Posted 03 April 2004 - 01:50 AM

OK i got this to work but i had to add the '\' cos they were missing, but no biggie... Aynways my problem is that it installs firefox to c:\rogram files\firefox instead of c:\program files\mozilla firefox... Anyone know how to correct this??? Help!

#9 User is offline   RayOK 

  • Member
  • PipPip
  • Group: Members
  • Posts: 152
  • Joined: 21-September 03

Posted 03 April 2004 - 03:59 AM

I can help ya. Install folder is set in installer.nsi on the line:

InstallDir "$PROGRAMFILES\${NAME}" about 1/3 of the way down

Means it goes into Program Files\${NAME}

and ${NAME} is set in installer.conf.nsh on the line:

!define NAME "Firefox" ; fill this in when not using cmdline compiler near top

So, to change the install folder I you can either change what ${NAME} is set to or what
InstallDir is set to. I'm not sure where else ${NAME} is used so I would change InstallDir to something like:

InstallDir "$PROGRAMFILES\Mozilla Firefox"

That should do it. Try that out and tell me what happens.
:)


I also have a question. I already added more search plugins and the plugins for Quicktime and Real Alternative, so how do I add more extensions (.xpi) and a custom theme? (.jar)

#10 User is offline   thedogcow 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 19-March 04

Posted 03 April 2004 - 04:22 AM

OK this blows hard... I changed the actual constant 'name' and now many things are named "mozilla mozilla firefox" BUT it did appear in the right folder... The uninstaller still doesn't work and my bookmarks and many plugins still dont show up :) I Might try using the zip version of firefox istall not the original ece i installed it with... I'll report back soon

#11 User is offline   thedogcow 

  • Newbie
  • Group: Members
  • Posts: 12
  • Joined: 19-March 04

Posted 03 April 2004 - 04:25 AM

Just a quickie, you can just change InstallDir to ${Group} ${Name}

OK.. Cannot find the firefox zip package anywhere on mozilla.org... anyone know where i could grab this???

This post has been edited by thedogcow: 03 April 2004 - 04:33 AM


#12 User is offline   RayOK 

  • Member
  • PipPip
  • Group: Members
  • Posts: 152
  • Joined: 21-September 03

Posted 03 April 2004 - 04:43 AM

Isn't the zip in your folder that your using for the nsis install? C:\myffx\ffx or whatever? If not, you can get it from here. Or the latest nightly build here.

#13 User is offline   dkreifus 

  • dkreifus
  • PipPip
  • Group: Members
  • Posts: 292
  • Joined: 30-March 04

Posted 05 April 2004 - 11:03 PM

I'm new to this unattended install stuff and switches..I am very confused by this post...i simply want to add Firefox into my CMD file to have it install silently when I install XP...
Can you guys clarify a bit?

#14 User is offline   RayOK 

  • Member
  • PipPip
  • Group: Members
  • Posts: 152
  • Joined: 21-September 03

Posted 06 April 2004 - 12:41 AM

Well, with the .exe released for Firefox 0.8 there is no way (that we know of) to install it silently. So with the NSIS (Nullsoft Installer) scripts that paugg, and Seb, made we are taking the .zip version of Firefox 0.8 and making our own install that will do it silently.

There is a readme in the download above that will explain what do download and how to make it, or if you want I can email you the .exe I made. Just post your email or PM me with it.

Hope that helps!

:)

#15 User is offline   jetman 

  • Member
  • PipPip
  • Group: Members
  • Posts: 164
  • Joined: 05-April 04

Posted 22 April 2004 - 03:50 PM

paugq, on Mar 11 2004, 12:31 PM, said:

I have NSIS 2.0 scripts to make a new package of Mozilla Firefox.

I have tested it and it works. It allows you to make a silent installation using the /S parameter.

I am writing some documentation. I will post here ASAP (maybe tonight).

I ask these questions w/o even looking at the NSIS docs, but has anyone dealt w/ the issues of:

1) Making Firefox the default browser
2) Putting Firefox in the Quick Launch toolbar

I'm inquiring, in case someone has already beaten me to this. Is there any interest in this kind of enhancement ? I know I am. Later....Jet

#16 User is offline   RayOK 

  • Member
  • PipPip
  • Group: Members
  • Posts: 152
  • Joined: 21-September 03

Posted 23 April 2004 - 04:01 PM

I made an install using the scripts and it works perfectly.
As for the issues, #1 I am not sure how to do but whenever you start Firefox for the 1st time it'll ask if you want it as the default. Just click Yes and that's it. For #2, the setup does this automatically. It creates shortcuts on the desktop, quick launch, start menu and an uninstall in the start menu and add/remove.

#17 User is offline   Shannon 

  • Group: Members
  • Posts: 7
  • Joined: 14-April 04

Posted 23 April 2004 - 05:32 PM

jetman, on Apr 22 2004, 03:50 PM, said:

paugq, on Mar 11 2004, 12:31 PM, said:

I have NSIS 2.0 scripts to make a new package of Mozilla Firefox.

I have tested it and it works. It allows you to make a silent installation using the /S parameter.

I am writing some documentation. I will post here ASAP (maybe tonight).

I ask these questions w/o even looking at the NSIS docs, but has anyone dealt w/ the issues of:

1) Making Firefox the default browser
2) Putting Firefox in the Quick Launch toolbar

I'm inquiring, in case someone has already beaten me to this. Is there any interest in this kind of enhancement ? I know I am. Later....Jet

2) You could take the long way around and use the registry to associate all the html files and such with Firefox...

#18 User is offline   jetman 

  • Member
  • PipPip
  • Group: Members
  • Posts: 164
  • Joined: 05-April 04

Posted 24 April 2004 - 10:55 AM

RayOK, on Apr 23 2004, 04:01 PM, said:

I made an install using the scripts and it works perfectly.
As for the issues, #1 I am not sure how to do but whenever you start Firefox for the 1st time it'll ask if you want it as the default. Just click Yes and that's it. For #2, the setup does this automatically. It creates shortcuts on the desktop, quick launch, start menu and an uninstall in the start menu and add/remove.

Gentlemen: Scripted resolution of the issue from my previous msg is the principal mission of an unattended install. That is, if I wanted to drop the FF icon onto the Quick Laucnh toolbar manually, I wouldn't have asked the question in the first place ! I already know how to do that ! In fact, I'm sure I can figure out how to mod the existing scripts to add the desired functionality.

This is the part about fourms like this that I don't like. Ppl don't read ! I already know that NSIS can do what I want, I just wanted to know if *someone* had already done it ! ARRGH !

#19 User is offline   RayOK 

  • Member
  • PipPip
  • Group: Members
  • Posts: 152
  • Joined: 21-September 03

Posted 24 April 2004 - 01:44 PM

You only asked if ppl have dealt with those issues, not specifically if someone has made the .exe. Can deal with those issues by editing the scripts.. :)

Anyway, I did make a personal, limited installer. Sorry, in it, there is no way to change the options, even if you don't specifiy a silent install. (if you double click the exe it will show a NSIS box and install it, no options)

Use /S to install, case sensitive.
It installs into ?:\(Program Files)\Firefox
Creates a shortcut on the desktop, quick launch and start menu.
In the plugins folder, I included the plugins that come with the K-Lite Mega Codec Pack. They allow you to see Quicktime and Real stuff from within the browser, but maybe only if you have the Mega Codec Pack installed too.
In the searchplugins folder I added Google Images, M$ KB, IMDB.com and Dictionary.com

I am researching more about the NSIS system, trying to figure out how to add switches and a nice looking, modern user interface when double clicked. That may take a while (2-14 days I guess).

You can download it from here, thanks to [BM]Crusher for the hosting..
RayOK's Firefox 0.8 Installer 0.2

#20 User is offline   prostistudent 

  • Group: Members
  • Posts: 2
  • Joined: 16-March 04

Posted 28 April 2004 - 10:27 AM

jetman, on Apr 24 2004, 10:55 AM, said:

RayOK, on Apr 23 2004, 04:01 PM, said:

I made an install using the scripts and it works perfectly.
As for the issues, #1 I am not sure how to do but whenever you start Firefox for the 1st time it'll ask if you want it as the default. Just click Yes and that's it. For #2, the setup does this automatically. It creates shortcuts on the desktop, quick launch, start menu and an uninstall in the start menu and add/remove.

Gentlemen: Scripted resolution of the issue from my previous msg is the principal mission of an unattended install. That is, if I wanted to drop the FF icon onto the Quick Laucnh toolbar manually, I wouldn't have asked the question in the first place ! I already know how to do that ! In fact, I'm sure I can figure out how to mod the existing scripts to add the desired functionality.

This is the part about fourms like this that I don't like. Ppl don't read ! I already know that NSIS can do what I want, I just wanted to know if *someone* had already done it ! ARRGH !

@jetman

I normally don't bother to say anything on forums, but you have prompted me to say something. :) Unless posts have been edited and/or deleted:

Your reply appears to be angry at RayOK, when all he's done is answer your questions, just as you asked them. Perhaps you should read the post again.

Your questions are logical, and his reply answers those questions logically. He said that the installer creates the shortcut automatically, hence you don't have do it manually! There is no dropping of icons to be done!

It appears from your reply that you don't understand what you originally asked - maybe you should phrase your questions to better reflect what you're trying to ask. There is more that could be said, but perhaps if you reread the posts slowly enough, it may yet become clear to you.

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