You are here

Error when try to compile

7 posts / 0 new
Last post
wahoo
Offline
Last seen: 16 years 10 months ago
Joined: 2007-08-21 15:30
Error when try to compile

Hey PortableApps Team.

First, thanks a lot for the super application.
But i want to change the url/link to firefox.exe (and some other things, make my owen version) But when i try to compile the file, there came a error:
---------------------------------------------------
!define: "GetParent"="!insertmacro "_GetParent""
!include: closed: "GetParent.nsh"
!include: could not find: "Registry.nsh"
Error in script "C:\Documents and Settings\desktop\FirefoxPortable\Other\FirefoxPortableSource\FirefoxPortable.nsi" on line 62 -- aborting creation process
-----------------------------------------
Don't know why, but plase help.

Terkel

John T. Haller
John T. Haller's picture
Online
Last seen: 2 min 42 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Everything is included

Be sure you have the most recent install of NSIS. Add the registry plugin (if it's not included).

What do you mean change the url/link to firefox.exe?

Don't forget that you can't distribute a modified version and keep the Firefox name or any of the logos.

Sometimes, the impossible can become possible, if you're awesome!

wahoo
Offline
Last seen: 16 years 10 months ago
Joined: 2007-08-21 15:30
New error :)

I mean, i have change the Firefox Directory name. (so have edit FirefoxPortable.ini)
have install the Registry plugin, and now there is a new error:
----------------------------------------
Invalid command: FindProcDLL::FindProc
Error in script "C:\Documents and Settings\desktop\FirefoxPortable\Other\FirefoxPortableSource\FirefoxPortable.nsi" on line 224 -- aborting creation process
----------------------------------------
Don't forget that you can't distribute a modified version and keep the Firefox name or any of the logos.
Yes Of course Smile

Thanks for the support

John T. Haller
John T. Haller's picture
Online
Last seen: 2 min 42 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Another plugin

Whenever you see an error like that, it means you're missing an NSIS plugin. You need to download it from NSIS.

And what do you mean change the firefox directory name? You can already change that from the INI.

Sometimes, the impossible can become possible, if you're awesome!

wahoo
Offline
Last seen: 16 years 10 months ago
Joined: 2007-08-21 15:30
Just want to play.

And what do you mean change the firefox directory name? You can already change that from the INI
i will just want to play with the codes, and learn something about NSIS and scripts.

Whenever you see an error like that, it means you're missing an NSIS plugin. You need to download it from NSIS.
What plugins shall i use? there is 142, so it's many

ZachHudock
ZachHudock's picture
Offline
Last seen: 1 year 6 months ago
Developer
Joined: 2006-12-06 18:07
Well based on the error

Well based on the error message you mentioned, i'd suggest the FindProc plugin. you will also need NewAdvSplash, the registry plugin, and i think there is one more (don't remember which, or if there even is though)
_________________________
I don't believe in signatures

The developer formerly known as ZGitRDun8705

wahoo
Offline
Last seen: 16 years 10 months ago
Joined: 2007-08-21 15:30
Thanks mate

Now it's work 100% Thanks a lot. Biggrin

Log in or register to post comments