The NEXTBUTTON block is required once for each PAGE block and specifies the index of the page which WarpIN should turn to when the "Next" button is pressed. See the "Installation Scripts" page for an overview where this tag should be placed.

The opening <NEXTBUTTON> tag must have the TARGET=xxx attribute, with "xxx" being the index of the page that WarpIN should turn to.

If the TARGET=0 index is specified, this indicates to WarpIN that the current page is the last page and pressing the "Next" button should start the actual installation.

In between the <NEXTBUTTON> ... </NEXTBUTTON> tags, you must specify what should be displayed on the button. For most pages, this will be something like "~Next", but you can also specify "I ~agree" or whatever you like.

Example:

<PAGE INDEX=1 ...>
<NEXTBUTTON TARGET=2>~Next</NEXTBUTTON>
</PAGE>