Yea, I know this's been asked a milliom times beforeWoraug - February 10, 2006 - 12:03pm
I'm having a bit of difficulty changing the splash for port firefox. I opened up the .nsi in HM NSI Editor, but have not a farking clue what to do. Plus, whenever I try to compile the .nsi, I get an error. Invalid command: FindProcDLL::FindProc Any ideas? I just need to know how to change the splash, and what this error means. ( categories: )
|

Search the forums
You need 2 different plugins for NSIS in order to compile the launcher. When you get an error like that when compiling NSIS, google it. You'll quickly find the plugins you need.
For example, the very first Google result for FindProcDLL is:
http://nsis.sourceforge.net/FindProcDLL_plug-in
Sometimes, the impossible can become possible, if you're awesome!
One more problem
Ok, I've everything worked out, but one problem. Need to get one line working. But I get this error.
Invalid command: newadvsplash::stop
Error in script "G:\PortableFirefox\PortableFirefoxCode\PortableFirefox.nsi" on line 368 -- aborting creation process
I don't know what to put in this line. Help?
Cowards die many times before their deaths
The valiant taste of death but once
http://nsis.sourceforge.net/newadvsplash_plug-in
When you see :: take the word before it and Google it
"If you're not part of the solution, you're part of the precipitate."
That's the problem, I have
That's the problem, I have newadvsplash.dll and it still gives me that.
Cowards die many times before their deaths
The valiant taste of death but once
It needs to be in the plugins directory
Within the NSIS program directory... not in the directory with your NSI file. It gets compiled in by the NSI compiler so it needs to see the file.
I really need to finish the developer section. I'm working on HowTos explaining all this stuff. I've just been a bit swamped with work and still under the weather.
Sometimes, the impossible can become possible, if you're awesome!
I know that the .dll has to
I know that the .dll has to be in the plugins folder in NSIS. I'm not an idiot, I've just never used this program before.
Cowards die many times before their deaths
The valiant taste of death but once
Actually
a lot of people accidentally include it with the EXE rather than placing it in plugins and compiling in.
Sometimes, the impossible can become possible, if you're awesome!