Skip to content
⌘ NSIS Forum Archive

Special variable?

3 posts

dpinn#

Special variable?

I've inherited an NSIS script that has some syntax that I don't understand. Have a look at this:

!define REGKEY "SOFTWARE\$(^Name)"

What does the $(^Name) mean? Is it legitimate NSIS syntax?
CrushBug#
If I am not mistaken, (^Name) is legit and is the name of the install package you are creating. If you search these forums for ^Name you will see some other uses, too.