Fixed QUIT problem inside custom pages, user-variables activated and command "Dim" changed to "Var", language strings inside other strings are replaced
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2704 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
00926155b9
commit
323c9af320
8 changed files with 48 additions and 27 deletions
|
@ -33,9 +33,9 @@
|
|||
;--------------------------------
|
||||
; Declaration of User Variables with command DIM, allowed charaters for variables names : [a-z][A-Z][0-9] and '_'
|
||||
|
||||
DIM "un.Info" ; this one can only be used in uninstaller methods
|
||||
DIM "Name"
|
||||
DIM "Serial"
|
||||
Var "un.Info" ; this one can only be used in uninstaller methods
|
||||
Var "Name"
|
||||
Var "Serial"
|
||||
|
||||
;--------------------------------
|
||||
;Installer Sections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue