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.
New: ShareX (Mar 27, 2023), Platform 24.1 (Feb 13, 2023)
450+ real apps (49GB), 1 billion downloads, Please donate.
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.
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