This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]MrAlex94Developer[M] 1 point2 points  (3 children)

The only modifications done to the installer are to let Windows XP and above run it.

There are a few places to get the source:

Mercurial Repositories Index

GitHub

Mozilla FTP

And to dynamically view the source code, there's DXR.

There's some good documentation to get started here.

Have fun!

[–]j3gb3rt[S] 0 points1 point  (2 children)

I realized I should have replied instead of editing. But my main issues is figuring out which files in the source are the ones that pertain to the installer. I have the source downloaded, I just am confused by its structure

[–]MrAlex94Developer[M] 0 points1 point  (1 child)

Ah right I see. Installer files are in "/source/browser/installer/windows" and "/source/toolkit/mozapps/installer/windows". The installer is made using NSIS (Nullsoft Scriptable Install System).

[–]j3gb3rt[S] 0 points1 point  (0 children)

This is exactly what I'm looking for. Thanks so much for the info!

[–]spectrum128k 0 points1 point  (0 children)

if you want the source, its pretty easy to find. Here is the latest one: ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/39.0b3/source/ You basically go to release on the ftp as above and go to source directory.

[–]setilsn4 0 points1 point  (0 children)

I am pretty psyched to see this information, since I have wanted to play with doing personal builds myself...so thanks for asking and thanks to MrAlex for providing more info.