Reference/Page: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "=Page= '''custom [creator_function] [leave_function] [caption] [/ENABLECANCEL]'''<br/> or<br/> '''internal_page_type [pre_function] [show_function] [leave_function] [/ENABLECANC...")
 
Line 1: Line 1:
=Page=
=Page=


'''custom [creator_function] [leave_function] [caption] [/ENABLECANCEL]'''<br/>
custom [creator_function] [leave_function] [caption] [/ENABLECANCEL]
or<br/>
<br/>
'''internal_page_type [pre_function] [show_function] [leave_function] [/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.
Adds an installer page. See the above sections for more information about built-in versus custom pages and about callback functions.

Revision as of 13:06, 25 November 2011

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.