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]
|
[Settings]
|
||||||
NumFields=6
|
NumFields=6
|
||||||
Title=Install Options Test Setup: Testing Installer Options
|
|
||||||
|
|
||||||
[Field 1]
|
[Field 1]
|
||||||
Type=checkbox
|
Type=checkbox
|
||||||
|
|
|
@ -25,7 +25,7 @@ ComponentText "Choose components"
|
||||||
|
|
||||||
;Order of pages
|
;Order of pages
|
||||||
Page license
|
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 components
|
||||||
Page directory
|
Page directory
|
||||||
Page instfiles
|
Page instfiles
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue