Skip to content
⌘ NSIS Forum Archive

2.15 and EclipseNSIS 0.9.4

7 posts

AndyM#

2.15 and EclipseNSIS 0.9.4

I just installed NSIS 2.15 and my installation of the EclipeNSIS plugin [0.9.4] no longer works. It tells me to set the NSIS home path, but when I point it at the new NSIS installation, it complains that "MakeNSIS v2.0 or better is required."

FYI

- Andy
Comm@nder21#
yep, i got this problem too.

are you using a hash-table to detect the right version, instructor?

if yes, plz change that. i can't work with cvs/self built versions then.

plz just check for makensis.exe, thats enough for most users.
i cant think of anyone that will work with eclipse but not with nsis > 2.0
iceman_k#
Comm@nder21: CVS/self-built versions should work just fine. I use them myself.
And I don't check the version simply to verify 2.0 compatability. The main reason is so that EclipseNSIS can dynamically adapt itself to different versions of NSIS- which may have new commands, commands removed, etc.
This will come into play particularly when the full NSIS syntax parser is completed (will take some time because it is fairly complex).
Comm@nder21#
oh, i ment iceman_k of course, not instructor 🙂

couldnt remember who coded eclipsensis.

i'll try to update eclipse once more 🙂

(takes sooo much time 🙁)
iceman_k#
The hotfix is not to be installed using Eclipse update. Download the file, unzip and follow instructions in README.TXT