|
|
#1 |
|
Junior Member
Join Date: Sep 2006
Posts: 1
|
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? |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: May 2005
Posts: 119
|
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.
|
|
|
|
|
|
#3 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
It's the language string for the installer name.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|