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:
joostverburg 2003-09-05 15:16:15 +00:00
parent efa51b61da
commit 3520ee2e4f
10 changed files with 105 additions and 71 deletions

View file

@ -16,8 +16,12 @@ OutFile "example1.exe"
; The default installation directory
InstallDir $PROGRAMFILES\Example1
; The text to prompt the user to enter a directory
DirText "This will install the very simple example1 on your computer. Choose a directory"
;--------------------------------
; Pages
Page directory
Page instfiles
;--------------------------------