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

@ -41,15 +41,17 @@ LicenseText "License page"
LicenseData "gfx.nsi"
DirText "Lets make a third page!"
; Install dir
InstallDir "${NSISDIR}\Examples"
;--------------------------------
; Pages
Page license licenseImage
Page custom customPage
Page directory dirImage
Page instfiles instImage
; Install dir
InstallDir "${NSISDIR}\Examples"
;--------------------------------
Section ""