You are here

How to use Firefox Code to compile portable firefox

2 posts / 0 new
Last post
Anonymous (not verified)
How to use Firefox Code to compile portable firefox

I want to recompile portable firefox with a different splash screen...

can anyone give me details as to how to use the nullsoft file in "firefox code"?

i've never used nsis before.

Ryan McCue
Ryan McCue's picture
Offline
Last seen: 14 years 6 months ago
Joined: 2006-01-06 21:27
NSIS

Get the compiler from http://nsis.sourceforge.net/ and both the FindProcDll and newadvsplash plugins (http://nsis.sourceforge.net/FindProcDLL_plug-in http://nsis.sourceforge.net/NewAdvSplash_plug-in)
Drop the .dll from both of these zips into C:\Program Files\NSIS\Plugins
Then search for this line in the source:
File /oname=$PLUGINSDIR\splash.jpg "${NAME}.jpg"
Replace "${NAME}.jpg" with the name of your jpg file.
----
R McCue

"If you're not part of the solution, you're part of the precipitate."

Topic locked