Skip to content
⌘ NSIS Forum Archive

Page instruction?

2 posts

virtlink#

Page instruction?

If I look at the instruction, I see this:
((license|components|directory|instfiles|custom caption) [pre_function] [show_function] [leave_function]) [define_if_last]
But when I look at any example, I see this:
 Page license skipLicense "" stayInLicense
 Page custom customPage ": custom page"
 Page instfiles 
To me, it looks like that the syntax that is used in the examples is:
((license|components|directory|instfiles|custom) [pre_function] [show_function] caption [leave_function]) [define_if_last]
Or something like that.