From c3cc4b5b5f5c82ab08bbab53a95f76cc68b4c6ce Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 4 Sep 2002 18:23:07 +0000 Subject: [PATCH] Updated info for Icon and Bitmap git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@914 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/InstallOptions/Install Options.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Contrib/InstallOptions/Install Options.html b/Contrib/InstallOptions/Install Options.html index 463992f3..ab3347c6 100644 --- a/Contrib/InstallOptions/Install Options.html +++ b/Contrib/InstallOptions/Install Options.html @@ -125,11 +125,13 @@ numbers from 1 to NumFields. Each Field section contains the following values: file requester where the user can browse for a file.
A "DirRequest" control displays a textbox and a browse button. Clicking the browse button will display a directory requester where the - user can browse for a directory.
+ user can browse for a directory.
+ "Icon" control displays an icon. Use no Text to use the installer icon.
+ "Bitmap" control displays a bitmap.
Text (optional) - Specifies the caption of a label, checkbox, or radio button control. + Specifies the caption of a label, checkbox, or radio button control. For icon and bitmaps control this specifies the path to the image. State @@ -270,6 +272,10 @@ numbers from 1 to NumFields. Each Field section contains the following values: History: