cleared up some InstType indexing confusion
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3607 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b09c7fe4e9
commit
e6c31f04ed
3 changed files with 6 additions and 6 deletions
|
@ -30,7 +30,7 @@ This command closes the current open section.
|
|||
|
||||
\c insttype_index [insttype_index] [RO]
|
||||
|
||||
This command specifies which install types (see \R{ainsttype}{InstType}) the current section defaults to the enabled state in. Multiple SectionIn commands can be specified (they are combined). If you specify RO as a parameter, then the section will be read-only, meaning the user won't be able to change its state.
|
||||
This command specifies which install types (see \R{ainsttype}{InstType}) the current section defaults to the enabled state in. Multiple SectionIn commands can be specified (they are combined). If you specify RO as a parameter, then the section will be read-only, meaning the user won't be able to change its state. The first install type defined using \R{ainsttype}{InstType} is indexed 1, the next 2 and so on.
|
||||
|
||||
\S2{ssubsection} SubSection
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue