Beginner question: {} ()
Hello
please apologize for my beginner question.
But I cannot find a detailed description in the manual.
I started reading from chapter 1 to 4.
In examples and in posts you can see code with curly brace:
${DEV65_VERSION_NUMBER}
${GRASS_COMMAND}
MessageBox MB_YESNO "Do you want to start GRASS ${DEV65_VERSION_NUMBER}?" IDNO NoGrassStart
Exec '"$INSTALL_DIR\${GRASS_COMMAND}.bat" "-wxpython"'
or
${ElseIf}, ${If}
or
Name "My Program ${VERSION}"
then there is code with parentheses like;
!define MUI_FINISHPAGE_RUN_TEXT "$(TEXT_RUN_HDD32)"
!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\$(MUIReadMe)"
Is somebody so friendly and can explain me a little bit what is the different?
When you write ${VERSION},
is VERSION an constant of NSIS
when you write $(MUIReadMe)
you have to declare MUIReadMe first?
Where can I find informations to understand this better?
thanks a lot for your help
best regards
hawk