Skip to content
⌘ NSIS Forum Archive

"_LogicLib_Label_61.5

3 posts

SteveRussell#

"_LogicLib_Label_61.5

Could someone please tell me why this:

${If} ${FileExists} "$INSTDIR\${PRODUCT_NAME}.exe"

gives me this:

Error: could not resolve label "_LogicLib_Label_61.5" in install section "MainSection" (0)

?

Thank you very much.
demiller9#
You don't have an ${EndIf} (or not enough of them). The label that can't be resolved is where the block of code to be skipped when the file doesn't exist should end.