the registry key is defined in the following manner:
Could anyone explain to me why# Auto-generated by EclipseNSIS Script Wizard
# 21.12.2011 11:50:16
Name MyAppName
# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
is wrong?...
!define REGKEY "SOFTWARE\$Name"
I think that the variable "Name" is to be used, so what's wrong accessing it via "$Name"?
And why the tag [strange for me] "$(^Name)" must be used - what "$(^...)" means or what kind of "syntax sugar" is this? I didn't google anything useful...
TIA.
LuP