Caption for custom pages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1665 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
cc564350c9
commit
11d65381d9
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
[Settings]
|
||||
NumFields=6
|
||||
Title=Install Options Test Setup: Testing Installer Options
|
||||
|
||||
[Field 1]
|
||||
Type=checkbox
|
||||
|
|
|
@ -25,7 +25,7 @@ ComponentText "Choose components"
|
|||
|
||||
;Order of pages
|
||||
Page license
|
||||
Page custom SetCustom ;Custom page. Install Options gets called in SetCustom.
|
||||
Page custom SetCustom ": Testing Installer Options" ;Custom page. Install Options gets called in SetCustom.
|
||||
Page components
|
||||
Page directory
|
||||
Page instfiles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue