summaryrefslogtreecommitdiff
path: root/Docs/src/attributes.but
diff options
context:
space:
mode:
authorThomas Gaugler <thomas@dadie.net>2024-04-06 17:40:51 +0200
committerThomas Gaugler <thomas@dadie.net>2024-04-06 17:40:51 +0200
commita2363d10ee5e9b78c9e10b9a5e747f6983d1f1cd (patch)
tree0606da2527f188b6cc8a747acfbb68b31f49e9b4 /Docs/src/attributes.but
parent46c9f0fd7f6b2e8f53426004f3265d92498af56e (diff)
New upstream version 3.10
Diffstat (limited to 'Docs/src/attributes.but')
-rwxr-xr-xDocs/src/attributes.but2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/src/attributes.but b/Docs/src/attributes.but
index 5abcea1..f696073 100755
--- a/Docs/src/attributes.but
+++ b/Docs/src/attributes.but
@@ -230,7 +230,7 @@ Valid values for flag are "smooth" (smooth the progress bar) or "colored" (color
\S2{ainsttype} InstType
-\c install_type_name [index_output] | /NOCUSTOM | /CUSTOMSTRING=str | /COMPONENTSONLYONCUSTOM
+\c install_type_name [index_output] | /[UNINST]NOCUSTOM | /CUSTOMSTRING=str | /[UNINST]COMPONENTSONLYONCUSTOM
Adds an install type to the install type list, or disables the custom install type. There can be as many as \#{NSIS_MAX_INST_TYPES}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 \R{ainsttype}{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' or 'Full'). 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.