From a5f1fc6bad67030ea69958f3d756836556341a17 Mon Sep 17 00:00:00 2001 From: kichik Date: Sat, 22 Dec 2007 09:47:06 +0000 Subject: [PATCH] mention nsDialogs as well as InstallOptions git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5430 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/pages.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/pages.but b/Docs/src/pages.but index 8997a10d..24f50760 100644 --- a/Docs/src/pages.but +++ b/Docs/src/pages.but @@ -1,6 +1,6 @@ \H{pages} Pages -Each (non-silent) NSIS installer has a set of pages. Each page can be a NSIS built-in page or a custom page created by a user's function (with \L{../Docs/InstallOptions/Readme.html}{InstallOptions} for example). +Each (non-silent) NSIS installer has a set of pages. Each page can be a NSIS built-in page or a custom page created by a user's function (with \L{../Docs/nsDialogs/Readme.html}{nsDialogs} or \L{../Docs/InstallOptions/Readme.html}{InstallOptions} for example). Using the script you can control the pages' order, appearance, and behavior. You can skip pages, paint them white, force the user to stay in a certain page until a certain condition is met, show a readme page, show custom designed pages for input and more. In this section, you will learn how to control all of the above.