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
|
@ -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 ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue