cobra300
19th October 2007 02:08 UTC
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
19th October 2007 02:27 UTC
Check out the language files
cobra300
19th October 2007 08:08 UTC
But ^UnistallLink is not in the language files. Where does it come from?
Anders
19th October 2007 08:32 UTC
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?