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

@ -27,15 +27,25 @@ BGGradient 000000 800000 FFFFFF
InstallColors FF8080 000030
XPStyle on
LicenseText "A license text, make sure it's all there"
InstallDir "$PROGRAMFILES\NSISCrap\BigNSISTest"
InstallDirRegKey HKLM "Software\NSISCrap\BigNSISTest" ""
CheckBitmap ..\contrib\Icons\checksX.bmp
LicenseText "A test text, make sure it's all there"
LicenseData "..\source\exehead\main.c"
InstallDir "$PROGRAMFILES\NSISCrap\BigNSISTest"
InstallDirRegKey HKLM SOFTWARE\NSISCrap\BigNSISTest "Install_Dir"
DirText "Choose a directory to install in to:"
;--------------------------------
ComponentText "This will install the test on your computer. Select which optional things you want installed."
CheckBitmap ..\contrib\Icons\checksX.bmp
Page license
Page components
Page directory
Page instfiles
UninstPage uninstConfirm
UninstPage instfiles
;--------------------------------
!ifndef NOINSTTYPES ; only if not defined
InstType "Most"