Skip to content
⌘ NSIS Forum Archive

Problem with LogicLib [NSIS2.29]

3 posts

dbach#

Problem with LogicLib [NSIS2.29]

Hi.

With the v2.29 of NSIS I get this Message when I try to compile a script with LogicLib:
SetOutPath: "$TEMP"
LogText "End"
Sleep: 1000 ms
File: "nxs.dll"->"$PLUGINSDIR\nxs.dll" [compress] 0/5632 bytes
Plugin Command: Destroy
Sleep: 500 ms
MessageBox: 0: "Installation aborted
Please remove all third party applications manually."
Sleep: 1000 ms
FunctionEnd

Processed 1 file, writing output:
Adding plug-ins initializing function... Done!
Error: could not resolve label "_LogicLib_Label_31" in unnamed install section (10)
Error - aborting creation process
I don't understand whats the meaning of it. How to find out where the problem is? Which line do I have to edit?
dbach#
Originally posted by Red Wine
Probably there's a missing ${EndIf} in your script.
That was it! 🙂

Thank you very much!!