From 0e7a356fa01a3ca4c6f551dcbccf907290895a3b Mon Sep 17 00:00:00 2001 From: kichik Date: Tue, 5 Nov 2002 16:18:45 +0000 Subject: [PATCH] Same page, many times git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1594 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/pages.but | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/src/pages.but b/Docs/src/pages.but index 7f21c06e..afaa9ae8 100644 --- a/Docs/src/pages.but +++ b/Docs/src/pages.but @@ -13,6 +13,8 @@ The page order is set simply by the order they are in the script. For example: This code will show the license page, then the components selction page, then the directory selection page and then the install log, just like in old installers. +You can specify the same page type more than once, just make sure you know what you are doing. + Please note that you must still use LicenseText and LicenseData for the license page to show, ComponentText for the components selection page to show and DirText for the directory page to show. If you don't use any Page command the installer pages order will be just as in older version: license (if LicenseText and LicenseData were specified), components (if ComponentText was specified and there is more than one visible section), directory (if DirText was specified), instfiles.