From 831ef39740c740cde2160975fcd8290fa496123f Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 30 Jun 2006 09:21:15 +0000 Subject: [PATCH] typos git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4703 212acab6-be3b-0410-9dea-997c60f758d6 --- Docs/src/attributes.but | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but index c4e927d5..ddbd12a1 100644 --- a/Docs/src/attributes.but +++ b/Docs/src/attributes.but @@ -232,8 +232,7 @@ Valid values for flag are "smooth" (smooth the progress bar) or "colored" (color \c install_type_name | /NOCUSTOM | /CUSTOMSTRING=str | /COMPONENTSONLYONCUSTOM -Adds an install type to the install type list, or disables the custom install type. There can be as many as 32 types, each one specifying the name of the install type. If the name is prefixed with 'un.' it is an uninstaller install type. Instead of an "hard-coded" name you can use user variables which are processed at runtime. This allows you to change InstType name dynamically. Another way of changing the InstType name during runtime is the \R{sinsttypesettext}{InstTypeSetText} command. The difference is that with \R{sinsttypesettext}{InstTypeSetText} you are saving your precious user variables. The first type is the default (generally 'Typical'). If the /NOCUSTOM switch is specified, then the "custom" install type is disabled, and the user has to choose one of the pre-defined install types. Alternatively, if the /CUSTOMSTRING switch is specified, the parameter will override the "Custom" install type text. Alternatively, if the /COMPONENTSONLYONCUSTOM flag is specified, the component list will only be show -n if the "Custom" install type is selected. +Adds an install type to the install type list, or disables the custom install type. There can be as many as 32 types, each one specifying the name of the install type. If the name is prefixed with 'un.' it is an uninstaller install type. The name can contain variables which will be processed at runtime before the components page shows. Another way of changing the InstType name during runtime is the \R{sinsttypesettext}{InstTypeSetText} command. The difference is that with \R{sinsttypesettext}{InstTypeSetText} you are saving your precious user variables. The first type is the default (generally 'Typical'). If the /NOCUSTOM switch is specified, then the "custom" install type is disabled, and the user has to choose one of the pre-defined install types. Alternatively, if the /CUSTOMSTRING switch is specified, the parameter will override the "Custom" install type text. Alternatively, if the /COMPONENTSONLYONCUSTOM flag is specified, the component list will only be shown if the "Custom" install type is selected. Accepts variables for type names. If variables are used, they must be initialized before the components page is created.