You are here

Change Splash Screen Error

5 posts / 0 new
Last post
ajkannan83
Offline
Last seen: 14 years 5 months ago
Joined: 2009-11-12 01:02
Change Splash Screen Error

I want to change the Firefox Splash Screen using NSIS compiler.

When I compile the FirefoxPortable.nsi file the following error message is displayed.

!include: "ReplaceInFileWithTextReplace.nsh"
Function: "ReplaceInFile"
Exch($0,0)
Exch(st(1),0)
Exch($1,0)
Exch(st(2),0)
Exch($2,0)
Exch(st(3),0)
Exch($3,0)
Push: $4
Push: $5
StrCpy $4 "$2.OldReplaceInFile" () ()
!insertmacro: textreplace::ReplaceInFile
Invalid command: textreplace::_ReplaceInFile
Error in macro textreplace::ReplaceInFile on macroline 1
!include: error in script: "ReplaceInFileWithTextReplace.nsh" on line 23
Error in script "C:\Documents and Settings\Administrator\Desktop\Firefox\Firefox\Other\Source\FirefoxPortable.nsi" on line 75 -- aborting creation process

How to fix it.

qwertymodo
qwertymodo's picture
Offline
Last seen: 11 years 9 months ago
Joined: 2008-03-17 19:08
I believe you need to

I believe you need to download the TextReplace plugin for NSIS and place the .dll in your plugins directory.

http://nsis.sourceforge.net/TextReplace_plugin

Quamquam omniam nescio, nec nihil scio.

Chris Morgan
Chris Morgan's picture
Offline
Last seen: 8 years 10 months ago
Joined: 2007-04-15 21:08
NSIS Portable

First of all, why would you change the splash screen? Remember the licensing restrictions if you're planning on distributing it at all (i.e. if anyone other than yourself is going to get it).

Then, just use NSIS Portable, which has the TextReplace plugin which is required.

I am a Christian and a developer and moderator here.

“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1

ajkannan83
Offline
Last seen: 14 years 5 months ago
Joined: 2009-11-12 01:02
Thanks

Thank You Sir

Mark Sikkema
Offline
Last seen: 12 years 7 months ago
Developer
Joined: 2009-07-20 14:55
What is this about changing all the plash screens

Don't you want to support PortableApps.com ?

Formerly Gringoloco
Windows XP Pro sp3 x32

Log in or register to post comments