Reference/Page: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Page=
=Page=


  custom [creator_function] [leave_function] [caption] [/ENABLECANCEL]
  custom [creator_function] [leave_function] [caption] [/ENABLECANCEL]<br/>
<br/>
  internal_page_type [pre_function] [show_function] [leave_function] [/ENABLECANCEL]
  internal_page_type [pre_function] [show_function] [leave_function] [/ENABLECANCEL]


Line 16: Line 15:


The last page of the installer has its cancel button disabled to prevent confusion. To enable it anyway, use ''/ENABLECANCEL''.
The last page of the installer has its cancel button disabled to prevent confusion. To enable it anyway, use ''/ENABLECANCEL''.
''Command introduced with NSIS v2.0''

Latest revision as of 11:22, 3 June 2013

Page

custom [creator_function] [leave_function] [caption] [/ENABLECANCEL]
internal_page_type [pre_function] [show_function] [leave_function] [/ENABLECANCEL]

Adds an installer page. See the above sections for more information about built-in versus custom pages and about callback functions.

internal_page_type can be:

  • license - license page
  • components - components selection page
  • directory - installation directory selection page
  • instfiles - installation page where the sections are executed
  • uninstConfirm - uninstall confirmation page

The last page of the installer has its cancel button disabled to prevent confusion. To enable it anyway, use /ENABLECANCEL.

Command introduced with NSIS v2.0