PDA

View Full Version : Name of installer


AaronLS
28th April 2008, 22:52
How do I get the name of the installer that was set with the "Name" instruction?

I've seen ${^Name} used but I get an warning:
'unknown variable/constant "{^Name}" detected'

Is this normal?

AaronLS
29th April 2008, 00:16
Resolved, it's $(^Name) with parenthesis, not curly braces.

pengyou
29th April 2008, 00:19
You used the wrong type of brackets.

Use $(^Name) instead of ${^Name}