You are here

Yea, I know this's been asked a milliom times before

8 posts / 0 new
Last post
Anonymous (not verified)
Yea, I know this's been asked a milliom times before

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
Error in script "G:\PortableFirefox\PortableFirefoxCode\Copy of PortableFirefox.nsi" on line 187 -- aborting creation process

Any ideas? I just need to know how to change the splash, and what this error means.

John T. Haller
John T. Haller's picture
Online
Last seen: 55 min 2 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
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!

Woraug (not verified)
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?

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

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."

Woraug (not verified)
That's the problem, I have

That's the problem, I have newadvsplash.dll and it still gives me that.

John T. Haller
John T. Haller's picture
Online
Last seen: 55 min 2 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
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!

Woraug (not verified)
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.

John T. Haller
John T. Haller's picture
Online
Last seen: 55 min 2 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
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!

Topic locked