Skip to content
⌘ NSIS Forum Archive

Where can I find a complete list of variables start with "^"?

4 posts

cobra300#

Where can I find a complete list of variables start with "^"?

Hi, I'am a novice of NSIS. I saw that many sample scripts using variables start with "^" such as "^Name", "^UninstallLink". But I don't find explainations for such variables in the document of NSIS. Can anyone give me a hint on this?
Anders#
only examples i could find looked like, LangString ^UninstallLink ${LANG_ENGLISH} "Uninstall $(^Name)"

so they are custom langstrings, why they prefix with ^, I don't know

Where did you read about it?