Hello,
I am trying to compile portable Firefox using the .nsi script. I have not written this script but really need to get it to work.
It gets to the second last line and gives an error in the compiler.
Invalid command: newadvsplash::wait
Error in script "D:\****\FirefoxPortable.nsi" on line 510 -- aborting creation process
I believe this is to due with the splash screen. Any ideas how to begin fixing this?
Thanks In Advance!!!
Anytime you see something like:
Invalid command: pluginname::command
in one of our published scripts, you're missing an NSIS plugin. The plugin you're missing is "pluginname"... in your case newadvsplash. You can always plug the pluginname into Google and it'll be one of the first few results.Sometimes, the impossible can become possible, if you're awesome!
I have installed that plugin before, and installed it again. I do have the plugin but I get the same error?
There's a new version that ditches the WAIT command and now uses ::stop /WAIT. But you're trying to compile an outdated FFP launcher that uses the old one.
Sometimes, the impossible can become possible, if you're awesome!
Thanks you SO much!! That worked!!!