page commands
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2842 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
efa51b61da
commit
3520ee2e4f
10 changed files with 105 additions and 71 deletions
|
@ -8,7 +8,15 @@
|
|||
OutFile "UserVars.exe"
|
||||
|
||||
InstallDir "$PROGRAMFILES\User Variables Test"
|
||||
DirText "Choose a folder to install in which to install the test:" " "
|
||||
|
||||
;--------------------------------
|
||||
|
||||
;Pages
|
||||
Page directory
|
||||
Page instfiles
|
||||
|
||||
UninstPage uninstConfirm
|
||||
UninstPage instfiles
|
||||
|
||||
;--------------------------------
|
||||
; Declaration of user variables (Var command), allowed charaters for variables names : [a-z][A-Z][0-9] and '_'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue