Typos and spelling mistakes etc.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2992 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
47bc1eb92d
commit
3e659f4568
12 changed files with 40 additions and 34 deletions
|
@ -30,7 +30,7 @@ Stores the text description of the section section_index into the output. If the
|
|||
|
||||
\c section_index inst_types
|
||||
|
||||
Sets the install types the section section specified by section_index defaults to the enabled state in. Note that the section index starts with zero. Every bit of inst_types is a flag that tells if the section is in that install type or not. For example, if you have 3 install types and you want the first section to be included in install types 1 and 3, then the command should look like this:
|
||||
Sets the install types the section specified by section_index defaults to the enabled state in. Note that the section index starts with zero. Every bit of inst_types is a flag that tells if the section is in that install type or not. For example, if you have 3 install types and you want the first section to be included in install types 1 and 3, then the command should look like this:
|
||||
|
||||
\c SectionSetInstTypes 0 5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue