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
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!
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
Thanks for the support
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!
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
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
Now it's work 100% Thanks a lot.